diff options
author | Pyun YongHyeon <yongari@FreeBSD.org> | 2009-06-10 03:26:21 +0000 |
---|---|---|
committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2009-06-10 03:26:21 +0000 |
commit | 8e8d8e38ed02941813989bfe0235fbe186056c09 (patch) | |
tree | bc049a15cf75d977122c965d565858804ac6506e /usr.sbin/sysinstall | |
parent | ff24f0549150b4329f77bac5404ca452a7f079f8 (diff) |
Fix typo.
Notes
Notes:
svn path=/head/; revision=193883
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r-- | usr.sbin/sysinstall/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index f011ba75be03..5a2ea0a30120 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -91,7 +91,7 @@ static struct _devname { SERIAL("cuad%d", "%s on device %s (COM%d)", 16), NETWORK("ae", "Attansic/Atheros L2 Fast Ethernet"), NETWORK("age", "Attansic/Atheros L1 Gigabit Ethernet"), - NETWORK("alc", "Atheros AR8111/AR8132 PCIe Ethernet"), + NETWORK("alc", "Atheros AR8131/AR8132 PCIe Ethernet"), NETWORK("ale", "Atheros AR8121/AR8113/AR8114 PCIe Ethernet"), NETWORK("an", "Aironet 4500/4800 802.11 wireless adapter"), NETWORK("ath", "Atheros IEEE 802.11 wireless adapter"), |