diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-11-09 00:49:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-11-09 00:49:42 +0000 |
commit | b73eec5f943e1eb830585704a567989dd52d6af7 (patch) | |
tree | 06ba6562fbb879083a8806c9fdb86ef44d9eaf0b /sys | |
parent | d045f8e592f690233157fac54120699931cc0346 (diff) |
Fix pasto in Intersil PCI vendor ID; mike AT ethmoid.org
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 dd52709a563..5129b8112a8 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.461 2001/11/08 19:52:19 mickey Exp $ + $OpenBSD: pcidevs,v 1.462 2001/11/09 00:49:41 millert Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -499,7 +499,7 @@ vendor LINEARSYS 0x1254 Linear Systems vendor ASIX 0x125b ASIX vendor AURORA 0x125c Aurora Technologies vendor ESSTECH 0x125d ESS -vendor INTERSIL 0x126c Intersil +vendor INTERSIL 0x1260 Intersil vendor NORTEL 0x126c Nortel Networks vendor SMI 0x126f Silicon Motion vendor ENSONIQ 0x1274 Ensoniq |