summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-023-8/+8
* Fix support for HPT controllers they where always left in PIO mode.sos2003-03-011-1/+1
* NO_GEOM cleanup:phk2003-02-282-39/+30
* Zero cpi->target_sprt since atapi-cam does not support target mode. Thisnjl2003-02-271-0/+1
* Only use function 1 not 0 on cypress chips.sos2003-02-271-1/+3
* Fix UDMA modes setup on CMD chips.sos2003-02-271-1/+1
* Fix a reversed test for ATAPI_DEVICE in the Promise setup code.sos2003-02-261-4/+3
* Fix support for Acer chips. The UDMA enable regs wasn't set properly.sos2003-02-252-27/+13
* Convert to new disk API.sos2003-02-254-85/+42
* Properly teardown the interrupt so we wont panic on detach.sos2003-02-251-7/+13
* Removed the ISA only hooks here, no longer needed..sos2003-02-251-51/+0
* Fix support for the old CMD 646 chips, interrupt setup was wrong.sos2003-02-252-11/+15
* Revert the probe code change.sos2003-02-251-2/+2
* Temporarily disable tagged queueing while I figure out why it broke.sos2003-02-231-1/+2
* Fix chipset setup problem on older ALI chips.sos2003-02-231-9/+14
* Fix timeout when using UDMA speeds, bad chip setup.sos2003-02-231-3/+0
* NO_GEOM cleanup:phk2003-02-211-3/+6
* NO_GEOM cleanup:phk2003-02-213-3/+3
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-211-30/+0
* First round off updates/fixes to the ATA driver.sos2003-02-2021-2456/+2605
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Fix crash dumps on ata and scsi.alfred2003-02-141-1/+2
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-303-3/+0
* Update the code that deals with disk enclosures:sos2003-01-274-69/+135
* Add a missing '{'phk2003-01-211-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Remove the fake disklabel, no longer needed.sos2003-01-212-47/+7
* Small change to the previous commit, zero out the 48BIT flag in ata_commandsos2003-01-192-10/+10
* Add support for the ServerWorks CSB6.sos2003-01-192-1/+12
* Fix the 48bit access support for the older Promise 66/100 controllers, thesos2003-01-194-16/+26
* Dont probe PnP devices.sos2003-01-091-0/+4
* Fix typosos2003-01-091-1/+1
* Dont attach a Promise chip located behind a i960 bridge/chip.sos2003-01-081-2/+14
* Add support for the nVidia nForce2 ATA part.sos2003-01-082-10/+25
* Add code that works around the problem that the older Promisesos2003-01-081-11/+31
* Try to fix the problem with burncd blank not seeing the end ofsos2002-12-171-14/+9
* This should be the way PC98 ATA disks are seen geometry wise.sos2002-12-173-4/+10
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-063-3/+19
* Add support for the PC98 platform to the ATA driver.sos2002-12-038-42/+594
* In ata_reinit, when ata_getparam fails for a new device (indicating thatthomas2002-12-011-4/+5
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.njl2002-11-231-2/+15
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-072-4/+6
* Use some long long casts to quiet warnings in debug printf's on alpha.jhb2002-11-062-2/+3
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-223-26/+52
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-181-2/+2
* Fix for the panic when using a Promise TX2.sos2002-10-081-16/+23
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Misc cleanups.sos2002-10-013-15/+17
* Add yet another Promise PCI id.sos2002-10-013-0/+4
* Fix an indentation problem.phk2002-09-281-1/+1
OpenPOWER on IntegriCloud