summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa
AgeCommit message (Expand)Author
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
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-06-08constify and make auto const variables static.yamt
2002-02-03make this compile:pooka
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2001-11-26move dev/isa/cs89x0{.c,{var,reg}.h} into dev/icyamt
2001-11-13add RCSIDslukem
2001-06-19`existent', not `existant'wiz
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-03-04print the modes of the IDE devices we've attached.matt
2001-02-26Add pckbc attachment so we can get wscons on the dnard.matt
2001-01-06Do ess_config_addr() in the ofisa front end, rather than in the matchnathanw
2000-12-26Um, we need rnd.h so that cs_softc is defined properly. Overrunning structuresmycroft
1999-03-30Fix a typo.thorpej
1999-03-19pull ofisa_machdep.h in from machine/cgd
1999-03-16Adjustments for structure name changes.mycroft
1999-02-19Move IRQ setup into frontend. Need to move DRQ handling as well.mycroft
1998-12-02Change ofisa attachment comparable to change drochner made to isasommerfe