NetBSD/sys/arch/i386
thorpej 446317125e In fdcresult(), the loop that pulls status off the controller is treated
as a "timeout", yet there's no specific delay in each iteration.  Add
a small delay (10 usec... pretty arbitrary) in each iteration.  This
fixes the "fdcresult: timeout" problems I've been having on my 200MHz P6.
1996-11-27 19:53:51 +00:00
..
apm_init The copyright for this file has been assigned to the NetBSD Foundation 1996-11-04 23:04:43 +00:00
bioscall The copyright for this file has been assigned to the NetBSD Foundation 1996-11-04 23:04:43 +00:00
boot Fix name conflict with boot() prototype in <sys/reboot.h> 1996-08-30 01:34:01 +00:00
compile
conf Move VNODEPAGER and DEVPAGER to std.i386 as well. 1996-11-16 01:16:38 +00:00
eisa Implement eisa_mem_{alloc,free}(), a method for allocating/freeing 1996-10-21 23:12:56 +00:00
i386 add pre-probe step so that autoconfiguration does not print 'apm0 at 1996-11-22 00:19:07 +00:00
include add pre-probe step so that autoconfiguration does not print 'apm0 at 1996-11-22 00:19:07 +00:00
isa In fdcresult(), the loop that pulls status off the controller is treated 1996-11-27 19:53:51 +00:00
netboot Fix #includes. 1996-02-02 18:05:36 +00:00
pci Make this compile again if PCI_CONF_MODE is defined (unused label). 1996-10-24 12:32:29 +00:00
stand
Makefile