Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Add ath(4), ral(4).



details:   https://anonhg.NetBSD.org/src/rev/dc4cad24f82f
branches:  trunk
changeset: 588783:dc4cad24f82f
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Sat Mar 04 01:21:08 2006 +0000

description:
Add ath(4), ral(4).
Tested on my Ultra60 with ath at cardbus and ral at uhub.

XXX ath at pci now commented out since no 32-bit athhal.

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 3c349d8db82c -r dc4cad24f82f sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Sat Mar 04 01:13:35 2006 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Sat Mar 04 01:21:08 2006 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.132 2006/03/03 23:54:45 nakayama Exp $
+#      $NetBSD: GENERIC32,v 1.133 2006/03/04 01:21:08 nakayama Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.132 $"
+#ident                 "GENERIC-$Revision: 1.133 $"
 
 maxusers       64
 
@@ -462,6 +462,7 @@
 # PCI network interfaces
 #      UT marks untested.
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11) UT
+#ath*  at pci? dev ? function ?        # Atheros 5210/5211/5212 802.11 UT
 en*    at pci? dev ? function ?        # ENI/Adaptec ATM UT
 # XXX causes ICE
 #ep*   at pci? dev ? function ?        # 3Com 3c59x
@@ -479,6 +480,7 @@
 ntwoc* at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial UT
 # XXX cause uncorrectable DMA error
 #pcn*  at pci? dev ? function ?        # PCnet-PCI Ethernet
+ral*   at pci? dev ? function ?        # ralink wifi UT
 re*    at pci? dev ? function ?        # Realtek 8139C+/8169/8169S/8110S
 rtk*   at pci? dev ? function ?        # Realtek 8129/8139
 sip*   at pci? dev ? function ?        # SiS 900 Ethernet
@@ -579,8 +581,9 @@
 udav*  at uhub? port ?         # Davicom DM9601 based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
-# USB 802.11b adapters
+# USB 802.11 adapters
 atu*   at uhub? port ?         # Atmel AT76C50XX based adapters
+ral*   at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g
 
 # Prolific PL2301/PL2302 host-to-host adapter
 upl*   at uhub? port ?
@@ -701,6 +704,7 @@
 #atw*  at cardbus? function ?  # ADMtek ADM8211 (802.11) UT
 #ex*   at cardbus? function ?  # 3Com 3C575TX
 #fxp*  at cardbus? function ?  # Intel i8255x UT
+#ral*  at cardbus? function ?  # Ralink Technology RT25x0 802.11a/b/g UT
 #rtk*  at cardbus? function ?  # Realtek 8129/8139 UT
 #tlp*  at cardbus? function ?  # DECchip 21143
 



Home | Main Index | Thread Index | Old Index