summaryrefslogtreecommitdiff
path: root/sys/arch/hpcsh/dev/hd64465/hd64465.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-03-04s/u_intN_t/uintN_t/uwe
2005-12-11merge ktrace-lwp.christos
2003-07-15__KERNEL_RCSID()lukem
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-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-03-28rework HD64461, HD64465 interrupt handling.uch
2002-03-24adapted to new interrupt code and shb changes.uch
2002-02-11HD64465 interrupt, uart, pcmcia modulesuch