freebsd-skq/sys/i386/isa/bs
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
..
bs_isa.c
bs_pisa.c
bs.c
bsfunc.c Fixed warnings. 2000-10-15 04:54:17 +00:00
bsfunc.h
bshw_dma.c Fixed warnings. 2000-10-15 04:54:17 +00:00
bshw_pdma.c Fixed warnings. 2000-10-15 04:54:17 +00:00
bshw.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
bshw.h
bshw.lst
bsif.c
bsif.h - Remove unneeded machine/ipl.h #include. 2000-10-25 20:38:08 +00:00
bsvar.h