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
/
isa
/
wds.c
Age
Commit message (
Expand
)
Author
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSID
lukem
2001-07-19
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
thorpej
2001-07-18
bcopy -> memcpy
thorpej
2001-07-18
bzero -> memset
thorpej
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2000-11-14
NBPG -> PAGE_SIZE
thorpej
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-09-30
Update for SCSPI changes.
thorpej
1998-12-09
Update for changed scsipi_xfer struct.
thorpej
1998-12-05
Update HBAs to incorporate the new max_lun property.
mjacob
1998-11-19
Adapt to the new scsipi_adapter interface.
thorpej
1998-10-10
Garbage-collect the open_target_lu and close_target_lu entry points from
thorpej
1998-07-04
defopt DDB.
jonathan
1998-06-25
Don't panic if a DRQ is already allocated. Instead, just return EAGAIN
thorpej
1998-06-09
Nuke __BROKEN_INDIRECT_CONFIG.
thorpej
1998-06-09
Adjust for changes to the ISA DMA API.
thorpej
1998-02-04
Add offset and length parameters to bus_dmamap_sync(), used for specifiying
thorpej
1998-02-04
Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to
thorpej
1998-01-28
Use offsetof() from libkern.h
thorpej
1998-01-12
Update for config changes.
thorpej
1997-11-30
make it compile without "__BROKEN_INDIRECT_CONFIG"
drochner
1997-11-04
Implement a simple queueing mechanism that makes these drivers much
thorpej
1997-10-29
When creating ccbs, be a little more informative about why we couldn't
thorpej
1997-10-20
Don't panic if we fail to remap i/o or mem space in the attach function.
thorpej
1997-10-19
Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before
thorpej
1997-09-26
Rearrange the initialization a bit so we have SCBs available in
mycroft
1997-09-26
Set sc_dmat.
mycroft
1997-09-04
Convert this driver to use bus_dma.
thorpej
1997-08-27
Merge scsipi branch in the mainline. This add support for ATAPI devices
bouyer
1997-06-06
Pull thorpej-bus-dma branch into mainline.
thorpej
1997-05-01
wds_find has the sense of its return value backwards (0 vs 1). This
marc
1997-03-29
General cleanup: bus.h, etc.
mycroft
1996-12-10
Fill in sc_link.max_target
thorpej
1996-11-03
Rearrange wds_attach() to initialize DMA channel before setting to cascade
mycroft
1996-10-13
backout kprintf changes
christos
1996-10-10
- printf -> kprintf, sprintf -> ksprintf
christos
1996-08-28
(1) set scsi_link channel to either the appropriate channel (if a
cgd
1996-08-27
change cfprint_t type definition to take a const char *, rather than
cgd
1996-06-18
Turn off *DIAG by default.
mycroft
1996-05-12
Use intr.h.
mycroft
1996-05-05
Fix a trivial typo.
mycroft
1996-04-29
- missing argument in printf
christos
1996-04-11
update for addition of a machine-dependent cookie as the first argument
cgd
1996-04-10
if no DDB, define Debugger() to be a panic.
cgd
1996-03-30
Fix return type of wds_sense().
mycroft
1996-03-29
Working WD7000 and TMC-7000 driver, from Julian Highfield, with additional wo...
mycroft