diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-11-04 23:30:27 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-11-04 23:30:27 +0000 |
commit | 189d6c96d7bdb67812949f78ab6bcf4422158333 (patch) | |
tree | cc7db5230847c2592c367f9d6bdf3afb611d4524 /sys | |
parent | a77f822a221310b4a9429969a30979b6ea468141 (diff) |
add the NVIDIA MCP67 SATA PCI ids.
From Peer Chen @ NVIDIA via Linux
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 722cbd19323..1bd4c62abb7 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1180 2006/11/04 23:10:06 brad Exp $ +$OpenBSD: pcidevs,v 1.1181 2006/11/04 23:30:26 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2958,6 +2958,10 @@ product NVIDIA MCP65_SATA 0x045c MCP65 SATA product NVIDIA MCP65_SATA2 0x045d MCP65 SATA product NVIDIA MCP65_SATA3 0x045e MCP65 SATA product NVIDIA MCP65_SATA4 0x045f MCP65 SATA +product NVIDIA MCP67_SATA 0x0550 MCP67 SATA +product NVIDIA MCP67_SATA2 0x0551 MCP67 SATA +product NVIDIA MCP67_SATA3 0x0552 MCP67 SATA +product NVIDIA MCP67_SATA4 0x0553 MCP67 SATA product NVIDIA MCP67_IDE 0x0560 MCP67 IDE /* Oak Technologies products */ |