Date: Thu, 31 Mar 2011 08:07:13 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf AVILA CAMBRIA src/sys/conf files src/sys/dev/ath if_ath.c if_ath_ahb.c if_ath_pci.c src/sys/i386/conf GENERIC PAE src/sys/mips/conf AR71XX IDT OCTEON1 SENTRY5 src/sys/modules Makefile ... Message-ID: <201103310807.p2V87jJS025628@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2011-03-31 08:07:13 UTC
FreeBSD src repository
Modified files:
sys/amd64/conf GENERIC
sys/arm/conf AVILA CAMBRIA
sys/conf files
sys/dev/ath if_ath.c if_ath_pci.c
sys/i386/conf GENERIC PAE
sys/mips/conf AR71XX IDT OCTEON1 SENTRY5
sys/modules Makefile
sys/modules/ath Makefile
sys/pc98/conf GENERIC
sys/sparc64/conf GENERIC
Added files:
sys/dev/ath if_ath_ahb.c
sys/modules/ath_ahb Makefile
sys/modules/ath_pci Makefile
Log:
SVN rev 220185 on 2011-03-31 08:07:13Z by adrian
Break out the ath PCI logic into a separate device/module.
Introduce the AHB glue for Atheros embedded systems. Right now it's
hard-coded for the AR9130 chip whose support isn't yet in this HAL;
it'll be added in a subsequent commit.
Kernel configuration files now need both 'ath' and 'ath_pci' devices; both
modules need to be loaded for the ath device to work.
Revision Changes Path
1.555 +2 -1 src/sys/amd64/conf/GENERIC
1.39 +2 -1 src/sys/arm/conf/AVILA
1.20 +2 -1 src/sys/arm/conf/CAMBRIA
1.1579 +6 -2 src/sys/conf/files
1.310 +3 -0 src/sys/dev/ath/if_ath.c
1.1 +287 -0 src/sys/dev/ath/if_ath_ahb.c (new)
1.26 +4 -3 src/sys/dev/ath/if_ath_pci.c
1.540 +2 -1 src/sys/i386/conf/GENERIC
1.34 +1 -0 src/sys/i386/conf/PAE
1.10 +2 -1 src/sys/mips/conf/AR71XX
1.11 +2 -1 src/sys/mips/conf/IDT
1.17 +1 -1 src/sys/mips/conf/OCTEON1
1.15 +1 -0 src/sys/mips/conf/SENTRY5
1.674 +2 -0 src/sys/modules/Makefile
1.22 +1 -1 src/sys/modules/ath/Makefile
1.1 +41 -0 src/sys/modules/ath_ahb/Makefile (new)
1.1 +41 -0 src/sys/modules/ath_pci/Makefile (new)
1.336 +2 -1 src/sys/pc98/conf/GENERIC
1.174 +2 -1 src/sys/sparc64/conf/GENERIC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103310807.p2V87jJS025628>
