summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/isa_machdep.c
AgeCommit message (Collapse)Author
1998-06-29Add and use isa_intr_check().Jason Downs
1998-06-27make isa_intr_establish not panic, but return NULL for failureTheo de Raadt
1998-02-22GCC 2.8 -WallNiklas Hallqvist
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas 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-25If you're going to panic, at least print the IRQ so the user knows what toJason Downs
look for in their BIOS...
1997-12-25isa_has_been_seen; NetBSDJason Downs
1997-12-21ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP.Jason Downs
1997-12-09Intel P5 f00f workaround; weingart & who knows who elseTheo de Raadt
1997-09-24Revert, as we won't have enough time to test this fully before release.Niklas Hallqvist
1997-09-22Use vm_page_alloc_memory API. Some cleanup.Niklas Hallqvist
1997-04-17Do interrupt time accounting by running interrupt handlers with a seperateThorsten Lockert
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com>
1997-01-04Remove extra blank lineNiklas Hallqvist
1996-12-1232 bit cleanup, because this code is going to be copied by other ports soonTheo de Raadt
1996-10-16the Wall thing, you knowTheo de Raadt
1996-08-26ports 61 and 70 are not a part of realityTheo de Raadt
1996-05-25syncTheo de Raadt
1996-05-07sync with 0504; prototype changesTheo de Raadt
1996-04-22Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffershannken
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19Fix intrstray a bit again.Michael Shalayeff
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Add stray interrupts counters.Michael Shalayeff
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging 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-25Stop loggin stray interrupts when we say we doThorsten Lockert
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten 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-31whoops; we need these include files for bounce buffersTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
1995-11-28i386 isa bounce buffers by hannken@eis.cs.tu-bs.deTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt