Age | Commit message (Expand) | Author |
2004-10-19 | serverworks csb5 revision after 0x92 seems not to have 80-wire | Alexander Yurchenko |
2004-10-17 | Improve support for SiI3112 and add new controllers: SiI3512, SiI3114 | Alexander Yurchenko |
2004-10-17 | Allow chip-map function to specify which bits must permanently present | Alexander Yurchenko |
2004-10-17 | Don't touch dma registers directly, instead use callbacks that | Alexander Yurchenko |
2004-10-17 | Stop bloating pciide_softc with chip-specific variables. Add one pointer | Alexander Yurchenko |
2004-10-17 | Move pciide_softc definition to pciidevar.h. | Alexander Yurchenko |
2004-10-17 | Fix space. | Alexander Yurchenko |
2004-10-17 | Small includes cleanup: explicit bus.h inclusion, add satareg.h and | Alexander Yurchenko |
2004-09-15 | Add support for Intel 6300ESB IDE and SATA. | Alexander Yurchenko |
2004-08-21 | in case of failure use the same logic for unmapping as it was used for mappin... | Michael Shalayeff |
2004-06-02 | Add quirks field to the wdc softc and implement the first one: | Alexander Yurchenko |
2004-05-24 | do not bother w/ void pci_devinfo() calls and free resources on failures | Michael Shalayeff |
2004-05-06 | Add support for the SiS 741 Northbridge. ok deraadt@, grange@ | Peter Galbavy |
2004-05-04 | Fix my stupid bug with missing sata_setup_channel() call. | Alexander Yurchenko |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn |
2004-03-12 | Enable ata133 on amd8111; from netbsd | Alexander Yurchenko |
2004-02-18 | Yet another wonna-be-raid device. | Alexander Yurchenko |
2004-02-07 | Final bits to make IT8212F working: | Alexander Yurchenko |
2004-02-02 | Support for UDMA2 capable SCx200 ide found on all National Semiconductor | Alexander Yurchenko |
2004-02-02 | ite is a yet another ``raid'' device, fake interface for it. | Alexander Yurchenko |
2004-01-31 | fix stupid typo in the reading/writing mode control register for ite. | Alexander Yurchenko |
2004-01-31 | ite doesn't need a special interrupt function. | Alexander Yurchenko |
2004-01-31 | Disable i31244 support until we see a real divice using this chip. | Alexander Yurchenko |
2004-01-31 | spaces, .o is the same. | Alexander Yurchenko |
2004-01-17 | Read product id and revision from pci conf space only once | Alexander Yurchenko |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-12-20 | Support for ITExpress IT8212F ATA133 controller; close PR 3540. | Alexander Yurchenko |
2003-12-12 | Support for 2 new acard ata133 chips. | Alexander Yurchenko |
2003-12-12 | nforce chip doesn't have cable check bit; noticed by hugh@ a long | Alexander Yurchenko |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-10-31 | Work around a _really_ _nasty_ pciide attachment problem on pegasos, | Dale Rahn |
2003-10-29 | un-revert previous. wrong suspect. ok deraadt@ | Matthieu Herrb |
2003-10-29 | backout previous. It breaks my u5 drive. ok deraadt@ | Matthieu Herrb |
2003-10-17 | Old CMD chips don't have independant channels; from NetBSD. | Alexander Yurchenko |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko |
2003-10-16 | Mark all supported SATA controllers with flag WDC_CAPABILITY_SATA | Alexander Yurchenko |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko |
2003-10-09 | Support for VIA VT8237 ATA and SATA from NetBSD. | Alexander Yurchenko |
2003-09-29 | Experimental support for serverworks csb6 third channel inspired by | Alexander Yurchenko |
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko |
2003-08-01 | Fix ICH5R SATA support | Alexander Yurchenko |
2003-07-30 | Experimental support for ICH5/ICH5R SATA, inspired from FreeBSD | Alexander Yurchenko |
2003-07-29 | Support for HPT302 and HPT371, inspired from the FreeBSD ata driver. | Alexander Yurchenko |
2003-07-23 | Enable ATAPI DMA for modern Promise ATA controllers since only old | Alexander Yurchenko |
2003-07-23 | Old Promise ATA controllers need some additional operations | Alexander Yurchenko |
2003-07-20 | acer chips seem to work with atapi dma now. ok grange@ | Ted Unangst |
2003-06-18 | For HPT370 chips disable interrupt prediction and correct timing | Alexander Yurchenko |
2003-06-07 | Experimental support for Intel 31244 SATA, only parallel ATA mode yet; | Alexander Yurchenko |
2003-06-07 | Add a generic channel setup routine for SATA devices; from NetBSD | Alexander Yurchenko |
2003-06-06 | Add support for Intel ICH5/ICH5R IDE | Alexander Yurchenko |