summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-tape.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Misc little cleanups.sos2002-03-261-3/+3
* Add new support for locking an ATA channel and use that throughoutsos2002-03-111-1/+1
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-071-1/+0
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,bde2002-02-151-0/+2
* Major update of the ATA RAID code, part 1:sos2002-02-041-66/+57
* Don't call cdevsw_add().phk2001-11-041-6/+0
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-4/+2
* KSE Milestone 2julian2001-09-121-3/+3
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-211-1/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-14/+5
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Set the device names as early as possible.sos2001-03-211-3/+7
* Cosmetic changes.sos2001-03-191-6/+6
* Provide the interface to atacontrol and associated logic.sos2001-03-151-26/+34
* Refine the detach/attach code.sos2001-03-141-4/+17
* Cosmetic change to the probe printf'ssos2001-03-061-1/+1
* Introduce busspace instead of the good old in/out instructions.sos2001-02-061-4/+4
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-101-1/+1
* Use M_ZERO flag on malloc when approbiate.sos2000-12-261-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Better handling of immediate commands, mainly to solve timeoutssos2000-11-121-1/+2
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-191-48/+47
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-27/+27
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Make ATAPI CD changer devices work, hopefully better than before.sos2000-03-211-1/+1
OpenPOWER on IntegriCloud