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 AR9285 changes
details: https://anonhg.NetBSD.org/src/rev/99e49f8e2b14
branches: trunk
changeset: 762460:99e49f8e2b14
user: cegger <cegger%NetBSD.org@localhost>
date: Mon Feb 21 11:16:47 2011 +0000
description:
catch up to AR9285 changes
diffstat:
sys/modules/ath_hal/Makefile | 7 +++++--
sys/modules/ath_hal/Makefile.inc | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 89036f9eb60f -r 99e49f8e2b14 sys/modules/ath_hal/Makefile
--- a/sys/modules/ath_hal/Makefile Mon Feb 21 11:09:16 2011 +0000
+++ b/sys/modules/ath_hal/Makefile Mon Feb 21 11:16:47 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/02/20 11:26:33 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2011/02/21 11:16:47 cegger Exp $
.include "../Makefile.inc"
@@ -89,7 +89,10 @@
ar5416_xmit.c \
ar9160_attach.c \
ar9280.c \
- ar9280_attach.c
+ ar9280_attach.c \
+ ar9285.c \
+ ar9285_attach.c \
+ ar9285_reset.c
WARNS= 3
diff -r 89036f9eb60f -r 99e49f8e2b14 sys/modules/ath_hal/Makefile.inc
--- a/sys/modules/ath_hal/Makefile.inc Mon Feb 21 11:09:16 2011 +0000
+++ b/sys/modules/ath_hal/Makefile.inc Mon Feb 21 11:16:47 2011 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/02/20 11:26:34 jmcneill Exp $
+# $NetBSD: Makefile.inc,v 1.3 2011/02/21 11:16:47 cegger 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_AR9280
+ -DATHHAL_AR9280 -DATHHAL_AR9285
CPPFLAGS+= -DATHHAL_RF2316 -DATHHAL_RF2317 -DATHHAL_RF2413 \
-DATHHAL_RF2425 -DATHHAL_RF5111 -DATHHAL_RF5112 \
-DATHHAL_RF5413
Home |
Main Index |
Thread Index |
Old Index