summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-tape.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4:mav2009-12-061-5/+7
* MFp4:mav2009-10-231-4/+1
* Remove unneeded device index from unit number.ed2009-04-261-8/+6
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091mav2009-02-281-12/+0
* Rework device probing by moving ata_getparam() call from ata_identify() tomav2009-02-281-0/+12
* Teach device drivers' ata_reinit() methods, that there can be more then twomav2009-02-211-3/+3
* Fix shutdown routine to return 0 and change signature from void returnimp2009-02-041-1/+2
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.grehan2008-05-081-1/+1
* Go back to preallocating everything possible on init.sos2008-04-171-1/+2
* Fix the brokenness in the former commit, sorry for the mess.sos2008-04-111-2/+1
* Add experimental support for SATA Port Multiplierssos2008-04-101-13/+5
* Dont fumble the ivars on reinit, avoids panic on suspend/resume om some syste...sos2007-11-191-3/+0
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-231-2/+2
* Update copyright headers.sos2007-02-211-1/+1
* Get rid of the advertising clause in the copyright.sos2006-01-051-3/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Change the way ioctls are issue to ATA.sos2005-05-161-8/+8
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-301-29/+14
* Move the creation of ata_channel child devices to the channel code.sos2005-04-151-32/+8
* Change the ata_* methods to use a channel device instead of asos2005-03-311-3/+3
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-283/+347
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Add firmware revision to probe printf.sos2004-08-051-2/+2
* Use the right ordering of args on mtx_init(). No functional changessos2004-06-221-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Remember to mtx_destroy mutexes.sos2004-03-011-0/+1
* Device megapatch 4/6:phk2004-02-211-1/+2
* Use the biotask functionality in GEOM to put finished requests onsos2004-01-281-2/+2
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-0/+1
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-121-1/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-1/+2
* Centralise mode setting. Instead of doing it in all subdrivers, dosos2003-11-111-7/+0
* Unify prototypes.sos2003-08-251-8/+14
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-87/+170
* Add a missing ~ when clearing flags in close.sos2003-05-051-1/+1
* 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-011-5/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-4/+4
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* First round off updates/fixes to the ATA driver.sos2003-02-201-1/+1
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-071-2/+3
* Use some long long casts to quiet warnings in debug printf's on alpha.jhb2002-11-061-1/+2
* OK, dont rely on the upper layers handling iosize_max correctly,sos2002-07-281-2/+2
* Properly change the block_size on different CD media, and use thatsos2002-07-271-2/+2
* Fix the max transfer size for ATAPI devices. The spec says tosos2002-07-261-2/+2
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-0/+1
OpenPOWER on IntegriCloud