summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-tape.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-081-1/+1
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangesos1999-11-241-1/+1
* Make the atapi device return sensible errno's back to userland.sos1999-11-101-3/+5
* Remove unused include files.sos1999-10-101-2/+0
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-091-59/+49
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Support quad & max speeds in wormcontrol.sos1999-09-221-22/+6
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-211-208/+361
* Don't register a bmajor.phk1999-09-081-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-10/+3
* Nine'th update to the new ATA/ATAPI driver:sos1999-06-251-100/+62
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Seventh update to the new ATA/ATAPI driver:sos1999-05-171-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* Sixth update to the new ATA/ATAPI driver:sos1999-04-101-2/+3
* Fourth update to the new ATA/ATAPI driver:sos1999-03-281-4/+5
* ZIP drives should now be working, I'm not sure about LS120 drives,sos1999-03-071-2/+4
* Now all actual probing of both ATA & ATAPI devices are done aftersos1999-03-051-6/+6
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-031-128/+122
* Finally!!sos1999-03-011-0/+567
OpenPOWER on IntegriCloud