diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-12 15:13:19 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-12 15:13:19 +0000 |
commit | eaa06388dbbeedf4a1db19aca6a77da0c563a7e3 (patch) | |
tree | bf8268dd9f9bfa6c7361b24536d1c8b2c5fb3dcc /sys | |
parent | 875c9936673ce75d93d20d9869bcc1408a491b40 (diff) |
Don't ask me why, but ADMtek changed the name of their PCI Ethernet controller
from AN985 to AN983, and now their CardBus controller is named AN985.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 74839f1429a..ac37c0b4f2c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.264 2000/05/31 22:12:57 chris Exp $ + $OpenBSD: pcidevs,v 1.265 2000/06/12 15:13:18 aaron Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -631,7 +631,7 @@ product ALI M3309 0x3309 M3309 MPEG Accelerator /* ADMtek products */ product ADMTEK AL981 0x0981 AL981 -product ADMTEK AN985 0x0985 AN985 +product ADMTEK AN983 0x0985 AN983 /* Adaptec products */ product ADP AIC7810 0x1078 AIC-7810 |