summaryrefslogtreecommitdiff
path: root/sys/dev/pci/trm.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2017-02-09fix tpyomacallan
2017-02-09make fallback to PIO actually work properlymacallan
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-11-24XS_NOERROR | XS_RESET doens't make sense, XS_RESET is what is wanted here.bouyer
2013-09-15Remove unused variablesmartin
2012-05-10use MMIO if availablemacallan
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-07-27printf() size_t with 'z' format modifier in debug code.jakllsch
2008-05-14Normalize my licenses.tsutsui
2008-04-12Split device_t/softc, with misc cosmetics.tsutsui
2008-04-10use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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-05-22add void casts.christos
2006-04-11Coverity ID 2440: in trm_timeout(), check if srb and xs are NULLrpaulo
2005-12-11merge ktrace-lwp.christos
2005-05-30- const poisoningchristos
2005-04-16Move epprom settings checks to the right place, so that sync/wide nego isbouyer
2005-02-27nuke trailing whitespaceperry
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2005-01-02u_intNN_t -> uintNN_ttsutsui
2004-09-25Use ANSI function decls.tsutsui
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer
2002-04-05Fix:mjacob
2002-03-13Fix some typos in comments.wiz
2002-03-06Major overhaul of trm(4) driver:tsutsui
2001-12-16malloc() + memset() -> malloc() with M_ZERO flagtsutsui
2001-11-18Misc cleanups:tsutsui
2001-11-13add RCSIDlukem
2001-11-11- Fix some bogus comments.tsutsui
2001-11-04Fix a couple of bugs:tsutsui
2001-11-03Add a driver for the Tekram DC-395U/UW/F and DC-315/U SCSI host adapters,tsutsui