summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-05-19 02:17:24 +0000
committeryongari <yongari@FreeBSD.org>2008-05-19 02:17:24 +0000
commitae67110ca4a14ba70f648d9ec5f1a594693bed79 (patch)
tree6eb451bde40bc5f9a47ab310a9a96886c3bf27ce /usr.sbin/sysinstall
parent25e045ee2f30b8bee5334e73e86108af2a34979c (diff)
downloadFreeBSD-src-ae67110ca4a14ba70f648d9ec5f1a594693bed79.zip
FreeBSD-src-ae67110ca4a14ba70f648d9ec5f1a594693bed79.tar.gz
Add age(4) to the list of supported network interface.
Diffstat (limited to 'usr.sbin/sysinstall')
-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 4e02815..071a789 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/devices.c
@@ -93,6 +93,7 @@ static struct _devname {
DISK("mfid%d", "LSI MegaRAID SAS array", 4),
FLOPPY("fd%d", "floppy drive unit A", 4),
SERIAL("cuad%d", "%s on device %s (COM%d)", 16),
+ NETWORK("age", "Attansic/Atheros L1 Gigabit Ethernet"),
NETWORK("an", "Aironet 4500/4800 802.11 wireless adapter"),
NETWORK("ath", "Atheros IEEE 802.11 wireless adapter"),
NETWORK("aue", "ADMtek USB Ethernet adapter"),
OpenPOWER on IntegriCloud