diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-23 01:05:29 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-23 01:05:29 +0000 |
commit | de4c2c5d7fec47e1fea13397d95204f5b49f2a39 (patch) | |
tree | 7f69889c183178df0fd9bef3dabb1befc4da50db /sys/dev | |
parent | 733dc3d3236ffb6641beefeb483341a096e35a42 (diff) |
add two more MCP61 Ethernet MAC PCI ids.
From Linux's pci_ids.h
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 859d908a183..504a2a55943 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1109 2006/07/23 00:43:52 brad Exp $ +$OpenBSD: pcidevs,v 1.1110 2006/07/23 01:05:28 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2730,6 +2730,8 @@ product NVIDIA MCP61_LAN2 0x03e6 MCP61 LAN product NVIDIA MCP61_SATA 0x03e7 MCP61 SATA product NVIDIA MCP61_PPB_1 0x03e8 MCP61 PCIE product NVIDIA MCP61_PPB_2 0x03e9 MCP61 PCIE +product NVIDIA MCP61_LAN3 0x03ee MCP61 LAN +product NVIDIA MCP61_LAN4 0x03ef MCP61 LAN product NVIDIA MCP61_SATA_2 0x03f6 MCP61 SATA product NVIDIA MCP61_SATA_3 0x03f7 MCP61 SATA product NVIDIA MCP65_ISA 0x0440 MCP65 ISA |