Add alc(4) to the list of supported network interface.

This commit is contained in:
Pyun YongHyeon 2009-06-10 02:10:35 +00:00
parent d68875eb7e
commit ed664481fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193881

View File

@ -91,6 +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("ale", "Atheros AR8121/AR8113/AR8114 PCIe Ethernet"),
NETWORK("an", "Aironet 4500/4800 802.11 wireless adapter"),
NETWORK("ath", "Atheros IEEE 802.11 wireless adapter"),