Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/ath_hal catch up to AR9280 changes



details:   https://anonhg.NetBSD.org/src/rev/91edf75cf8c5
branches:  trunk
changeset: 762392:91edf75cf8c5
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Feb 20 11:26:33 2011 +0000

description:
catch up to AR9280 changes

diffstat:

 sys/modules/ath_hal/Makefile     |  7 +++++--
 sys/modules/ath_hal/Makefile.inc |  5 +++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r c5235a87396d -r 91edf75cf8c5 sys/modules/ath_hal/Makefile
--- a/sys/modules/ath_hal/Makefile      Sun Feb 20 11:23:25 2011 +0000
+++ b/sys/modules/ath_hal/Makefile      Sun Feb 20 11:26:33 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/02/20 03:58:33 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.2 2011/02/20 11:26:33 jmcneill Exp $
 
 .include "../Makefile.inc"
 
@@ -17,6 +17,7 @@
        ah_eeprom_v1.c \
        ah_eeprom_v3.c \
        ah_eeprom_v14.c \
+       ah_eeprom_v4k.c \
        ah_regdomain.c
 SRCS+= ah_osdep.c
 SRCS+= ar5210_attach.c \
@@ -86,7 +87,9 @@
        ar5416_recv.c \
        ar5416_reset.c \
        ar5416_xmit.c \
-       ar9160_attach.c
+       ar9160_attach.c \
+       ar9280.c \
+       ar9280_attach.c
 
 WARNS=         3
 
diff -r c5235a87396d -r 91edf75cf8c5 sys/modules/ath_hal/Makefile.inc
--- a/sys/modules/ath_hal/Makefile.inc  Sun Feb 20 11:23:25 2011 +0000
+++ b/sys/modules/ath_hal/Makefile.inc  Sun Feb 20 11:26:33 2011 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.1 2011/02/20 03:58:33 jmcneill Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2011/02/20 11:26:34 jmcneill Exp $
 
 CPPFLAGS+=     -I${S}/external/isc/atheros_hal/dist
 CPPFLAGS+=     -I${S}/external/isc/atheros_hal/ic
 CPPFLAGS+=     -DATHHAL_AR5210 -DATHHAL_AR5211 -DATHHAL_AR5212 \
-               -DATHHAL_AR5311 -DATHHAL_AR5312 -DATHHAL_AR5416
+               -DATHHAL_AR5311 -DATHHAL_AR5312 -DATHHAL_AR5416 \
+               -DATHHAL_AR9280
 CPPFLAGS+=     -DATHHAL_RF2316 -DATHHAL_RF2317 -DATHHAL_RF2413 \
                -DATHHAL_RF2425 -DATHHAL_RF5111 -DATHHAL_RF5112 \
                -DATHHAL_RF5413



Home | Main Index | Thread Index | Old Index