K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-15T09:15:27.000000Z K 7 svn:log V 432 Fixed corruption of the fd buffer queue. Once upon a time, the active buffer had to be left on the head of the queue for [bufq]disksort() to sort against. This isn't right for devices that can support multiple active i/o's, and only the fd driver did it. "Fixing" this in rev.1.36 of ufs_disksubr.c broke the fd driver in much the same way as rev.1.52 of broke it (see rev.1.119). Bug reported and fix tested by: dt END