diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-02-25 23:54:44 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-02-25 23:54:44 +0000 |
commit | 077e2a1aa72831abce3dd1f13fa8293a29fd3603 (patch) | |
tree | 87f00e894375b7615502bd26c7916c18965e99c7 /sys | |
parent | c17b26216753585db2a71eedae466582ddba875e (diff) |
add vic(4) config glue. The driver is not yet enabled.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 9c071acc384..6b445fdd7de 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.198 2006/01/05 08:54:27 grange Exp $ +# $OpenBSD: files.pci,v 1.199 2006/02/25 23:54:43 reyk Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -569,6 +569,11 @@ attach art at musycc file dev/pci/if_art.c art file dev/pci/bt8370.c art +# VMware Virtual NIC +device vic: ether, ifnet, ifmedia +attach vic at pci +file dev/pci/if_vic.c vic + # Intel ICH SMBus controller device ichiic: i2cbus attach ichiic at pci |