From 66e744eb8b2b3a64c4e326ecbb712faeea215481 Mon Sep 17 00:00:00 2001 From: dyoung Date: Mon, 22 Dec 2003 10:10:41 +0000 Subject: Fix typo: atw(4) was listed as an Aironet card instead of ADMtek. --- sys/arch/macppc/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') 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 -- cgit