summaryrefslogtreecommitdiff
path: root/sys/dev/ic/wdcvar.h
AgeCommit message (Expand)Author
2001-12-03Allow wd to attach to something else than wdc/pciide (like USB<->ATA bridges):bouyer
2001-12-01For ATAPI tape drives, poll for DSC (using a callout), to get the realbouyer
2001-06-13Add explicit support for IDE and SCSI adaptors which don't support interrupts.bjh21
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-01-22Force certain commands (i.e. DVD authentication) to PIO mode. They aremycroft
2001-01-06Add WDC_CAPABILITY_SINGLE_DRIVE to ignore secound drive. Wdc on pcmcia willtakemura
2000-11-08Move guts of pciide_print_modes() to wdc_print_modes() so that non-pciidewrstuden
2000-06-12Add a callback (*irqack), for controllers that need special action to ackbouyer
2000-04-01- DMA code cleanup: pciide_dma_finish() doesn't stop/unload the current DMA opbouyer
2000-03-23Fix a typo in comment in previous commit.enami
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-20- Test the generic device active flag instead of home grown one.enami
1999-10-20Cancel active transfers on aic/wdc detach.enami
1999-09-23Allow to detach wdc, atapibus, wd and cd.enami
1999-08-09Garbage-collect C_INUSE and C_NEEDDONE.bouyer
1999-04-11Fix probe code for IDE devices:bouyer
1999-04-01- change the interrupt routines to take a 3rd arguments, set to 1 if webouyer
1999-02-08There's no ATA draft where it is required for the drive to set DRDY | DSC whenbouyer
1998-12-16Add a callback to re-compute the modes used on a channel.bouyer
1998-12-03Rename pio_mode, etc ... to PIO_cap, etc ... for consistency with thebouyer
1998-12-03add a udma_mode field to wdc_softc, and use it the same way dma_mode is usedbouyer
1998-12-02In struct wdc_xfer, change 'channel' to a pointer to a channel_softc, to avoidbouyer
1998-11-21in wdc_softc: access the per-channel data via a pointer array instead ofdrochner
1998-11-20Implement reference counting for ATA adapters.thorpej
1998-11-19Adapt to the new scsipi_adapter interface.thorpej
1998-11-17New IDE xfer flag: C_SENSE, set by the ATAPI back-end sense info needs tobouyer
1998-10-12Merge bouyer-idebouyer
1998-09-22Add data32iot and data32ioh members to the wdc_attachment_data structure.mark
1998-09-10Add support for passing device quirks from the attachment routine,kenh
1998-08-15Assign my copyrights to TNF.mycroft
1998-04-07Add hooks to make exclusive hardware locking possible. This is necessaryleo
1998-01-14Various cleanups and bug fixes to the wdc/wd code:cgd