freebsd-dev/sys/i386
Rich Murphey 73b2840c90 Reviewed by: Jordan
Submitted by:	Rich

Make conditionals on BIOSWAIT consistent with usage in io.c.

If you had 'BOOTWAIT=0' in your /etc/make.conf then biosboot wouldn't
compile.  It was '#if' in io.c and '#ifdef' in probe_keyboard.c so I
changed the latter to '#if'.

Even if BOOTWAIT is undefined then '#if BOOTWAIT' becomes
'#if 0' so it should compile either way with this change.
1995-02-15 04:17:59 +00:00
..
apm Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
bios Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
boot Reviewed by: Jordan 1995-02-15 04:17:59 +00:00
conf Add ISDN entries to LINT. 1995-02-15 00:53:15 +00:00
eisa Add $Id 1995-01-16 16:31:34 +00:00
i386 Bring in the ISDN driver entries. 1995-02-14 22:36:49 +00:00
ibcs2 Don't depend on namespace pollution in <machine/limits.h> for the 1995-02-03 21:31:35 +00:00
include First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
isa Fixed cursor xor problem... 1995-02-14 14:37:53 +00:00
pci Initialisation of interrupt masks changed. 1995-02-09 20:16:19 +00:00
scsi Keep track of when we actually are awaiting a reply to an SDTR or WDTR 1995-02-03 17:15:12 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00