diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-04-17 01:45:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-04-17 01:45:36 +0000 |
commit | fb7b42a3f35da627524261df25de42f4311773da (patch) | |
tree | 4a68a29027e8e26691ca8a39df88f21152e73f6b | |
parent | d1c5c8710c83868d3515df1da78a4d78df4f5691 (diff) |
Correct id for ICH7R SATA.
-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 dc460df11a8..735ff3ca3ad 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1055 2006/04/15 22:01:02 martin Exp $ +$OpenBSD: pcidevs,v 1.1056 2006/04/17 01:45:35 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1845,9 +1845,9 @@ product INTEL 82801GH_LPC 0x27b0 82801GH LPC product INTEL 82801GB_LPC 0x27b8 82801GB LPC product INTEL 82801GBM_LPC 0x27b9 82801GBM LPC product INTEL 82801GHM_LPC 0x27bd 82801GHM LPC -product INTEL 82801GB_SATA_1 0x27c0 82801GB SATA -product INTEL 82801GB_SATA_2 0x27c1 82801GB AHCI SATA -product INTEL 82801GB_SATA_3 0x27c3 82801GB SATA +product INTEL 82801GB_SATA 0x27c0 82801GB SATA +product INTEL 82801GR_AHCI 0x27c1 82801GR AHCI SATA +product INTEL 82801GR_SATA 0x27c3 82801GR SATA product INTEL 82801GBM_SATA 0x27c4 82801GBM SATA product INTEL 82801GB_USB_1 0x27c8 82801GB USB product INTEL 82801GB_USB_2 0x27c9 82801GB USB |