summaryrefslogtreecommitdiff
path: root/sys/dev/pci/bktr/bktr_os.c
AgeCommit message (Expand)Author
2022-05-23Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci;rin
2018-12-09use pci_intr_establish_xname()jdolecek
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-08-10Redo -r1.53 correctly.dholland
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-30dependant -> dependentwiz
2010-04-23don't try to print a bus_space_handle_tmacallan
2010-03-22MI code must not printf() a bus_space_tag_t, so don't do that.dyoung
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-15ansify function definitionscegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-06-24Both legs of a digraph must return the same type. Therefore, replace digraph.gmcgarry
2008-06-08Use device_lookup_private() rather than using cd_devs[] directly to get softc.tsutsui
2008-04-10use aprint_*_dev and device_xnamecegger
2008-03-01Welcome to 4.99.55:rmind
2008-01-16Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64.jmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-25Use selinit() / seldestroy().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-09-03stop attaching when a bus_dma operation fails, instead of using bogusbouyer
2006-08-28remove unreachable code.christos
2006-08-28add missing initializer.christos
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-03-12Merge first bktr-sf import.wiz
2003-01-10Make this work on big endian platforms (mostly from OpenBSD):mjl
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-01-07Re-enable radio at bktr, only if NRADIO > 0 and an FM tuner is present.jmcneill
2002-01-07Disable broken radio(4) support for bktr(4). The configuration code doesn'ttron
2002-01-07Clean up preprocess handling of optional radio(4) support a little bit.tron
2002-01-06Compile in radio(4) only it is activated in the kernel configuration.tron
2002-01-06Add missing definition of STATUSBIT_STEREO.jmcneill
2002-01-06Add basic support for the radio(4) interface.jmcneill
2001-11-13add RCSIDslukem
2001-10-18Fix check in device open.wiz
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz