freebsd-nq/sys/i386/eisa
Bruce Evans b55dcca107 The previous commit was bogus. malloc(..., M_WAITOK) should not be
used in device attach routines.  At least for attaches at boot time,
actually waiting, or actually failing for malloc(..., M_NOWAIT), are
almost equally unlikely and harmless, but using M_WAITOK interferes
with automatic detection of bogus M_WAITOK's.
1999-01-01 12:35:47 +00:00
..
3c5x9.c
adv_eisa.c Staticize the overrun buffer so that they are not shared between 1998-12-22 18:14:15 +00:00
ahb.c
ahbreg.h
ahc_eisa.c Pull in new ccb_hdr list types. 1998-12-15 08:24:45 +00:00
bt_eisa.c
dpt_eisa.c
dpt_eisa.h
eisaconf.c
eisaconf.h
if_fea.c The previous commit was bogus. malloc(..., M_WAITOK) should not be 1999-01-01 12:35:47 +00:00
if_vx_eisa.c