diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2007-09-14 23:18:26 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2007-09-14 23:18:26 +0000 |
commit | 047e70680b0a68126e6315650bfb84328dcb23ba (patch) | |
tree | 2627e174f6d354dd35344ed350c631e284f0977d /sys/dev | |
parent | f8830f4e97d43a5df26c5ff1487d6846296a3f37 (diff) |
add the NVIDIA MCP73/MCP77 IDE controller PCI ids.
ok dlg@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pciide.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 37bf4ce7834..df30ccaee7e 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.272 2007/07/02 14:01:14 dlg Exp $ */ +/* $OpenBSD: pciide.c,v 1.273 2007/09/14 23:18:25 brad Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -929,6 +929,14 @@ const struct pciide_product_desc pciide_nvidia_products[] = { 0, nforce_chip_map }, + { PCI_PRODUCT_NVIDIA_MCP73_IDE, + 0, + nforce_chip_map + }, + { PCI_PRODUCT_NVIDIA_MCP77_IDE, + 0, + nforce_chip_map + }, { PCI_PRODUCT_NVIDIA_NFORCE2_400_SATA, 0, sata_chip_map |