1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/sys/i386/isa/bs
Poul-Henning Kamp 9626b608de Separate the struct bio related stuff out of <sys/buf.h> into
<sys/bio.h>.

<sys/bio.h> is now a prerequisite for <sys/buf.h> but it shall
not be made a nested include according to bdes teachings on the
subject of nested includes.

Diskdrivers and similar stuff below specfs::strategy() should no
longer need to include <sys/buf.> unless they need caching of data.

Still a few bogus uses of struct buf to track down.

Repocopy by:    peter
2000-05-05 09:59:14 +00:00
..
bs_isa.c
bs_pisa.c
bs.c Change splbio() to splcam(). bs is cam driver. 1999-12-03 11:58:12 +00:00
bsfunc.c Change splbio() to splcam(). bs is cam driver. 1999-12-03 11:58:12 +00:00
bsfunc.h
bshw_dma.c
bshw_pdma.c
bshw.c
bshw.h
bshw.lst
bsif.c Add $FreeBSD$. 1999-10-06 07:26:48 +00:00
bsif.h Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
bsvar.h Increment number of retries before giving up. This may fix the 2000-03-20 03:55:29 +00:00