diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-08 00:33:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-08 00:33:59 +0000 |
commit | b18ea8998d8afb594d6f85bd2b14e750e96827ef (patch) | |
tree | b26ce8aab5ad816a1e2e83f45af130e801fd186c /sys | |
parent | eb87b9e0936001e78d66bfcfc0e508d424933508 (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 12 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index b9bd1ffc13a..85efc0274c1 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.215 2000/02/07 00:33:03 niklas Exp + * OpenBSD: pcidevs,v 1.216 2000/02/08 00:33:43 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -41,7 +41,7 @@ /* * NOTE: a fairly complete list of PCI codes can be found at: * - * http://www.halcyon.com/scripts/jboemler/pci/pcicode + * http://www.yourvote.com/pci/ * http://members.hyperlink.net.au/~chart/pci.htm */ @@ -1328,6 +1328,9 @@ /* STB products */ #define PCI_PRODUCT_STB2_RIVA128 0x0018 /* Velocity128 */ +/* Sun */ +#define PCI_PRODUCT_SUN_HME 0x1001 /* HME */ + /* Sundance products */ #define PCI_PRODUCT_SUNDANCE_ST201 0x0201 /* ST201 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9ee6d30a2b9..e63c9f258f7 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.215 2000/02/07 00:33:03 niklas Exp + * OpenBSD: pcidevs,v 1.216 2000/02/08 00:33:43 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3315,6 +3315,12 @@ struct pci_knowndev pci_knowndevs[] = { "Velocity128", }, { + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_HME, + 0, + "Sun Microsystems", + "HME", + }, + { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201, 0, "Sundance", |