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
/
x68k
/
dev
/
mfp.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2019-12-15
Remove clause 3 and 4 leftovers from TNF licenses in more sources.
tsutsui
2014-03-26
kill sprintf, fix unused.
christos
2011-05-05
Add a comment for the previous change.
tsutsui
2011-05-04
Don't call mfp_init() in mfp_attach().
tsutsui
2009-01-17
Split device_t/softc, use aprint*().
isaki
2009-01-17
Purge x68k_config_found() to simplify consinit routine.
isaki
2008-12-31
Search all of mfp(4)'s children automatically, instead of
isaki
2008-12-18
Remove intr_reset(), which has disabled device interrupt just
isaki
2007-03-11
white space, indent and KNF.
isaki
2007-03-11
Remove an extra white space.
isaki
2005-12-24
bare asm -> __asm
perry
2005-12-11
merge ktrace-lwp.
christos
2005-06-13
Make this compile by adding __UNCONST() when calling config_found() or
he
2005-01-18
de-__P, remove register, ansify.
chs
2005-01-17
mfp_attach() is called twice (console init & real config).
minoura
2004-12-13
for drivers that support only one instance, use a global variable to ensure
chs
2004-01-04
Spell controller with two ls. Inspired by miod@openbsd.
wiz
2003-07-15
rcsid
lukem
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
2001-06-12
receive, not recieve
wiz
2000-01-16
Minor cleanups & corrections.
minoura
1999-05-05
Use mvme68k-derived delay routine.
minoura
1999-03-18
G/C.
minoura
1999-03-16
Merged minoura_x68k_bus_h branch.
minoura