CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/02/07 18:30:09
Modified files: sys/arch/sparc/dev: xd.c xdvar.h Log message: replace hand rolled code to maintain a list of bufs with a fifo bufq. guenther pointed out this is one of the last things using the compat in struct buf that we still have from the disksort days. not anymore. ok miod@ guenther@