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