aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-01-17 18:51:21 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-01-17 18:51:21 +0000
commitd1a079fb0d55e089f9c8c0365ff1586109b8b7e8 (patch)
treef76e44d94ce2da936cb8948b04e9577280d2179d /usr.sbin/sysinstall/devices.c
parent03874c20cfad482ad18bf166c50c48cd3af1525f (diff)
downloadsrc-d1a079fb0d55e089f9c8c0365ff1586109b8b7e8.tar.gz
src-d1a079fb0d55e089f9c8c0365ff1586109b8b7e8.zip
Add 'vlan' as a network device.
Tested by: dcs
Notes
Notes: svn path=/head/; revision=109432
Diffstat (limited to 'usr.sbin/sysinstall/devices.c')
-rw-r--r--usr.sbin/sysinstall/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index c64d6de851bd..c86823219f88 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/devices.c
@@ -120,6 +120,7 @@ static struct _devname {
{ DEVICE_TYPE_NETWORK, "ti", "Alteon Networks PCI gigabit ethernet card" },
{ DEVICE_TYPE_NETWORK, "tl", "Texas Instruments ThunderLAN PCI ethernet card" },
{ DEVICE_TYPE_NETWORK, "vr", "VIA VT3043/VT86C100A Rhine PCI ethernet card" },
+ { DEVICE_TYPE_NETWORK, "vlan", "IEEE 802.1Q VLAN network interface" },
{ DEVICE_TYPE_NETWORK, "vx", "3COM 3c590 / 3c595 ethernet card" },
{ DEVICE_TYPE_NETWORK, "wb", "Winbond W89C840F PCI ethernet card" },
{ DEVICE_TYPE_NETWORK, "wi", "Lucent WaveLAN/IEEE 802.11 wireless adapter" },