CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2010/05/26 10:38:20

Modified files:
        sys/scsi       : sd.c sdvar.h 
        sys/sys        : buf.h 
Added files:
        sys/kern       : kern_bufq.c 

Log message:
Trying this again. Mixing anoncvs with cvs is _not_ a good idea.

Reintroduce bufqs. A few changes since it was backed out after some good
comments from d...@.

No need for a separate bufq.h, keep all of in buf.h; As requested by kittens
and deraadt.

Only sd(4) and wd(4) for now. The rest of the drivers will be converted soon,
also other goodies like heuristics for sd(4) for selecting the bufq type and
the death of disksort() are forthcoming.

Tested on: i386, amd64, sparc64, macppc, loongson and alpha by myself and
phessler.

OK art@, beck@, kettenis@, oga@

Reply via email to