cvs commit: src/sys/conf files src/sys/dev/utopia idtphy.c suni.c
utopia.c utopia.h utopia_priv.h
Hartmut Brandt
harti at FreeBSD.org
Thu Feb 24 16:56:37 GMT 2005
harti 2005-02-24 16:56:36 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/dev/utopia utopia.c utopia.h
Added files:
sys/dev/utopia idtphy.c suni.c utopia_priv.h
Log:
Split the chip-specific code from the generic Utopia code. This simplifies
adding of new physical chips. Now one just needs to add a .h and a .c
file for the new chip and add one line to utopia.c for that chip.
Revision Changes Path
1.998 +2 -0 src/sys/conf/files
1.1 +494 -0 src/sys/dev/utopia/idtphy.c (new)
1.1 +545 -0 src/sys/dev/utopia/suni.c (new)
1.9 +32 -922 src/sys/dev/utopia/utopia.c
1.5 +3 -1 src/sys/dev/utopia/utopia.h
1.1 +46 -0 src/sys/dev/utopia/utopia_priv.h (new)
More information about the cvs-src
mailing list