diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-11-26 22:00:24 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-11-26 22:00:24 +0000 |
commit | 7fa742efab7a0c2c41d8fde32765632456686852 (patch) | |
tree | 7879bd15079df70310ee82946051f5fd3e129937 /sys/dev | |
parent | 220f7bac51577d536aa19161a3b9715906faefc5 (diff) |
Consistency in smbus controllers names
ok mickey@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 9153ade2bab..1224a8eb232 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.690 2003/11/19 02:36:18 kevlo Exp $ + $OpenBSD: pcidevs,v 1.691 2003/11/26 22:00:23 grange Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1205,7 +1205,7 @@ product INTEL 82801AB_ACM 0x2426 82801AB AC97 Modem product INTEL 82801AB_HPB 0x2428 82801AB Hub-to-PCI product INTEL 82801BA_LPC 0x2440 82801BA LPC product INTEL 82801BA_USB 0x2442 82801BA USB -product INTEL 82801BA_SMBUS 0x2443 82801BA SMBus +product INTEL 82801BA_SMB 0x2443 82801BA SMBus product INTEL 82801BA_USB2 0x2444 82801BA USB2 product INTEL 82801BA_ACA 0x2445 82801BA AC97 Audio product INTEL 82801BA_ACM 0x2446 82801BA AC97 Modem @@ -1217,7 +1217,7 @@ product INTEL 82801BAM_LPC 0x244c 82801BAM LPC product INTEL 82801BA_AGP 0x244e 82801BA AGP product INTEL 82801CA_LPC 0x2480 82801CA LPC product INTEL 82801CA_USB_1 0x2482 82801CA/CAM USB -product INTEL 82801CA_SMB 0x2483 82801CA/CAM SMB +product INTEL 82801CA_SMB 0x2483 82801CA/CAM SMBus product INTEL 82801CA_USB_2 0x2484 82801CA/CAM USB product INTEL 82801CA_ACA 0x2485 82801CA/CAM AC97 Audio product INTEL 82801CA_ACM 0x2486 82801CA/CAM Modem @@ -1227,7 +1227,7 @@ product INTEL 82801CA_IDE 0x248b 82801CA IDE product INTEL 82801CAM_LPC 0x248c 82801CAM LPC product INTEL 82801DB_LPC 0x24c0 82801DB LPC product INTEL 82801DB_USB_1 0x24c2 82801DB USB -product INTEL 82801DB_SMB 0x24c3 82801DB SMB +product INTEL 82801DB_SMB 0x24c3 82801DB SMBus product INTEL 82801DB_USB_2 0x24c4 82801DB USB product INTEL 82801DB_ACA 0x24c5 82801DB AC97 Audio product INTEL 82801DB_ACM 0x24c6 82801DB Modem @@ -1238,7 +1238,7 @@ product INTEL 82801DB_USB_4 0x24cd 82801DB USB product INTEL 82801EB_LPC 0x24d0 82801EB/ER LPC product INTEL 82801EB_SATA 0x24d1 82801EB SATA product INTEL 82801EB_USB_1 0x24d2 82801EB/ER USB -product INTEL 82801EB_SMB 0x24d3 82801EB/ER SMB +product INTEL 82801EB_SMB 0x24d3 82801EB/ER SMBus product INTEL 82801EB_USB_2 0x24d4 82801EB/ER USB product INTEL 82801EB_ACA 0x24d5 82801EB/ER AC97 Audio product INTEL 82801EB_USB_3 0x24d7 82801EB/ER USB @@ -1665,7 +1665,7 @@ product NVIDIA RIVA_TNT2_ULTRA 0x0029 Riva TNT2 Ultra product NVIDIA VANTA1 0x002c Vanta product NVIDIA VANTA2 0x002d Vanta product NVIDIA NFORCE2_ISA 0x0060 nForce2 PCI-ISA -product NVIDIA NFORCE2_SMBUS 0x0064 nForce2 SMBus +product NVIDIA NFORCE2_SMB 0x0064 nForce2 SMBus product NVIDIA NFORCE2_IDE 0x0065 nForce2 IDE product NVIDIA NFORCE2_LAN 0x0066 nForce2 LAN product NVIDIA NFORCE2_USB 0x0067 nForce2 USB |