summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa
AgeCommit message (Expand)Author
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
2004-04-22sprintf -> snprintfitojun
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2004-01-31add dependency on isadma for atppc attachmentsjdolecek
2004-01-28ofisa atppc(4) attachmentjdolecek
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-01Rename:thorpej
2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-05-03DMA, not dma nor Dma.wiz
2003-03-22Don't malloc channel_queue, put it in the softc.matt
2003-01-01Use aprint_normal() in cfprint routines.thorpej