Date: Sat, 12 Jan 2013 23:49:11 +0000 (UTC) From: Bryan Venteicher <bryanv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r245350 - in projects/vmxnet/sys: amd64/conf i386/conf Message-ID: <201301122349.r0CNnBGA016502@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bryanv Date: Sat Jan 12 23:49:11 2013 New Revision: 245350 URL: http://svnweb.freebsd.org/changeset/base/245350 Log: Add vic to i386/amd64 NOTES Approved by: grehan (implicit) Modified: projects/vmxnet/sys/amd64/conf/NOTES projects/vmxnet/sys/i386/conf/NOTES Modified: projects/vmxnet/sys/amd64/conf/NOTES ============================================================================== --- projects/vmxnet/sys/amd64/conf/NOTES Sat Jan 12 23:47:40 2013 (r245349) +++ projects/vmxnet/sys/amd64/conf/NOTES Sat Jan 12 23:49:11 2013 (r245350) @@ -309,6 +309,7 @@ options DRM_DEBUG # Include debug print # nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source) # nve: nVidia nForce MCP on-board Ethernet Networking # sfxge: Solarflare SFC9000 family 10Gb Ethernet adapters +# vic: VMware VMXNET Ethernet # wpi: Intel 3945ABG Wireless LAN controller # Requires the wpi firmware module @@ -325,6 +326,7 @@ device mthca # Mellanox HCA InfiniBan device nfe # nVidia nForce MCP on-board Ethernet device nve # nVidia nForce MCP on-board Ethernet Networking device sfxge # Solarflare SFC9000 10Gb Ethernet +device vic # VMware VMXNET Ethernet device wpi # Intel 3945ABG wireless NICs. # IEEE 802.11 adapter firmware modules Modified: projects/vmxnet/sys/i386/conf/NOTES ============================================================================== --- projects/vmxnet/sys/i386/conf/NOTES Sat Jan 12 23:47:40 2013 (r245349) +++ projects/vmxnet/sys/i386/conf/NOTES Sat Jan 12 23:49:11 2013 (r245350) @@ -580,6 +580,7 @@ hint.mse.0.irq="5" # nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source) # nve: nVidia nForce MCP on-board Ethernet Networking # sbni: Granch SBNI12-xx ISA and PCI adapters +# vic: VMware VMXNET Ethernet # wl: Lucent Wavelan (ISA card only). # wpi: Intel 3945ABG Wireless LAN controller # Requires the wpi firmware module @@ -629,6 +630,7 @@ hint.sbni.0.at="isa" hint.sbni.0.port="0x210" hint.sbni.0.irq="0xefdead" hint.sbni.0.flags="0" +device vic # VMware VMXNET Ethernet device wl hint.wl.0.at="isa" hint.wl.0.port="0x300"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301122349.r0CNnBGA016502>