summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-10-04 11:49:26 +0000
committerstas <stas@FreeBSD.org>2008-10-04 11:49:26 +0000
commita3e8059f1feadab98fb18ea6327b5918d90936ac (patch)
treee353033d625a784120d2f671ee309ebb3cbb08c2 /usr.sbin
parent7fc1ad0ddb0dfa2a6ef7525e1721b980a02fc5ab (diff)
downloadFreeBSD-src-a3e8059f1feadab98fb18ea6327b5918d90936ac.zip
FreeBSD-src-a3e8059f1feadab98fb18ea6327b5918d90936ac.tar.gz
- Add ae(4) to sysinstall devices list.
Approved by: kib (mentor) MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-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 0a40e47..d851749 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("ae", "Attansic/Atheros L2 FastEthernet"),
NETWORK("age", "Attansic/Atheros L1 Gigabit Ethernet"),
NETWORK("an", "Aironet 4500/4800 802.11 wireless adapter"),
NETWORK("ath", "Atheros IEEE 802.11 wireless adapter"),
OpenPOWER on IntegriCloud