PCCARD has a central device database in bus/pccard/pccarddevs, add one
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 19 Feb 2004 20:46:15 +0000 (20:46 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 19 Feb 2004 20:46:15 +0000 (20:46 +0000)
commit8029118124cf56509b2cbae7770c17c20a591358
tree70d0c3ca853d34ba9d1a76e8eff0ca1169dca140
parent1c77e20176700c7340c13a72813ff4fc9981f304
PCCARD has a central device database in bus/pccard/pccarddevs, add one
for PCI as well. This allows us to centralize the definitions of PCI IDs
and removes the need for numerical magic constants all over the place.
Another advantage is that it allows us to display proper strings even
for devices w/o driver.

Imported from NetBSD current.
sys/bus/pci/Makefile.pcidevs [new file with mode: 0644]
sys/bus/pci/devlist2h.awk [new file with mode: 0644]
sys/bus/pci/pcidevs [new file with mode: 0644]