diff options
author | 2011-05-29 20:24:21 +0000 | |
---|---|---|
committer | 2011-05-29 20:24:21 +0000 | |
commit | 3275f9d9f7454708c78794aefc2c16c40e4dde55 (patch) | |
tree | 6da23592fa8de15641f2165215d2f8ac4bdfbe5e | |
parent | Replace the lower bound PAGE_SIZE with VMMAP_MIN_ADDR. (diff) | |
download | wireguard-openbsd-3275f9d9f7454708c78794aefc2c16c40e4dde55.tar.xz wireguard-openbsd-3275f9d9f7454708c78794aefc2c16c40e4dde55.zip |
Shorten a couple of old Intel chip names for consistency. Should save a few
bytes as a bonus.
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index cda67e05034..e2eff993820 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1608 2011/05/29 16:21:09 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1609 2011/05/29 20:24:21 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2330,7 +2330,7 @@ product INTEL PCEB 0x0482 82375EB EISA product INTEL CDC 0x0483 82424ZX Cache/DRAM product INTEL SIO 0x0484 82378IB ISA product INTEL 82426EX 0x0486 82426EX ISA -product INTEL PCMC 0x04a3 82434LX/NX PCI/Cache/DRAM +product INTEL PCMC 0x04a3 82434LX/NX product INTEL GDT_RAID1 0x0600 GDT RAID product INTEL GDT_RAID2 0x061f GDT RAID product INTEL WL_6150_1 0x0885 WiFi Link 6150 @@ -2519,7 +2519,7 @@ product INTEL 82437FX 0x122d 82437FX product INTEL 82371FB_ISA 0x122e 82371FB ISA product INTEL 82371FB_IDE 0x1230 82371FB IDE product INTEL 82371MX 0x1234 82371 ISA and IDE -product INTEL 82437MX 0x1235 82437 PCI/Cache/DRAM +product INTEL 82437MX 0x1235 82437MX product INTEL 82441FX 0x1237 82441FX product INTEL 82380AB 0x123c 82380AB Mobile ISA product INTEL 82380FB 0x124b 82380FB Mobile PCI-PCI @@ -3308,7 +3308,7 @@ product INTEL 82371SB_ISA 0x7000 82371SB ISA product INTEL 82371SB_IDE 0x7010 82371SB IDE product INTEL 82371USB 0x7020 82371SB USB product INTEL 82437VX 0x7030 82437VX -product INTEL 82439TX 0x7100 82439TX System +product INTEL 82439TX 0x7100 82439TX product INTEL 82371AB_ISA 0x7110 82371AB PIIX4 ISA product INTEL 82371AB_IDE 0x7111 82371AB IDE product INTEL 82371AB_USB 0x7112 82371AB USB |