cvs commit: src/sys/dev/cfe cfe_api.c cfe_api.h cfe_api_int.h
cfe_console.c cfe_error.h cfe_ioctl.h cfe_resource.c
Warner Losh
imp at FreeBSD.org
Fri Sep 26 03:53:30 UTC 2008
imp 2008-09-26 03:53:10 UTC
FreeBSD src repository
Added files:
sys/dev/cfe cfe_api.c cfe_api.h cfe_api_int.h
cfe_console.c cfe_error.h cfe_ioctl.h
cfe_resource.c
Log:
SVN rev 183370 on 2008-09-26 03:53:10Z by imp
Support for CFE boot loaders. Initially the support is for MIPS, but
other processors will work too.
Submitted by: bms@
Obtained from: p4 mips2 branch
Revision Changes Path
1.1 +538 -0 src/sys/dev/cfe/cfe_api.c (new)
1.1 +199 -0 src/sys/dev/cfe/cfe_api.h (new)
1.1 +171 -0 src/sys/dev/cfe/cfe_api_int.h (new)
1.1 +298 -0 src/sys/dev/cfe/cfe_console.c (new)
1.1 +104 -0 src/sys/dev/cfe/cfe_error.h (new)
1.1 +75 -0 src/sys/dev/cfe/cfe_ioctl.h (new)
1.1 +159 -0 src/sys/dev/cfe/cfe_resource.c (new)
More information about the cvs-src
mailing list