Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: dyoung
Date: Sat Jun 25 22:08:54 UTC 2005
Modified Files:
src/sys/arch/i386/conf: files.i386
src/sys/arch/macppc/conf: GENERIC files.macppc
src/sys/contrib/arch/powerpc/dev: athhal-powerpc-be-eabi.opt_ah.h
src/sys/dev/pci: files.pci
Added Files:
src/sys/arch/macppc/conf: Makefile.macppc
Removed Files:
src/sys/dev/pci: files.ath
Log Message:
Move the definitions in dev/pci/files.ath into dev/pci/files.pci.
Stop including dev/pci/files.ath in arch/i386/conf/files.i386,
since we get the same definitions by including dev/pci/files.pci,
now. Remove dev/pci/files.ath.
Add arch/macppc/conf/Makefile.macppc with directives for linking
the Atheros HAL for PowerPC.
In athhal-powerpc-be-eabi.opt_ah.h, #define AH_REGOPS_FUNC 1, since
otherwise the linker complains that the PowerPC HAL cannot link
with register-read/write subroutines.
Add ath(4) to the GENERIC macppc kernel configuration; comment it
out.
To generate a diff of this commit:
cvs rdiff -r1.267 -r1.268 src/sys/arch/i386/conf/files.i386
cvs rdiff -r1.200 -r1.201 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -r0 -r1.22 src/sys/arch/macppc/conf/Makefile.macppc
cvs rdiff -r1.63 -r1.64 src/sys/arch/macppc/conf/files.macppc
cvs rdiff -r1.1.1.1 -r1.2 \
src/sys/contrib/arch/powerpc/dev/athhal-powerpc-be-eabi.opt_ah.h
cvs rdiff -r1.1 -r0 src/sys/dev/pci/files.ath
cvs rdiff -r1.233 -r1.234 src/sys/dev/pci/files.pci
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index