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
/
sbus
/
isp_sbus.c
Age
Commit message (
Expand
)
Author
2001-12-14
Major restructuring for swizzling to the request queue and unswizzling from
mjacob
2001-11-13
add RCSIDs
lukem
2001-09-26
getprop* -> PROM_getprop*
eeh
2001-09-01
Add support for 2 Gigabit cards (2300/2312). This necessitated a change
mjacob
2001-07-06
twiddle isp_xflist calculation to match more closes isp_pci.c
mjacob
2001-04-12
Clean up bus dma code for request/response queues.
mjacob
2001-03-14
ansify code
mjacob
2001-03-08
Use bus_dmamap_load(), not bus_dmamap_load_raw(), and add
thorpej
2001-02-28
Oh, god, make the pain stop. "Fix" this one more time- but for the next
mjacob
2001-02-25
this was *still* wrong
mjacob
2001-02-25
More Kudos to Izumi: fix another argument to bus_dmamap_sync
mjacob
2001-02-24
Now that the underlying code for bus_dmamap_sync appears to do the
mjacob
2001-02-23
Add missing BUS_DMA_COHERENT to bus_dmamap_load_raw calls for request
mjacob
2001-02-23
Implement bootverbose recognition. Move interrupt registry up a bit so we can
mjacob
2000-12-23
Fix pathnames in comment.
wiz
2000-10-22
fix SBus bursting *correctly* this time
mjacob
2000-10-17
quiet chatty boot messages
mjacob
2000-10-16
Turn on 32 byte bursting for ISP
mjacob
2000-08-14
Add a maintenance note. Add a bus specific isp_sbus_intr function- this is
mjacob
2000-08-01
Core version 2.0 (platform version 1.0) rewrite of ISP driver. Some
mjacob
2000-07-09
Add a `device class' interrupt level argument (from machine/intr.h)
pk
2000-07-05
Use new isp_handle_index inline function. Change order in whch
mjacob
2000-05-10
No need to specify page alignment; this is automatic.
pk
2000-05-10
Fix bogus `boundary' argument in bus_dmamap_create().
pk
2000-05-09
Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.
pk
2000-02-19
correct oops on last checkin
mjacob
2000-02-19
Handle > 12 byte CDBs.
mjacob
2000-01-14
There is no readily available tool to set NVRAM on isp's on sparc,
mjacob
2000-01-09
The trigger for not downloading f/w is now a
mjacob
2000-01-09
The sense of being able to sleep for DMA resources was reversed. Oops.
mjacob
1999-12-20
get back to looking at config flags
mjacob
1999-12-04
Add back in inclusion of microcode and rationalize it. request/response
mjacob
1999-11-21
Check presence of Sbus interrupt properties before using them.
pk
1999-10-28
Remove reference to loadable f/w.
mjacob
1999-10-14
We alloc xflist and dma maps in mailbox setup. We swizzle endian stuff
mjacob
1999-09-30
Update for SCSPI changes.
thorpej
1999-05-27
Fix bus_size_t/size_t/int confusion.
pk
1999-04-25
It is no longer necessary to protect bus_dma_[un]load() at splbio, since
pk
1999-03-26
roll internal release tag
mjacob
1999-03-23
Call bus_dma_[un]load() at splbio.
pk
1999-03-17
prototype 1080/1240 support caused register offset rewhack
mjacob
1999-02-09
roll internal release level
mjacob
1999-01-30
roll internal release tag and finally use bus_space I/O
mjacob
1999-01-10
turn on SBUS bursts
mjacob
1998-12-28
clean up headers
mjacob
1998-09-18
Make changes as required for new return values from dma setup routine
mjacob
1998-09-08
add bustype tag to softc
mjacob
1998-08-27
move isp_sbus attachment into /sys/dev/sbus.
mrg