svn commit: r204660 - stable/8/sys/modules/ath

Rui Paulo rpaulo at FreeBSD.org
Wed Mar 3 20:28:36 UTC 2010


Author: rpaulo
Date: Wed Mar  3 20:28:35 2010
New Revision: 204660
URL: http://svn.freebsd.org/changeset/base/204660

Log:
  Add ah_eeprom_v4k.c

Modified:
  stable/8/sys/modules/ath/Makefile

Modified: stable/8/sys/modules/ath/Makefile
==============================================================================
--- stable/8/sys/modules/ath/Makefile	Wed Mar  3 20:08:12 2010	(r204659)
+++ stable/8/sys/modules/ath/Makefile	Wed Mar  3 20:28:35 2010	(r204660)
@@ -83,6 +83,7 @@ SRCS+=	ar5413.c
 #
 .PATH:	${.CURDIR}/../../dev/ath/ath_hal/ar5416
 SRCS+=	ah_eeprom_v14.c \
+	ah_eeprom_v4k.c \
 	ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \
 	ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
 	ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \


More information about the svn-src-stable mailing list