summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wt.c
AgeCommit message (Expand)Author
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-11KNF. No functional change.msaitoh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-26Make wtintr() prototype static too.rpaulo
2006-04-26Put back sys/proc.h for wakeup/tsleep.rpaulo
2006-04-26Make 3rd argument of wtwait() const.rpaulo
2006-04-26Fix an obvious typo.rpaulo
2006-04-26ktrace-lwp merge.rpaulo
2006-04-26ANSIfy, statify, KNfy.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-02-28Add a missing return after an "if" that checks for something thensimonb
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-05-03DMA, not dma nor Dma.wiz
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2001-07-18bcopy -> memcpythorpej
2000-07-06Use device_lookup().thorpej
2000-06-26<vm/vm_param.h> -> <uvm/uvm_param.h>mrg
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-08Cast bus_size_t to u_long for printing.thorpej
2000-02-07Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returnsthorpej
1999-01-10Avoid `void *' arithmetic. Fixes PR 6783.augustss
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Adjust for changes to the ISA DMA API.thorpej
1998-01-20make compile without BROKEN_INDIRECT_CONFIG,drochner
1998-01-12Update for config changes.thorpej
1997-10-20Don't panic if we fail to remap i/o or mem space in the attach function.thorpej
1997-10-19Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) beforethorpej
1997-08-08Add back ia->iobase to initializer macros for softc device-register offsets.jonathan