| Age | Commit message (Expand) | Author |
| 2017-06-10 | Fix missing TC bus speed. | flxd |
| 2017-06-09 | Make VAXstation 4000 TURBOchannel adaptor work. | flxd |
| 2016-12-12 | Clean-up (remove redundant declarations, concentrate checks). | flxd |
| 2016-07-19 | make the check work with widths other than 4, Felix Deichmann | christos |
| 2016-07-19 | PR/50849: Felix Deichmann: Relax TC option ROM header check for ROM widths < 4 | christos |
| 2011-06-04 | Split device_t/softc. pmax is tested on GXemul. | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-06-11 | Use device_lookup_private() to get softc. | tsutsui |
| 2008-02-19 | Fix TC on VAX. (missed committing these earlier) | matt |
| 2007-04-12 | Make tc_knowndevs const. | matt |
| 2006-03-31 | Use ANSI function decls, apply static. | thorpej |
| 2006-03-30 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | kill some more simple submatch() functions, use config_stdsubmatch() | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-02-04 | de-__P | perry |
| 2004-08-26 | some cleanup: use the locator-passing variant of config_found(), get | drochner |
| 2004-04-27 | remove redundant function prototypes to make this compilable after | yamt |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-09-26 | Remove casts and use %x in printf for tc_offset_t, | tsutsui |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2001-11-13 | add/cleanup RCSIDs | lukem |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 1999-11-15 | Relocate 'struct tc_softc' and several function declarations useful | nisimura |
| 1998-05-22 | DECstation now provides bus_space and bus_dma data structures to us. | thorpej |
| 1998-01-19 | On the Alpha, pass down per-slot DMA tags to children. | thorpej |
| 1998-01-12 | Adjust for changes in config. | thorpej |
| 1997-09-13 | Declare TCVERBOSE by defopt in files.tc. Include opt_tcverbose.h in tc.c. | enami |
| 1997-07-22 | Garbage-collect __BROKEN_INDIRECT_CONFIG from /sys/dev/tc | jonathan |
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd |
| 1996-10-22 | update for new bus.h | cgd |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-05-17 | (on the alpha) pass the bus_chipset_tag_t given to the bus down to the | cgd |
| 1996-04-29 | fix printf bogon (need : and space) | cgd |
| 1996-04-18 | remove unnecessary header inclusion (machine/autoconf.h) and now-bogus comment. | cgd |
| 1996-04-09 | Fixes for -Wall -Wmissing-prototypes: | jonathan |
| 1996-03-17 | Additional fixes to complete the NetBSD/1.1B config changes: | jonathan |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-03-05 | split device info into driver name and human readable description. | cgd |
| 1996-03-02 | change printing of unknown device names when not (BUS)VERBOSE slightly | cgd |
| 1996-03-02 | add ability to define TCVERBOSE, and get "human names" about "known" | cgd |
| 1996-02-27 | use config_found_sm(), rather than config_search+config_attach()+glue, to | cgd |