CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/01/17 08:15:57
Modified files:
sys/dev : bio.c biovar.h
sbin/bioctl : bioctl.c
usr.sbin/sdio : sdio.c
Log message:
Move the bio(4) cookie into a separate struct and make this struct the
first member of each ioctl data structure. This will allow for future
changes to bio(4) status handling.
