diff options
author | 2006-11-04 23:30:26 +0000 | |
---|---|---|
committer | 2006-11-04 23:30:26 +0000 | |
commit | 48a80a93fdb1a5feb35568cce1a41f378a110c47 (patch) | |
tree | 27791d1d54251005122c1164338f9d543fcb6e27 | |
parent | query the firmware for the number of volumes, and then iterate through them (diff) | |
download | wireguard-openbsd-48a80a93fdb1a5feb35568cce1a41f378a110c47.tar.xz wireguard-openbsd-48a80a93fdb1a5feb35568cce1a41f378a110c47.zip |
add the NVIDIA MCP67 SATA PCI ids.
From Peer Chen @ NVIDIA via Linux
-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 */ |