summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa
AgeCommit message (Expand)Author
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-10fix wdc_init_shadow_regs() argjdolecek
2017-10-07adapt several more wdc attachments for NCQ branch mergejdolecek
2016-12-09Factor our model printing code; use aprint; eliminate alloca.christos
2016-12-09don't use allocachristos
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
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-02Entropy-pool implementation move and cleanup.tls
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-06-03-CFATTACH_DECL(foo, sizeof(struct device),matt
2010-05-22Split device_t/softc. Based on patch from cegger@.tsutsui
2009-09-22Make local functions static.tsutsui
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-18bzero -> memsetcegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-16device_t / softc split. From Hans Rosenfeld.cegger
2008-04-15device_t / softc split. From Hans Rosenfeldcegger
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-26Split device_t/softc for joy(4) and all its attachments. Alsoxtraeme
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-03-15Split device_t and softc for sb(4) and all its attachments.cube
2008-03-15Split device_t and softc for pckbc(4) and its attachments.cube
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-07Split the softc from the device_t for all lpt(4) variants and attachmentscube
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-20Fix tpyo.matt
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-05-14integrate kauth.elad
2006-03-29Use device_private().thorpej
2006-01-16properly use ata_channel->ch_ndrive:bouyer
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-09-01one more case: don't use ISACF_* constants internallydrochner
2004-08-25Delay initialisation of shadow registers. Tested on a Shark.reinoud
2004-08-20Move most of wdc_softc into a new atac_softc structure that containsthorpej
2004-08-19Use ANSI function decls and "static".thorpej
2004-08-14- Split the register handles out of struct wdc_channel into a separatethorpej
2004-08-04adapt for changed essattach() signaturedrochner
2004-05-25Add the notion of "shadow registers" to the wdc driver. These shadowthorpej