diff options
author | 2006-11-06 03:55:35 +0000 | |
---|---|---|
committer | 2006-11-06 03:55:35 +0000 | |
commit | e6fc80bdbbdb84a84634d222a8b42cc8bc2a3663 (patch) | |
tree | 8ceda9ed891bec0972e5e8c63d9c381a4f39589e | |
parent | Sync up to Intel's latest FreeBSD em driver (6.2.9). Adds support (diff) | |
download | wireguard-openbsd-e6fc80bdbbdb84a84634d222a8b42cc8bc2a3663.tar.xz wireguard-openbsd-e6fc80bdbbdb84a84634d222a8b42cc8bc2a3663.zip |
add the NVIDIA MCP67 SMBus controller PCI id.
From Peer Chen @ NVIDIA
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 7450a4a1def..3325dadc931 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1183 2006/11/05 20:08:07 brad Exp $ +$OpenBSD: pcidevs,v 1.1184 2006/11/06 03:55:35 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2958,6 +2958,7 @@ 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_SMB 0x0542 MCP67 SMBus product NVIDIA MCP67_LAN1 0x054c MCP67 LAN product NVIDIA MCP67_LAN2 0x054d MCP67 LAN product NVIDIA MCP67_LAN3 0x054e MCP67 LAN |