Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-24 | Do not unmap CCR before using them for the last time | Niklas Hallqvist | |
2000-04-10 | Added support for wd detach (merge from NetBSD). Support for | Constantine 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-01 | New prods; use defines where available; rearrange some entries. | Federico G. Schwindt | |
1999-10-09 | wdc 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-16 | manufacturer and product are 16 bits, 0xffff is the special case | Theo de Raadt | |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt | |
1999-07-21 | change how this prints | Theo de Raadt | |
1999-07-21 | Shorter IBM portable cdrom string. | Federico G. Schwindt | |
1999-07-20 | Add wdc pcmcia controller. As the other new ATA code, it needs to be | Federico G. Schwindt | |
uncommented. |