diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-11-02 20:45:18 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-11-02 20:45:18 +0000 |
commit | e40d2ee3e301abd9cb1f58c731aa77525b6ec3ed (patch) | |
tree | 2dd205a94fffc4782c2d89454997d1e3a1b169fd /sys/arch/i386/conf/GENERIC | |
parent | d156247be881b90786081389fc7821071c0a07c3 (diff) |
enable vic(4) now that it works.
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index ab4495da49d..fcea8af80a8 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.530 2006/10/26 08:37:14 tom Exp $ +# $OpenBSD: GENERIC,v 1.531 2006/11/02 20:45:17 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -508,6 +508,7 @@ nfe* at pci? # NVIDIA nForce Ethernet musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards xge* at pci? # Neterion Xframe-I/II 10Gb ethernet +vic* at pci? # VMware VMXnet virtual interface # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) |