cvs commit: src/sys/conf files.powerpc src/sys/dev/tsec if_tsec.c
if_tsec.h if_tsec_ocp.c
Rafal Jaworowski
raj at FreeBSD.org
Tue Aug 26 10:42:43 UTC 2008
raj 2008-08-26 10:41:49 UTC
FreeBSD src repository
Modified files:
sys/conf files.powerpc
sys/dev/tsec if_tsec.c if_tsec.h
Added files:
sys/dev/tsec if_tsec_ocp.c
Log:
SVN rev 182189 on 2008-08-26 10:41:49Z by raj
tsec: Refactor driver's structure.
Split the driver into the core functionality part (sys/dev/tsec/if_tsec.c) and
the bus attachment (sys/dev/tsec/if_tsec_ocp.c).
This lets better integrate and maintain the driver in other environments with
different attachment abstractions (there is at least one other FreeBSD port --
MPC83xx -- which uses this TSEC driver, but with different local bus model
i.e. some OF derivative). While there, clean up and fix minor cosmetics.
Obtained from: Semihalf
Revision Changes Path
1.80 +1 -0 src/sys/conf/files.powerpc
1.5 +264 -545 src/sys/dev/tsec/if_tsec.c
1.4 +27 -11 src/sys/dev/tsec/if_tsec.h
1.1 +340 -0 src/sys/dev/tsec/if_tsec_ocp.c (new)
More information about the cvs-src
mailing list