diff options
| author | dyoung <dyoung@NetBSD.org> | 2003-12-22 10:10:41 +0000 |
|---|---|---|
| committer | dyoung <dyoung@NetBSD.org> | 2003-12-22 10:10:41 +0000 |
| commit | 66e744eb8b2b3a64c4e326ecbb712faeea215481 (patch) | |
| tree | 25337011b62948caa440e07e0bf2a200f55a3ce4 /sys | |
| parent | 5ebbfc359bfb2d61175ffc0cc85567dc783465ff (diff) | |
Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index f1abe1e6fb7..5d03bcddd1e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.168 2003/12/14 01:32:02 thorpej Exp $ +# $NetBSD: GENERIC,v 1.169 2003/12/22 10:10:41 dyoung Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.168 $" +#ident "GENERIC-$Revision: 1.169 $" maxusers 32 @@ -189,7 +189,7 @@ lpt* at puc? port ? # || ports on > "universal" comm boards # PCI Network devices an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) -atw* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) +atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) bge* at pci? dev ? function ? # Broadcom 570x Gigabit Ethernet ep* at pci? dev ? function ? # 3Com 3c59x epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet |
