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
/
amr.c
Age
Commit message (
Expand
)
Author
2003-11-05
Apparently, Dell PERC 4/Di controllers can have two memory BARs, with the
fvdl
2003-10-29
Rework to remove bogus initializers. Also fixes a potential problem with
mycroft
2003-10-25
Fix completely bogus printf that used uninitialized variables.
christos
2003-10-25
Fix uninitialized variable warnings
christos
2003-10-21
Don't pass NULL as an integer value.
fvdl
2003-10-14
Added another Dell PERC 4/Di
martti
2003-10-13
Make this work with the newer 'Quartz' controllers.
ad
2003-09-26
Add DELL Perc 4/di (from Freebsd).
matt
2003-05-15
Fix reversed arguments to bus_space_unmap.
fvdl
2003-05-14
Fix thinko.
ad
2003-05-04
- Fix the mailbox protocol. Not tested with newer 'Quartz' controllers.
ad
2003-01-31
Use aprint_*().
thorpej
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
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-06-01
SIMPLEQ rototill:
lukem
2002-01-30
Bare-bones driver for AMI RAID. Parts taken from FreeBSD. This was tried a
ad