| Age | Commit message (Expand) | Author |
| 2012-02-14 | fix incomplete device_t/softc split which led to crash on attachment, | drochner |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-06 | device_t/softc split. | dyoung |
| 2009-11-13 | Don't use com_activate(), it's gone away. Thanks to Andreas Wrede | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-07-28 | add missing device_private(), fixes crash in interrupt handler | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-08-10 | Now that all the silly string printing is gone, move the location where we | mycroft |
| 2004-08-10 | More careful about cleaning up pointers. | mycroft |
| 2004-08-10 | Print diagnostics in only one place if intr_establish() or function_enable() | mycroft |
| 2004-08-09 | Minor change. | mycroft |
| 2004-08-09 | Do the I/O mapping in the main attach routine. | mycroft |
| 2004-08-09 | Make pcmcia_function_disable() primarily responsible for disabling the CCR | mycroft |
| 2004-08-09 | Do our io_map()s and intr_establish()es earlier. | mycroft |
| 2004-08-09 | Add some code to deal with the interrupt mask register on early CEM cards. | mycroft |
| 2004-08-08 | Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular | mycroft |
| 2004-08-08 | * Some rearrangement of where the power control hooks are called. | mycroft |
| 2004-08-08 | Split "xi" into a "xirc" frontend (similar to mhzc; it attaches two child | mycroft |