Age | Commit message (Expand) | Author |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-04-28 | Remove a duplicate copyright statement. | Jonathan Gray |
2007-04-12 | Faster signal delivery on i386/MP. | Artur Grabowski |
2007-03-22 | Do not define ISA_DMA_STATS by default; ok deraadt | Miod Vallat |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-11-11 | Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way for | Mark Kettenis |
2006-09-19 | ansi/deregister | Jonathan Gray |
2005-11-24 | repair indent that cvs has scrwed make it extra confusing | Michael Shalayeff |
2005-11-23 | prioritise <16m memory for isa bus_dma'ble memorble memory allocations | Michael Shalayeff |
2005-11-23 | resolve a couple of problems in mpbios-mapped interrupts: | Michael Shalayeff |
2004-11-29 | plug memory leaks on error | Patrick Latifi |
2004-06-28 | Use new event counter API for interrupt counting on i386. deraadt@ tholo@ | Aaron Campbell |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-16 | getting rid of vm_offset_t. | Artur Grabowski |
2002-06-10 | old bouncebuffering api not used anymore | Niklas Hallqvist |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-06 | Shave never used fastvec code | Niklas Hallqvist |
2001-12-04 | New try at a level based irq system. | Niklas Hallqvist |
2001-11-18 | Revert niklas's broken ICU interrupt handling changes; deraadt@ ok | Aaron Campbell |
2001-11-12 | Redo the ICU interrupt handling system to better emulate an APIC system. | Niklas Hallqvist |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-07-30 | Change: | Artur Grabowski |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2000-07-06 | Don't include <vm/vm.h> twice. (art@ ok) | Hakan Olsson |
1999-07-23 | From NetBSD; let i386 run audio at a high IPL | Niklas Hallqvist |
1998-12-31 | semantic change: prefer unshared intr, settle for level shared. this will sti... | Theo de Raadt |
1998-12-27 | new priority mechanism for pcmcia interrupt allocation, ie. "best effort" | Theo de Raadt |
1998-07-17 | make isa_intr_establish() once again not panic | Theo de Raadt |
1998-06-29 | Add and use isa_intr_check(). | Jason Downs |
1998-06-27 | make isa_intr_establish not panic, but return NULL for failure | Theo de Raadt |
1998-02-22 | GCC 2.8 -Wall | Niklas Hallqvist |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist |
1997-12-25 | If you're going to panic, at least print the IRQ so the user knows what to | Jason Downs |
1997-12-25 | isa_has_been_seen; NetBSD | Jason Downs |
1997-12-21 | ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP. | Jason Downs |
1997-12-09 | Intel P5 f00f workaround; weingart & who knows who else | Theo de Raadt |
1997-09-24 | Revert, as we won't have enough time to test this fully before release. | Niklas Hallqvist |
1997-09-22 | Use vm_page_alloc_memory API. Some cleanup. | Niklas Hallqvist |
1997-04-17 | Do interrupt time accounting by running interrupt handlers with a seperate | Thorsten Lockert |
1997-01-04 | Remove extra blank line | Niklas Hallqvist |
1996-12-12 | 32 bit cleanup, because this code is going to be copied by other ports soon | Theo de Raadt |
1996-10-16 | the Wall thing, you know | Theo de Raadt |
1996-08-26 | ports 61 and 70 are not a part of reality | Theo de Raadt |
1996-05-25 | sync | Theo de Raadt |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt |
1996-04-22 | Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffers | hannken |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |