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