freebsd-nq/sys/i386
John Baldwin 62a010fecf - Remove unneeded machine/ipl.h #include.
- Change the softintr() macro to do nothing on FreeBSD.  Previously,
  this macro would set a bit in spending and schedule the softinterrupt
  thread to run.  However, the bs driver never actually registers a
  a software interrupt handler, so all this work achieved nothing.  From
  the code it is not clear what exactly the softintr() macro is actually
  supposed to be doing.  It looks like it is supposed to be possibly
  running the hardware interrupt handler maybe?  This handler is only
  present in the #ifdef __NetBSD__ code however.  I have no idea how this
  driver handles interrupts at all, but at least it compiles now.
2000-10-25 20:38:08 +00:00
..
apm Add Timer device driver for power management events. 2000-09-14 22:34:57 +00:00
bios Add Timer device driver for power management events. 2000-09-14 22:34:57 +00:00
conf The USB scanner driver. To be used together with SANE. 2000-10-25 10:34:38 +00:00
i386 - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
ibcs2 Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
include - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
isa - Remove unneeded machine/ipl.h #include. 2000-10-25 20:38:08 +00:00
linux Some linux apps, such as IBM's JDK 1.3, will attempt to mmap thread 2000-10-17 00:25:43 +00:00
pci Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise) 2000-10-20 15:40:05 +00:00
svr4 Cleanup after repo copy of sys/svr4 to sys/compat/svr4. 2000-08-31 22:54:09 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00