summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wds.c
AgeCommit message (Collapse)Author
1999-02-13If the card is not present be sure to always call bus_space_unmap on exit.Federico G. Schwindt
1999-01-24remove unneeded pio.h inclusionMichael Shalayeff
1999-01-07Die, NEWCONFIGNiklas Hallqvist
1998-01-18move to current OpenBSD isadma APINiklas Hallqvist
1997-07-07SanityNiklas Hallqvist
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-11-09Altered wds_wait's interface as the current one didn't have a chance to workNiklas Hallqvist
in early probe code under the bus.h system. Make debugging runtime configurable. Some s/u_char/u_int8_t/ work. Set ia_iosize to a sane value. Move wds_init up before the setting of the DMA machinery to cascade mode (from Charles Hannum). Add ISA bounce-buffering code inside #ifdef notyet. In the -ASC case buffers could never be gotten due to forgetting some braces, added them. Removed a possibility of a NULL deref in some diagnostic printouts. Unmap the I/O area after the probe. Cache the bustag and the iohandle in wds_init. Did set WDS_IO_PORTS to 8 as some code indicated it might take up that much even though I only know of three ports in there.. This might be changed down later again.
1996-10-25BusifiedNiklas Hallqvist
1996-10-16contextual usageTheo de Raadt
1996-06-19turn off *DIAG; something is miserably wrong with it and various peopleTheo de Raadt
have wasted weeks because of the crashes.
1996-05-26sync 0521Theo de Raadt
1996-05-10WDS_MBO_FREE/WDS_MBI_FREE botchTheo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt