summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa/wdc_ofisa.c
AgeCommit message (Expand)Author
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-03-22Don't malloc channel_queue, put it in the softc.matt
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
2001-11-13add RCSIDslukem
2001-03-04print the modes of the IDE devices we've attached.matt
1998-12-02Change ofisa attachment comparable to change drochner made to isasommerfe
1998-10-23Pass the rigth argument to wdcintr(). Closes PR 6342.bouyer
1998-10-12Merge bouyer-idebouyer
1998-03-21compile with -Wall, update for changes to dev/ofwcgd
1998-02-07initial implementation of OFW ISA bus code and attachments for a fewcgd