Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add rt2860 now that it compiles.



details:   https://anonhg.NetBSD.org/src/rev/a2292cd6ac60
branches:  trunk
changeset: 344913:a2292cd6ac60
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 27 19:46:11 2016 +0000

description:
Add rt2860 now that it compiles.

diffstat:

 sys/conf/files |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 90cd770582eb -r a2292cd6ac60 sys/conf/files
--- a/sys/conf/files    Wed Apr 27 19:35:17 2016 +0000
+++ b/sys/conf/files    Wed Apr 27 19:46:11 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1156 2016/04/26 10:38:42 skrll Exp $
+#      $NetBSD: files,v 1.1157 2016/04/27 19:46:11 christos Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20150846
@@ -661,10 +661,11 @@
 file   dev/ic/rtwphy.c                 rtw
 file   dev/ic/rtwphyio.c               rtw
 
-# Ralink RT2500/RT2600 802.11
+# Ralink RT2500/RT2600/RT2860 802.11
 device ral: arp, ether, ifnet, wlan, firmload
 file   dev/ic/rt2560.c                 ral
 file   dev/ic/rt2661.c                 ral
+file   dev/ic/rt2860.c                 ral
 
 # Marvell Libertas Open
 device  malo: arp, ether, ifnet, wlan, firmload



Home | Main Index | Thread Index | Old Index