summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-tape.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-4/+4
* Remove the old DSC code, it doesn't work anymore.sos2000-03-181-9/+3
* Cleanup sweep.sos2000-03-131-13/+13
* Enable disksort the right way both on ATA disks and ATAPI devices.sos2000-03-131-7/+4
* Cosmetics..sos2000-03-101-2/+2
* Fix the CD driver so that the last blocks can be read even ifsos2000-03-051-5/+5
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-11/+26
* Probe cosmetics.sos2000-02-081-1/+1
* Do refcounting of open devices (more) correctly.sos2000-02-071-4/+3
* fix support for shared IRQ's.sos2000-02-041-1/+1
* Get the MEDIA_CHANGED status right here too.sos2000-01-281-2/+4
* Retry a bit more agressively on the atapi identify.sos2000-01-251-1/+1
* General cleanup.sos2000-01-241-53/+69
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-181-10/+7
* Add support for VIA 82C596 controllersos2000-01-031-1/+1
* Yet another cleanup of the VIA code, this time it should worksos1999-12-211-11/+0
* Have another go at the VIA support, this time use the PCI ID form thesos1999-12-141-0/+1
* Add DMA support for the SiS 5591 and old PIIX chipsets.sos1999-12-131-0/+2
OpenPOWER on IntegriCloud