cvs commit: src/sys/boot/uboot/lib api_public.h glue.c glue.h net.c
Rafal Jaworowski
raj at FreeBSD.org
Sat Oct 4 13:10:51 UTC 2008
raj 2008-10-04 13:10:38 UTC
FreeBSD src repository
Modified files:
sys/boot/uboot/lib api_public.h glue.c glue.h net.c
Log:
SVN rev 183598 on 2008-10-04 13:10:38Z by raj
U-Boot API glue improvements:
- extend ub_dev_read() and ub_dev_recv() so that the actual len and
all error codes can be passed and processed properly; unify behaviour of
these routines
- introduce syscall general error code (API_ESYSC)
Revision Changes Path
1.4 +1 -0 src/sys/boot/uboot/lib/api_public.h
1.6 +22 -28 src/sys/boot/uboot/lib/glue.c
1.5 +6 -3 src/sys/boot/uboot/lib/glue.h
1.5 +16 -11 src/sys/boot/uboot/lib/net.c
More information about the cvs-src
mailing list