diff options
author | 2005-10-22 22:59:05 +0000 | |
---|---|---|
committer | 2005-10-22 22:59:05 +0000 | |
commit | fdb234d130c48033d18ef0ffd6d1ce07d157f00e (patch) | |
tree | d6b9b189ab77b813bc0e86485eaed7cbe94d8c2f | |
parent | Make sure we use the corrrect interrupt line on Shasta. (diff) | |
download | wireguard-openbsd-fdb234d130c48033d18ef0ffd6d1ce07d157f00e.tar.xz wireguard-openbsd-fdb234d130c48033d18ef0ffd6d1ce07d157f00e.zip |
Intel PCI id 2653 is actually a SATA controller on the ICH6-M and
not an IDE controller.
-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 3804c9aa350..0ebdde89fb3 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.945 2005/10/17 11:19:43 jsg Exp $ +$OpenBSD: pcidevs,v 1.946 2005/10/22 22:59:05 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1639,7 +1639,7 @@ product INTEL 82801FB_LPC 0x2640 82801FB LPC product INTEL 82801FBM_LPC 0x2641 82801FBM LPC product INTEL 82801FB_SATA 0x2651 82801FB SATA product INTEL 82801FR_SATA 0x2652 82801FR SATA -product INTEL 82801FBM_IDE 0x2653 82801FBM IDE +product INTEL 82801FBM_SATA 0x2653 82801FBM SATA product INTEL 82801FB_USB_1 0x2658 82801FB USB product INTEL 82801FB_USB_2 0x2659 82801FB USB product INTEL 82801FB_USB_3 0x265a 82801FB USB |