summaryrefslogtreecommitdiff
path: root/sys/arch/hpcsh/dev/hd64465
AgeCommit message (Expand)Author
2023-04-05remove some double ee typos in comments.andvar
2021-12-27fix few typos in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2012-10-29and finally, initialize sc_dev now that I added it back.chs
2012-10-29third try is the charm: really make this build again.chs
2012-10-29fix device/softc split errors.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2007-12-15__FUNCTION__ -> __func__perry
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-17Adapt to the new signature of kthread_create(), and the removalhe
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-03-04s/u_intN_t/uintN_t/uwe
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2005-06-28convert remaining autoconf bus "submatch" functions to use the newdrochner
2005-04-01merge yamt-km branch.yamt
2004-08-11Forget to reset to memory mode on power up.mycroft
2004-08-11Attempt to fix these up, but I have no way to test them.mycroft
2003-11-03vaddr_t is not a pointerjdolecek
2003-07-15__KERNEL_RCSID()lukem
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-21make this compile again.uch
2002-10-02Add trailing ; to CFATTACH_DECLthorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-06-01SIMPLEQ rototill:lukem
2002-05-09adapt to new pmap code.uch
2002-03-28rework HD64461, HD64465 interrupt handling.uch
2002-03-24adapted to new interrupt code and shb changes.uch
2002-03-03don't initialize twiceuch
2002-03-02Initial support for KGDB on the sh3.uch
2002-02-28Cleanup register definitionuch
2002-02-17SH3/SH4 common kernel support.uch
2002-02-11HD64465 interrupt, uart, pcmcia modulesuch