summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/esp_sbus.c
AgeCommit message (Expand)Author
2022-03-28sys: Split struct device into a private device_impl.h.riastradh
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-02-06db_esp() has a missing {} issue in debug code.mrg
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2013-09-12Remove unused variablemartin
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-09-08sbus_establish() should take device_t self for the device itself,tsutsui
2009-09-08Fix botch on device_t/softc split caused by awful casts aroundtsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-23Since device_t is split out from softc, we have to allocate struct devicetsutsui
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-08Don't panic if you can't find the corresponding DMA device- just don'tmjacob
2008-02-13KNF previous change.simonb
2008-02-13make it compile.dogcow
2008-02-12Introduce device_find_by_xname and device_find_by_driver_unit to replacejoerg
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-22Add a ddb command table at first attach to register "mach esp".martin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-01Add const (catching up with additions to MI ddb code).jdc
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2003-02-22hz -> Hztsutsui
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-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-25Additional fixes to make 16 targets work on FAS366.mycroft
2002-08-23Use the structures defined in bsd_openprom.h for "reg", "range",thorpej
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
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh
2001-09-11The `ESC' DMA chip must be reset before we can access the esp registers.pk
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-03-29fas support addedpetrov
2000-12-03Turn on TAG QUEUE support and add some debug stuff.eeh
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-06-05Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adaternisimura
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-01-11Remove old-style boot device recognition.pk