summaryrefslogtreecommitdiff
path: root/sys/arch/hpcsh/dev/hd64465/hd64465uart.c
AgeCommit message (Expand)Author
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
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
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
2003-07-15__KERNEL_RCSID()lukem
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2002-10-02Add trailing ; to CFATTACH_DECLthorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-28rework HD64461, HD64465 interrupt handling.uch
2002-03-03don't initialize twiceuch
2002-03-02Initial support for KGDB on the sh3.uch
2002-02-11HD64465 interrupt, uart, pcmcia modulesuch