summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/wdc_pcmcia.c
AgeCommit message (Collapse)Author
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-04-10Added support for wd detach (merge from NetBSD). Support forConstantine Sapuntzakis
SCSI/ATAPI detach is not here yet. Minor cleanup of wdc. Downgrade to UDMA mode 1 before going further. Want to stay in UDMA modes because they're more error-resilient due to a CRC. Got rid of some of the ridiculous amount of softc sharing going on. Hopefully, this will make the life of whoever goes in and fixes the ref-counting to be correct easier.
2000-02-01New prods; use defines where available; rearrange some entries.Federico G. Schwindt
1999-10-09wdc layer work:Constantine Sapuntzakis
Separate wdc_probe_caps into wdc_probe_caps and wdc_print_caps for more flexibility in printing capability information. Get rid of wdc_final_attach. Include name of device (e.g. cd0), if possible, on errors. atapiscsi layer work: Put a pointer to the SCSI device into ata_drive_datas' drv_softc field Simplify, simplify, simplify. Got rid of a bunch of fields in atapiscsi_softc Delay printing capabilities until we know the real device name (e.g. st0)
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-07-26shrink code, cleanup port printouts, repairs various commentsTheo de Raadt
1999-07-21change how this printsTheo de Raadt
1999-07-21Shorter IBM portable cdrom string.Federico G. Schwindt
1999-07-20Add wdc pcmcia controller. As the other new ATA code, it needs to beFederico G. Schwindt
uncommented.