summaryrefslogtreecommitdiff
path: root/sys/arch/playstation2/dev/wdc_spd.c
AgeCommit message (Expand)Author
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2014-03-31Bring back the playstation2 port - now that a toolchain for it ismartin
2009-12-05Remove support for NetBSD/playstation2.pooka
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2006-01-16properly use ata_channel->ch_ndrive:bouyer
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-26Rename macro-local variables so that __read_1() and __write_1() doeshe
2004-08-25It's atac_pio_cap, not atac_PIO_cap. I wonder how I could get thishe
2004-08-21Make this compile again by removing a now-unused local variablehe
2004-08-20Move most of wdc_softc into a new atac_softc structure that containsthorpej
2004-08-14- Split the register handles out of struct wdc_channel into a separatethorpej
2004-05-25Add the notion of "shadow registers" to the wdc driver. These shadowthorpej
2004-01-06Make these compile again after the latest adjustments.he
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-12-31Simplify allocation of the channel queue.thorpej
2003-12-11Update for new world of indirect wdc registers.uch
2003-10-08Add adabus.bouyer
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-07-15__KERNEL_RCSID()lukem
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-10-16playstation2 portuch