Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add atw (ADMtek ADM8211 802.11).
details: https://anonhg.NetBSD.org/src/rev/f117a1f02899
branches: trunk
changeset: 553240:f117a1f02899
user: dyoung <dyoung%NetBSD.org@localhost>
date: Mon Oct 13 05:45:59 2003 +0000
description:
Add atw (ADMtek ADM8211 802.11).
diffstat:
sys/arch/i386/conf/GENERIC | 6 ++++--
sys/arch/i386/conf/GENERIC_LAPTOP | 5 +++--
sys/arch/i386/conf/INSTALL | 3 ++-
sys/arch/i386/conf/INSTALL_LAPTOP | 3 ++-
4 files changed, 11 insertions(+), 6 deletions(-)
diffs (94 lines):
diff -r 34c0d4e83f22 -r f117a1f02899 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Mon Oct 13 05:43:14 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC Mon Oct 13 05:45:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.575 2003/10/10 04:50:07 grog Exp $
+# $NetBSD: GENERIC,v 1.576 2003/10/13 05:45:59 dyoung Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.575 $"
+#ident "GENERIC-$Revision: 1.576 $"
maxusers 32 # estimated number of users
@@ -694,6 +694,7 @@
# PCI network interfaces
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
+atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet
bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
en* at pci? dev ? function ? # ENI/Adaptec ATM
@@ -786,6 +787,7 @@
we1 at isa? port 0x300 iomem 0xcc000 irq 10
# CardBus network cards
+#atw* at cardbus? dev ? function ? # ADMtek ADM8211 (802.11)
#ex* at cardbus? dev ? function ? # 3Com 3C575TX
#fxp* at cardbus? dev ? function ? # Intel i8255x
#rtk* at cardbus? dev ? function ? # Realtek 8129/8139
diff -r 34c0d4e83f22 -r f117a1f02899 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Mon Oct 13 05:43:14 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Mon Oct 13 05:45:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_LAPTOP,v 1.79 2003/10/08 11:55:43 bouyer Exp $
+# $NetBSD: GENERIC_LAPTOP,v 1.80 2003/10/13 05:45:59 dyoung Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.79 $"
+#ident "GENERIC-$Revision: 1.80 $"
maxusers 32 # estimated number of users
@@ -545,6 +545,7 @@
sm* at mhzc?
# CardBus network cards
+atw* at cardbus? dev ? function ? # ADMtek ADM8211 (802.11)
ex* at cardbus? dev ? function ? # 3Com 3C575TX
fxp* at cardbus? dev ? function ? # Intel i8255x
rtk* at cardbus? dev ? function ? # Realtek 8129/8139
diff -r 34c0d4e83f22 -r f117a1f02899 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Mon Oct 13 05:43:14 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL Mon Oct 13 05:45:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.226 2003/10/08 11:55:43 bouyer Exp $
+# $NetBSD: INSTALL,v 1.227 2003/10/13 05:45:59 dyoung Exp $
#
# INSTALL - Installation kernel.
#
@@ -495,6 +495,7 @@
# PCI network interfaces
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
+atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet
bge* at pci? dev ? function ? # Broadcom 570x Gigabit Ethernet
#en* at pci? dev ? function ? # ENI/Adaptec ATM
diff -r 34c0d4e83f22 -r f117a1f02899 sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Mon Oct 13 05:43:14 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Mon Oct 13 05:45:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_LAPTOP,v 1.49 2003/10/08 11:55:44 bouyer Exp $
+# $NetBSD: INSTALL_LAPTOP,v 1.50 2003/10/13 05:45:59 dyoung Exp $
#
# INSTALL - Installation kernel.
#
@@ -446,6 +446,7 @@
sm* at mhzc?
# CardBus network cards
+atw* at cardbus? dev ? function ? # ADMtek ADM8211 (802.11)
ex* at cardbus? dev ? function ? # 3Com 3C575TX
fxp* at cardbus? dev ? function ? # Intel i8255x
rtk* at cardbus? dev ? function ? # Realtek 8129/8139
Home |
Main Index |
Thread Index |
Old Index