index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hpcsh
/
dev
/
hd64465
/
hd64465uart.c
Age
Commit message (
Expand
)
Author
2018-12-08
Clean up initialization of com_regs structure, in preparation for
thorpej
2012-02-12
Change old-style function defintions to C89 prototypes.
matt
2011-07-19
Change <machine/bus.h> to <sys/bus.h> throughout.
dyoung
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
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
2003-07-15
__KERNEL_RCSID()
lukem
2003-06-14
Also pass a type argument to comcnattach() and com_kgdb_attach().
thorpej
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-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-28
rework HD64461, HD64465 interrupt handling.
uch
2002-03-03
don't initialize twice
uch
2002-03-02
Initial support for KGDB on the sh3.
uch
2002-02-11
HD64465 interrupt, uart, pcmcia modules
uch