freebsd-dev/sys/amd64
Bruce Evans d511196c02 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
..
amd64 When doing statistics for statclock on other CPU's, use the other CPUs' 2000-09-11 04:10:29 +00:00
conf Turn the /dev/random device into a (pseudo-)device, not an option. 2000-09-12 13:21:40 +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
pci Catch a few more bogosities in certain chipsets before they mess us up. 2000-09-05 00:53:34 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00