summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/isp_sbus.c
AgeCommit message (Expand)Author
2012-09-07set isp_xffree, like the PCI frontend doesmacallan
2010-03-26Synchronize with other platforms:mjacob
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-09-07Split device_t/softc.tsutsui
2009-06-25Update ISP driver to latest and greatest. Includes support for the 8Gb part.mjacob
2009-05-17Use device_private() to get struct sbus_softc from device_t parent.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-07use device_xname() and get rid of isp_namecegger
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-07Remove some #if'd out dead code.mjacob
2007-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-15Missing initializersmartin
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-05-03DMA, not dma nor Dma.wiz
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-05-18Pointy hat to me on the last delta.mjacob
2002-05-17Replicate change that Matt Thomas made in isp_pci- if we get ENOMEM/EAGAINmjacob
2002-03-21Fixup attachment code to use sbus_promaddr_to_handle() and not specifyeeh
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2002-02-21Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option).mjacob
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