| Age | Commit message (Expand) | Author |
| 2023-04-05 | remove some double ee typos in comments. | andvar |
| 2021-12-27 | fix few typos in comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2012-10-29 | and finally, initialize sc_dev now that I added it back. | chs |
| 2012-10-29 | third try is the charm: really make this build again. | chs |
| 2012-10-29 | fix device/softc split errors. | chs |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-19 | Change <machine/bus.h> to <sys/bus.h> throughout. | dyoung |
| 2011-06-06 | CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 | matt |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-17 | Adapt to the new signature of kthread_create(), and the removal | he |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-03-04 | s/u_intN_t/uintN_t/ | uwe |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-28 | convert remaining autoconf bus "submatch" functions to use the new | drochner |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2004-08-11 | Forget to reset to memory mode on power up. | mycroft |
| 2004-08-11 | Attempt to fix these up, but I have no way to test them. | mycroft |
| 2003-11-03 | vaddr_t is not a pointer | jdolecek |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-14 | Also pass a type argument to comcnattach() and com_kgdb_attach(). | thorpej |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-10-21 | make this compile again. | uch |
| 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 |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2002-05-09 | adapt to new pmap code. | uch |
| 2002-03-28 | rework HD64461, HD64465 interrupt handling. | uch |
| 2002-03-24 | adapted to new interrupt code and shb changes. | uch |
| 2002-03-03 | don't initialize twice | uch |
| 2002-03-02 | Initial support for KGDB on the sh3. | uch |
| 2002-02-28 | Cleanup register definition | uch |
| 2002-02-17 | SH3/SH4 common kernel support. | uch |
| 2002-02-11 | HD64465 interrupt, uart, pcmcia modules | uch |