Age | Commit message (Collapse) | Author |
|
|
|
|
|
same as com.
Also various function renaming and such so that multiport drivers should
now be able to link with pccom. pccomvar.h is no longer needed.
|
|
<onno@simplex.nl>, as a seperate driver. This is the OpenBSD com.c, with
his changes integrated and the functions renamed.
This driver should work with pcmcia, but hasn't been tested. It will not
work the multiport boards.
Simply switch 'com' to 'pccom' in your conf and change the major number of
your devices in order to use this.
|
|
|
|
from now IPX fully attached to the system, but only for i386.
other platforms need the same additions.
|
|
Deal with GCC's dead code elimination being suboptimal.
Modify splraise() to allow better optimization.
Make cpl, ipending, and astpending volatile.
Make sure interrupts are disabled before jumping to a resume point,
to prevent races.
Make FPU faults use INTRFASTEXIT, and remove INTREXIT.
Build the frame for recursive interrupts manually, and make sure to
disable interrupts to avoid races.
VS: ----------------------------------------------------------------------
|
|
|