summaryrefslogtreecommitdiff
path: root/sys/dev/podulebus
AgeCommit message (Expand)Author
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
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-07adapt several more wdc attachments for NCQ branch mergejdolecek
2017-01-20Check pmf_device_register return value. NFCmaya
2014-01-21fix unused variableschristos
2013-07-11Add Castle SCSI16 board.kiyohara
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-10Split softc/device_tskrll
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
2011-06-03Split device_t/softc of i82586. No crash on TME emulating sun2.tsutsui
2009-10-18Move Matthias Pfaller's files to 2-clause license. OK matthias@.snj
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-11Replace shutdownhooks with pmf in sec(4).bjh21
2009-02-12WD33C93 has only two registers, which often times aren't mapped to adjacentrumble
2009-01-25Split device_t from wd33c93_softc. Reviewed by cube; tested on sgimipsbjh21
2009-01-21add a comment explaining how to regenerate podules.h and podule_data.hjnemeth
2009-01-20sec(4): use device_t and cfdata_t rather than explicit structure pointers.bjh21
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-06-12use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-07TRUE -> true; FALSE -> false.bjh21
2007-03-05Cast to char* before doing pointer arithmetic.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-10-14The SEC uses the same page latch for both ROM and RAM, so we should arrangebjh21
2006-10-02Don't use the uPD71071's autoinitialize mode. This may slow things downbjh21
2006-10-01Allow wd33c93 attachments to choose what DMA mode it should use, and arrangebjh21
2006-10-01Don't explicitly specify no DMA support, since that doesn't work if the kernelbjh21
2006-10-01New driver, sec(4), for the Acorn SCSI Expansion Card. Unlike asc(4), thisbjh21
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-03-29Use device_private().thorpej
2006-03-19Change MALLOC to malloc and FREE to free in one instance where thehe
2006-01-16properly use ata_channel->ch_ndrive:bouyer
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-06-09Adapt to compiling with -Wcast-qual by constifying a char* field.he
2005-02-27regenperry
2005-02-27don't leave spaces at the end of stripped RCS Idsperry
2005-02-27nuke trailing whitespaceperry
2004-09-13a round of autoconf cleanup:drochner
2004-08-20Move most of wdc_softc into a new atac_softc structure that containsthorpej