summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/icu.s
AgeCommit message (Collapse)Author
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
be bridged. Do the real work in a scheduled netisr.
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1996-08-16someone send me an i386 assembler bookTheo de Raadt
1996-08-16spin processing ast events before going back to userland; my fixTheo de Raadt
1996-07-28pccom and com are now mutually exclusive; pccom moves to major 8, theJason Downs
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.
1996-07-07Integrate the i386 specific com driver from Onno van der Linden,Jason Downs
<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.
1996-06-30add natm intr.chuck
1996-04-30add IPX support.Michael Shalayeff
from now IPX fully attached to the system, but only for i386. other platforms need the same additions.
1996-01-08from netbsd:Theo de Raadt
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: ----------------------------------------------------------------------
1995-10-18initial import of NetBSD treeTheo de Raadt