summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/icu.s
AgeCommit message (Expand)Author
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-05-09Make i386 use a pointer to the trap frame like everybody else instead ofMark Kettenis
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-05-07Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-04-26Remove softast; it's no longer used.Mark Kettenis
2008-04-25Make ipending per-cpu. Should fix PR 5788.Mark Kettenis
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-04-12Faster signal delivery on i386/MP.Artur Grabowski
2005-12-13Prevent recursive interrupts. Solves kernel stack overflow on i386 underAaron Campbell
2005-01-07Fix profiled kernel builds on i386 by moving splraise/splx code into macrosChristopher Pascoe
2004-06-13debranch SMP, have funNiklas Hallqvist
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-04-17i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.Dale Rahn
2001-12-04New try at a level based irq system.Niklas Hallqvist
2001-11-18Revert niklas's broken ICU interrupt handling changes; deraadt@ okAaron Campbell
2001-11-12Redo the ICU interrupt handling system to better emulate an APIC system.Niklas Hallqvist
2001-11-08veli tpyo stolen fmor nkilsaMichael Shalayeff
2001-09-21use _C_LABEL for c labels consistantly throghout the sourceMichael Shalayeff
2000-11-08Use netisr_dispatch.hArtur Grabowski
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
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
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
1996-07-07Integrate the i386 specific com driver from Onno van der Linden,Jason Downs
1996-06-30add natm intr.chuck
1996-04-30add IPX support.Michael Shalayeff
1996-01-08from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt