Age | Commit message (Expand) | Author |
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 |
2003-05-30 | Cleanup: \t vs spaces, kill trailing spaces | Alexander Yurchenko |
2003-05-22 | Support for Intel ICH4-M; from marius aamodt eriksen <marius@monkey.org>. | Alexander Yurchenko |
2003-05-17 | Experimental support for SiI 3112 SATA card; from NetBSD. | Alexander Yurchenko |
2003-05-17 | Allow chip-specific setup routines to change dma engine parameters | Alexander Yurchenko |
2003-05-17 | Add debug warning messages about missing 80-wire cable to all | Alexander Yurchenko |
2003-05-02 | Rework SIS IDE support. Unbreak the newest chips and fix issues with the | Alexander Yurchenko |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-20 | In pdc20265_pci_intr() perform shared irq check only if channel is | Alexander Yurchenko |
2003-03-29 | Very limited support for Promise PDC20376 SATA. Only parallel ATA | Alexander Yurchenko |
2003-03-28 | unbreak after SiS pcidevs change | Todd C. Miller |
2003-03-28 | Improve debug output a bit | Alexander Yurchenko |
2003-03-06 | Support for ServerWorks CSB6 IDE | Alexander Yurchenko |
2003-02-24 | Detypoing; henric@ and me | Alexander Yurchenko |
2003-02-24 | For CMD chips call pciide_chan_candisable() for both channels to prevent | Alexander Yurchenko |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko |
2003-02-13 | Final part of NVIDIA nForce/nForce2 IDE support: | Alexander Yurchenko |
2003-02-13 | Add cable detection for AMD chips, directly from AMD specs. | Alexander Yurchenko |
2003-01-30 | Many Ultra 5s likes to hang when starting. The last thing on the console | Henric Jungheim |
2003-01-17 | 80-pin -> 80-wire in debug output; requested by chris@ | Alexander Yurchenko |
2003-01-16 | Missing break | Alexander Yurchenko |
2003-01-16 | - add two inline functions for accessing chip configuration space | Alexander Yurchenko |
2003-01-16 | Add channel number to report of registers mapping type. | Alexander Yurchenko |
2003-01-16 | Don't hardcode IO mapping for cmd/ctl regs, use pci_mapreg_type() | Alexander Yurchenko |
2003-01-15 | revert last change; request from mickey@ | Alexander Yurchenko |
2003-01-14 | Add a define for easy access to sc_wdcdev.sc_dev.dv_xname | Alexander Yurchenko |
2003-01-13 | Add experimental support for NVIDIA nForce/nForce2 IDE chips. | Alexander Yurchenko |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-12-10 | Add support for VIA VT8231; from NetBSD, untested. | Alexander Yurchenko |
2002-11-24 | Check whether the chip enabled or not by reading status register. | Alexander Yurchenko |
2002-11-20 | o change dma engine registers macros so that the channel | Alexander Yurchenko |
2002-11-20 | Overhaul natsemi driver: | Jason Wright |
2002-11-18 | typo; gluk@ ok | Alexander Yurchenko |
2002-11-17 | o fix cp->name usage: since it's initialized with PCIIDE_CHANNEL_NAME() | Alexander Yurchenko |
2002-11-15 | o add support for VIA VT8233 and VT8235 | Alexander Yurchenko |
2002-11-08 | Support for Promise PDC20275 and PDC20277. Untested. | Grigoriy Orlov |
2002-11-08 | Don't check IRQ assertion since this code was derived from FreeBSD | Grigoriy Orlov |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-09-09 | Add support of Silicon Image 0680 Ultra ATA/133 Controller. | Grigoriy Orlov |