summaryrefslogtreecommitdiff
path: root/sys/arch/prep/pnpbus
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-28G/C sys/simplelock.h includesskrll
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-02-18Replace few simple_lock(9) cases.rmind
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-18struct device * -> device_tmatt
2011-06-17intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.matt
2009-03-14ANSIfy another 1261 function definitions.dsl
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28Add floppy support to prep (the croud goes wild)garbled
2008-03-29Fix more direct references to cd_devs to device_lookup_privatematt
2008-03-29Don't use device_private on xx_cd.cd_devs[n],matt
2008-03-29Don't use device_lookup to get softc, use device_lookup_private.matt
2008-03-29Use CFATTACH_DECL_NEW().tsutsui
2008-03-29We have to use device_private() to get softc from cd_devs[].tsutsui
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-01-10- move todr_attach(9) calls from each MD attachment to MI mk48txx_attach()tsutsui
2008-01-10Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().tsutsui
2008-01-05Fix includes.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-04-29fix typosmsaitoh
2007-03-21Add a read entry point to this driver. There are two minor devicesgarbled
2007-03-20Special case the MTX604 and other RAVEN based machines to not attachgarbled
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-26Finish the code in the prep nvram driver that makes it an actual devicegarbled
2006-10-30Make these files compile with -Wextra -Wno-unusedgarbled
2006-10-27A few changes so pnpbus devices can do isadma. Note that isadma stillgarbled
2006-09-07Now that the interrupt bug on the 7043-140 is fixed, it also fixes thegarbled
2006-07-12Add support for rebooting 7024 and 7025 models. Since I cannot figuregarbled
2006-06-231) Modify pnpbus attachment code to properly decode pnp memory range packets.garbled
2006-06-15A bit of clock rototill. It's safer to detect things known by thegarbled
2006-04-26Support fixes for the Motorola Powerstack E1.garbled
2006-03-29Use device_cfdata().thorpej