diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-07-21 17:50:04 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-07-21 17:50:04 +0000 |
commit | dfc501a57193e418ef06365bd910d571e6dc7473 (patch) | |
tree | ad363c8c0540e4089c7fde4616f3291dcf5022ae /sys/dev/pci | |
parent | 4bc950b7069af72969582521515ed725ff541c82 (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8756c6a5065..edc345ce534 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.418 2001/07/20 11:28:56 peter Exp + * OpenBSD: pcidevs,v 1.419 2001/07/21 17:47:33 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -528,6 +528,7 @@ #define PCI_VENDOR_KAWASAKI 0x136b /* Kawasaki */ #define PCI_VENDOR_LMC 0x1376 /* LAN Media Corp */ #define PCI_VENDOR_NETGEAR 0x1385 /* Netgear */ +#define PCI_VENDOR_LEVEL1 0x1394 /* Level 1 */ #define PCI_VENDOR_HIFN 0x13a3 /* Hifn */ #define PCI_VENDOR_TRIWARE 0x13c1 /* 3ware */ #define PCI_VENDOR_SUNDANCE 0x13f0 /* Sundance */ @@ -1332,6 +1333,9 @@ /* LeadTek Research */ #define PCI_PRODUCT_LEADTEK_S3_805 0x0000 /* S3 805 */ +/* Level 1 (Intel) */ +#define PCI_PRODUCT_LEVEL1_LXT1001 0x0001 /* LXT1001 Gigabit MAC */ + /* Lite-On Communications */ #define PCI_PRODUCT_LITEON_PNIC 0x0002 /* PNIC */ #define PCI_PRODUCT_LITEON_PNICII 0xc115 /* PNIC-II */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9e4ccea1abe..e1eb17f3fa3 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.418 2001/07/20 11:28:56 peter Exp + * OpenBSD: pcidevs,v 1.419 2001/07/21 17:47:33 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2379,6 +2379,10 @@ static const struct pci_known_product pci_known_products[] = { "S3 805", }, { + PCI_VENDOR_LEVEL1, PCI_PRODUCT_LEVEL1_LXT1001, + "LXT1001 Gigabit MAC", + }, + { PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_PNIC, "PNIC", }, @@ -6391,6 +6395,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Netgear", }, { + PCI_VENDOR_LEVEL1, + "Level 1", + }, + { PCI_VENDOR_HIFN, "Hifn", }, |