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
/
dev
/
pci
/
twevar.h
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-05-07
struct device * -> device_t, no functional changes intended.
cegger
2009-05-06
struct device * -> device_t, no functional changes intended.
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
__inline__ -> inline
perry
2005-12-11
merge ktrace-lwp.
christos
2004-09-13
a round of autoconf cleanup:
drochner
2004-05-27
Rename twe_tweio_command_handler() to twe_ccb_wait_handler() and expose it.
thorpej
2003-09-23
- Make CCB allocation slightly more efficient by changing how the
thorpej
2003-09-23
Separate the AEN fetching path into its own special path that uses the
thorpej
2003-09-22
Add support for dynamically attaching and detaching RAID array units.
thorpej
2003-09-22
Improve AEN handling:
thorpej
2003-09-21
Expose the "param get" functions.
thorpej
2003-09-21
- Record more information about the array unit, including array
thorpej
2003-09-21
Add some additional code -> description tables, and add a generic
thorpej
2002-12-13
Add /dev/twex support. To be used with FreeBSD's 3dmd.
christos
2002-05-24
NBPG is not constant on the sparc, so don't use CPP tricks.
christos
2002-05-24
Deal with the NBPG problem in a better way.
christos
2002-05-18
- Use write barriers.
ad
2001-10-10
Back out previous - it causes panics.
ad
2001-09-20
Use bus_dma to get temporary I/O buffers.
ad
2001-03-04
Don't choke when we get lots of AENs all at once.
ad
2001-01-23
Fix up license.
ad
2001-01-22
- Complain if interrupt-driven retrieval of AENs fails somehow.
ad
2000-11-14
NBPG -> PAGE_SIZE
thorpej
2000-11-08
- Pull in some updates from FreeBSD - mainly clarifications. Thanks to
ad
2000-10-20
- tsleep()/wakeup_one() will hurt when under load, so use a queue instead.
ad
2000-10-19
Driver for the 3ware Escalade family of RAID controllers.
ad