freebsd-skq/sys/i386
bde 1e49b19cb0 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
..
apm Perform APM power-off on power-off request, not halt request. 1998-12-10 23:36:14 +00:00
bios Perform APM power-off on power-off request, not halt request. 1998-12-10 23:36:14 +00:00
boot Enforce building with -aout, since building with OBJFORMAT=elf doesn't 1998-12-30 10:55:50 +00:00
conf Part 1 of pcvt/voxware revival. I hope I have not clobbered any other 1999-01-01 08:09:58 +00:00
eisa The previous commit was bogus. malloc(..., M_WAITOK) should not be 1999-01-01 12:35:47 +00:00
i386 Improved DDB_UNATTENDED behaviour. From the submitter: 1998-12-28 23:03:00 +00:00
ibcs2 Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
include Part 3 of the pcvt/voxware revival. 1999-01-01 08:23:23 +00:00
isa Part 3 of the pcvt/voxware revival. 1999-01-01 08:23:23 +00:00
linux Commit patch in 1998-12-30 21:20:00 +00:00
pci
Makefile Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00