summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isavar.h
AgeCommit message (Collapse)Author
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-07-28Disable ISA PNP devices before ISA scanConstantine Sapuntzakis
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
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-25Use functions for DIAGNOSTIC.Jason Downs
1997-12-25Real DRQ usage tracking.Jason Downs
1997-12-25New ISA/ISA PnP configuration infrastructure:Jason Downs
isa_attach_args and isapnp_attach_args have been merged.
1997-12-21Obliterate old PnP `code' and outright replace with christos' code.Jason Downs
1997-10-13powerpcPer Fogelstrom
1997-02-13riscpc++Per Fogelstrom
1996-11-29Missing pieces of new bus.h that CVS lost behind my backNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-31-Wall fixes needed by alphaNiklas Hallqvist
1996-08-15compatible, not compatiAbleshawn
1996-08-15make use of compatiable device id; delete redundant argumentshawn
1996-08-14rudimentary plug-and-play support, see pnp(4)shawn
1996-06-22arch/arc have isa bus.Per Fogelstrom
1996-05-26sync 0521Theo de Raadt
1996-05-12pull in pica machdep isa header if picaPer Fogelstrom
1996-05-10map delay portTheo de Raadt
1996-04-27Bring forward the Amiga ISA support, and resolve a conflict with if_edNiklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
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-03-08From NetBSD: merge of 960217Niklas Hallqvist
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-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-10-18initial import of NetBSD treeTheo de Raadt