summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics.sos2003-04-161-2/+2
* Fix a panic with Cenatek controllers.sos2003-04-161-1/+2
* Spell 55 with two '5'ssos2003-04-101-2/+2
* Add a few more older SiS ID's.sos2003-04-102-34/+41
* Fix breakage on sparc64.sos2003-04-081-2/+2
* Fix a long standing bug in handling the last part of a stripesos2003-04-082-7/+43
* Minor cleanup of the ATA RAID code.sos2003-04-072-9/+9
* Third round of updates to the ATA driver.sos2003-04-076-62/+136
* Don't use dkmakeminor(), create our own minor encoding instead.phk2003-04-031-3/+2
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-016-27/+12
* Fix ATA_DEBUG case breakage.sos2003-03-301-1/+1
* Second round of updates to the ATA driver.sos2003-03-2911-537/+614
* Biofinish the request if we cannot malloc in ad_start.sos2003-03-271-3/+4
* - Add a new ioctl to get the maximum number of ATA channels.mux2003-03-221-0/+5
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-182-2/+0
* Fix the cable detection and properly find the host bridge onsos2003-03-161-22/+22
* Call devstat_start_transaction_bio() instead of devstat_start_transaction().phk2003-03-151-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Remove the check for more than one open if one is a write op.sos2003-03-131-5/+0
* Dont free the stats struct, this has been changed by the new stat code.sos2003-03-131-2/+0
* Dont call dma->free unless dma is there.sos2003-03-131-1/+2
* Correct the last commit, only look for subfunctions on the same PCI slot.sos2003-03-121-4/+4
* Cleanup the probe code a bit.sos2003-03-121-23/+24
* Dont hang the channel on enclosures without sensors.sos2003-03-121-16/+17
* Remove the enclose_print() call, it is already called from ata-disk.csos2003-03-101-1/+0
* Dont use r_bmio on Cyrix chips if not set from BIOS.sos2003-03-101-2/+5
* Allocate the devstat structure with devstat_new_entry().phk2003-03-083-12/+7
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-087-27/+4
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-033-39/+23
* Minor cleanup of the Promise code.sos2003-03-032-18/+22
* Always set the setmode funcptr.sos2003-03-033-1/+21
* 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
OpenPOWER on IntegriCloud