| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Move the device_delete_all_children() function from usb_util.c | Hans Petter Selasky | 2011-11-19 | 2 | -15/+3 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | In r225931 I've missed the only other driver using the pointer returned | Marius Strobl | 2011-11-01 | 3 | -7/+31 |
| * | Some dmesg cosmetics: | Alexander Motin | 2011-10-24 | 3 | -3/+18 |
| * | Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernel | Craig Rodrigues | 2011-10-09 | 1 | -0/+3 |
| * | Fix a typo in a comment. | Wesley Shields | 2011-10-06 | 1 | -1/+1 |
| * | Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Apple | Alexander Motin | 2011-08-02 | 1 | -3/+21 |
| * | - Use mutex to serialize index/data register pair usage, when | Alexander Motin | 2011-07-22 | 6 | -13/+94 |
| * | Skip BAR(5) usage for SATA registers access on ICH8M Apples, because for | Alexander Motin | 2011-06-14 | 1 | -1/+3 |
| * | Intel NM10 chipset's SATA controller has same PCI ID and revision as ICH7's, | Alexander Motin | 2011-06-09 | 1 | -7/+23 |
| * | Chipset support for the new Intel Panther Point PCH, thanks | Jack F Vogel | 2011-05-11 | 2 | -0/+25 |
| * | According to ATA specifications, when ATAPI master is the only device, it | Alexander Motin | 2011-04-21 | 1 | -11/+21 |
| * | - Fix mapping of the last two SATA ports on 6-port Intel controllers. | Alexander Motin | 2011-04-21 | 2 | -3/+3 |
| * | Use periodic status polling added at r214671 only in ATA_CAM mode. Legacy | Alexander Motin | 2011-04-21 | 1 | -7/+13 |
| * | Make PATA-like soft-reset in ata(4) more strict in checking disk signature. | Alexander Motin | 2011-04-21 | 1 | -2/+2 |
| * | Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode. | Alexander Motin | 2011-04-12 | 2 | -4/+81 |
| * | Add missing bus_dmamap_sync() calls for the work DMA map. | Marius Strobl | 2011-03-06 | 1 | -1/+14 |
| * | Add missing bus_dmamap_sync() calls for the work DMA map. | Marius Strobl | 2011-03-06 | 1 | -1/+17 |
| * | - Allocate the DMA memory used for the work area as coherent as at least | Marius Strobl | 2011-03-06 | 1 | -3/+4 |
| * | Add the disk ident and a human-meaningful description (here, the disk model | Nathan Whitehorn | 2011-02-26 | 1 | -0/+2 |
| * | Support for the new Patsburg PCH chipset: | Jack F Vogel | 2011-02-01 | 2 | -0/+11 |
| * | Support for the new DH89xxCC PCH chipset including: | Jack F Vogel | 2011-01-31 | 2 | -0/+2 |
| * | ICH7 SATA controller in legacy mode can provide access to SATA registers | Alexander Motin | 2011-01-24 | 1 | -14/+104 |
| * | Several chipset drivers alter parameters relevant for the DMA tag creation, | Marius Strobl | 2010-11-28 | 8 | -28/+33 |
| * | Do hard reset before soft reset for SATA channels. Soft reset reported to be | Alexander Motin | 2010-11-27 | 1 | -1/+1 |
| * | Make ATA_CAM wrapper to report SATA power management capabilities to CAM to | Alexander Motin | 2010-11-18 | 2 | -0/+20 |
| * | Even if we are skipping SATA hard reset - set power management bits in | Alexander Motin | 2010-11-18 | 1 | -1/+5 |
| * | Record that there is no devices if SATA reset found none. | Alexander Motin | 2010-11-18 | 1 | -0/+2 |
| * | Some VIA SATA controllers provide access to non-standard SATA registers via | Alexander Motin | 2010-11-18 | 1 | -4/+128 |
| * | Add IDs for VIA VX900 chipset SATA controller. | Alexander Motin | 2010-11-17 | 1 | -0/+3 |
| * | Add IDs for VIA VX900 chipset SATA controller. | Alexander Motin | 2010-11-17 | 1 | -1/+4 |
| * | Fix typos. | Rebecca Cran | 2010-11-09 | 1 | -4/+4 |
| * | Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual | Alexander Motin | 2010-11-08 | 1 | -0/+9 |
| * | Mark command submission timeouts as timeouts. This should trigger device | Alexander Motin | 2010-11-06 | 1 | -8/+13 |
| * | Add support for odd-sized PIO transfers, sometimes used by ATAPI. | Alexander Motin | 2010-11-06 | 1 | -6/+18 |
| * | Remove stale line, accidentally slipped into r214016. | Alexander Motin | 2010-11-02 | 1 | -1/+0 |
| * | Set of legacy mode SATA enchancements: | Alexander Motin | 2010-10-18 | 11 | -155/+508 |
| * | Revert r132291. | Alexander Motin | 2010-09-30 | 1 | -2/+1 |
| * | Add missing le32toh(), same as recently done in ata-siliconimage.c. | Alexander Motin | 2010-09-24 | 1 | -1/+1 |
| * | Add missing byteswap, works on big endian systems now (tested on Netlogic | Jayachandran C. | 2010-09-23 | 1 | -1/+1 |
| * | Fix a problem where device detection would work unreliably on Serverworks | Nathan Whitehorn | 2010-09-09 | 3 | -20/+34 |
| * | Add fix for SiI3114 and SiI3512 chips bug, which caused sending R_ERR in | Alexander Motin | 2010-09-02 | 1 | -0/+8 |
| * | SATA1.x SiliconImage controllers on power-on reset TFD Status register into | Alexander Motin | 2010-09-02 | 3 | -17/+15 |
| * | Increase device reset timeout from 10 to 15 seconds, same as in ahci(4). | Alexander Motin | 2010-09-01 | 1 | -1/+1 |
| * | Add Intel Cougar Point PCH SATA Controller DeviceIDs. Correct some existing | Alexander Motin | 2010-08-28 | 2 | -16/+43 |
| * | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | Alexander Motin | 2010-07-25 | 2 | -1/+23 |
| * | Make legacy ATA emulation detection more strict. This should fix false | Alexander Motin | 2010-07-16 | 1 | -1/+2 |
| * | Improve interrupt setup errors handling. | Alexander Motin | 2010-07-16 | 1 | -1/+7 |
| * | Disable multi-sector PIO transfers if ATA_SET_MULTI command failed. | Alexander Motin | 2010-07-13 | 1 | -0/+2 |
| * | Revert and remake r209883: | Alexander Motin | 2010-07-12 | 1 | -9/+15 |