Date: Thu, 20 Jan 2011 07:56:09 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath if_ath.c if_athvar.h src/sys/dev/ath/ath_hal ah.c ah.h ah_internal.h src/sys/dev/ath/ath_hal/ar5210 ar5210_attach.c src/sys/dev/ath/ath_hal/ar5211 ar5211_attach.c src/sys/dev/ath/ath_hal/ar5212 ar5212_attach.c ... Message-ID: <201101200756.p0K7uRkC015301@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2011-01-20 07:56:09 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c if_athvar.h
sys/dev/ath/ath_hal ah.c ah.h ah_internal.h
sys/dev/ath/ath_hal/ar5210 ar5210_attach.c
sys/dev/ath/ath_hal/ar5211 ar5211_attach.c
sys/dev/ath/ath_hal/ar5212 ar5212_attach.c
sys/dev/ath/ath_hal/ar5312 ar5312_attach.c
sys/dev/ath/ath_hal/ar5416 ar5416_attach.c ar9160_attach.c
ar9280_attach.c ar9285_attach.c
Log:
SVN rev 217624 on 2011-01-20 07:56:09Z by adrian
Include the initial support for external EEPROMs.
The AR9100 at least doesn't have an external serial EEPROM
attached to the MAC; it instead stores the calibration data
in the normal system flash.
I believe earlier parts can do something similar but I haven't
experienced it first-hand.
This commit introduces an eepromdata pointer into the API but
doesn't at all commit to using it. A future commit will
include the glue needed to allow the AR9100 support code
to use this data pointer as the EEPROM.
Revision Changes Path
1.15 +2 -2 src/sys/dev/ath/ath_hal/ah.c
1.16 +3 -1 src/sys/dev/ath/ath_hal/ah.h
1.19 +2 -1 src/sys/dev/ath/ath_hal/ah_internal.h
1.9 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
1.9 +2 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
1.12 +2 -1 src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
1.5 +2 -1 src/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
1.15 +2 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
1.10 +2 -1 src/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c
1.6 +2 -1 src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c
1.6 +2 -1 src/sys/dev/ath/ath_hal/ar5416/ar9285_attach.c
1.283 +1 -1 src/sys/dev/ath/if_ath.c
1.92 +1 -0 src/sys/dev/ath/if_athvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101200756.p0K7uRkC015301>
