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
/
hp300
/
dev
/
frodo.c
Age
Commit message (
Expand
)
Author
2022-11-25
Service mode switch should not be treated as an error.
tsutsui
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2014-04-30
Probe mcclock only on 425e to avoid an extra "not configured" message.
tsutsui
2014-04-19
Add proper RealTime Clock support for HP9000/425e.
tsutsui
2011-02-12
Fix comment (362 doesn't have frodo).
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-29
Split device_t/softc, and misc cosmetic changes.
tsutsui
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-07-20
Identify models HP362 and HP382. From OpenBSD, tested on my HP382.
tsutsui
2006-07-19
some KNF
tsutsui
2006-07-19
Use iobase address passed from attach args.
tsutsui
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-08-26
s/locdesc_t/int/g
drochner
2005-06-28
convert remaining autoconf bus "submatch" functions to use the new
drochner
2005-01-02
u_intNN_t -> uintNN_t
tsutsui
2004-08-28
Use ANSI function decls, static, and const.
thorpej
2004-04-07
Adjust fd_name in struct frodo_device frodo_subdevs[]
tsutsui
2003-11-17
TAB/space cleanup.
tsutsui
2003-11-08
Switch DCA and APCI serial devices to use MI com(4) driver.
tsutsui
2003-01-01
Use aprint_normal() for cfprint routines.
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
Introduce a new routine, config_match(), which invokes the
thorpej
2002-03-17
Don't match on trailing spaces in the module name.
gmcgarry
2002-03-15
Add RCSIDs.
gmcgarry
2001-12-08
Update for structural interrupt changes. No functional change.
gmcgarry
2001-12-08
bcopy -> memcpy
gmcgarry
2001-11-17
Update for new intio parent interface.
gmcgarry
1999-07-31
Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on every
thorpej
1998-01-12
Update for changes to config.
thorpej
1998-01-11
ia->ia_addr is a physical address, not a kernel virtual address.
thorpej
1997-10-04
Copyright assigned to The NetBSD Foundation.
thorpej
1997-05-12
Add a driver for the Apollo Utility Chip (a.k.a. "frodo"), contributed
thorpej