diff options
author | weongyo <weongyo@FreeBSD.org> | 2009-01-23 05:57:40 +0000 |
---|---|---|
committer | weongyo <weongyo@FreeBSD.org> | 2009-01-23 05:57:40 +0000 |
commit | 41ad63ce160976fc6254d05477f326504a05d91f (patch) | |
tree | 00d3a96353ce0aedfef1554b3a1387065d134a99 /usr.sbin | |
parent | 5df3c85b029dab4ccc35084b9b27e0d00ab28fbc (diff) | |
download | FreeBSD-src-41ad63ce160976fc6254d05477f326504a05d91f.zip FreeBSD-src-41ad63ce160976fc6254d05477f326504a05d91f.tar.gz |
Add urtw(4) to the list of supported network interface.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index d1c8aeb..c4438e1 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -156,6 +156,7 @@ static struct _devname { NETWORK("tl", "Texas Instruments ThunderLAN PCI Ethernet card"), NETWORK("upgt", "Conexant/Intersil PrismGT USB wireless adapter"), NETWORK("ural", "Ralink Technology RT2500USB 802.11 wireless adapter"), + NETWORK("urtw", "Realtek 8187L USB wireless adapter"), NETWORK("vge", "VIA VT612x PCI Gigabit Ethernet card"), NETWORK("vr", "VIA VT3043/VT86C100A Rhine PCI Ethernet card"), NETWORK("vlan", "IEEE 802.1Q VLAN network interface"), |