Date: Tue, 26 Aug 2008 10:41:49 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.powerpc src/sys/dev/tsec if_tsec.c if_tsec.h if_tsec_ocp.c Message-ID: <200808261042.m7QAghGP025702@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808261042.m7QAghGP025702>
