freebsd-skq/sys/i386
bde b2fc79d876 Don't panic for delivery of a multiplexed SWI. Most SWI handlers
don't take an arg, but swi_generic() is special in order to avoid one
whole conditional branch in the old SWI dispatch code.  The new SWI
dispatch code passed it a garbage arg.  Bypass swi_generic() and call
swi_dispatcher() directly, like the corresponding alpha code has always
done.

The panic was rare because because it only occurred if more than one
of the {sio,cy,rc} drivers was configured and one was active, and the
cy driver doesn't even compile.
2000-09-12 16:02:43 +00:00
..
apm Add output of per battery information to apm(1). 2000-08-13 17:05:27 +00:00
bios Add output of per battery information to apm(1). 2000-08-13 17:05:27 +00:00
conf Turn the /dev/random device into a (pseudo-)device, not an option. 2000-09-12 13:21:40 +00:00
i386 When doing statistics for statclock on other CPU's, use the other CPUs' 2000-09-11 04:10:29 +00:00
ibcs2 Regen. (Fix SYS_exit) 2000-07-29 10:07:38 +00:00
include When doing statistics for statclock on other CPU's, use the other CPUs' 2000-09-11 04:10:29 +00:00
isa Don't panic for delivery of a multiplexed SWI. Most SWI handlers 2000-09-12 16:02:43 +00:00
linux Remove unused variables. 2000-09-09 14:35:35 +00:00
pci Catch a few more bogosities in certain chipsets before they mess us up. 2000-09-05 00:53:34 +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