diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-23 05:41:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-23 05:41:15 +0000 |
commit | d032a7605a2246685762c1d2195355353e46020a (patch) | |
tree | e470bf0ca8c464726b15f7a1fa8e39fb5288e266 /sys | |
parent | a7996167be0d5a62a2a3e1d225cb464817819217 (diff) |
shorten
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ahc_pci.c | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys/dev/pci/ahc_pci.c b/sys/dev/pci/ahc_pci.c index 73d583710b5..5b1bb4493f9 100644 --- a/sys/dev/pci/ahc_pci.c +++ b/sys/dev/pci/ahc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahc_pci.c,v 1.23 2001/07/10 11:07:23 espie Exp $ */ +/* $OpenBSD: ahc_pci.c,v 1.24 2001/08/23 05:41:14 deraadt Exp $ */ /* $NetBSD: ahc_pci.c,v 1.9 1996/10/21 22:56:24 thorpej Exp $ */ /* @@ -200,6 +200,9 @@ void *match, *aux; case PCI_PRODUCT_ADP2_3950U2B: case PCI_PRODUCT_ADP2_3950U2D: case PCI_PRODUCT_ADP2_AIC7896: + case PCI_PRODUCT_ADP2_AIC7899B: + case PCI_PRODUCT_ADP2_AIC7899D: + case PCI_PRODUCT_ADP2_AIC7899F: case PCI_PRODUCT_ADP2_AIC7899: case PCI_PRODUCT_ADP2_3960D: return (1); diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e549f028b3e..8ab9e53a620 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.432 2001/08/22 11:55:53 art Exp $ + $OpenBSD: pcidevs,v 1.433 2001/08/23 05:41:14 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -182,7 +182,7 @@ vendor DG 0x1089 Data General vendor BIT3 0x108a Bit3 Computer Corp. vendor ELONEX 0x108c Elonex PLC c/o Oakleigh Systems vendor OLICOM 0x108d Olicom -vendor SUN 0x108e Sun Microsystems +vendor SUN 0x108e Sun vendor SYSTEMSOFT 0x108f Systemsoft vendor ENCORE 0x1090 Encore Computer vendor INTERGRAPH 0x1091 Intergraph |