Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | |||
1997-12-25 | If you're going to panic, at least print the IRQ so the user knows what to | Jason Downs | |
look for in their BIOS... | |||
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 | |
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com> | |||
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 | |
1996-04-19 | Fix intrstray a bit again. | Michael Shalayeff | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-04-18 | Add stray interrupts counters. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-02-25 | Stop loggin stray interrupts when we say we do | Thorsten Lockert | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1995-12-31 | whoops; we need these include files for bounce buffers | Theo de Raadt | |
1995-12-27 | from netbsd: | Theo de Raadt | |
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | |||
1995-11-28 | i386 isa bounce buffers by hannken@eis.cs.tu-bs.de | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |