aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-cd.c
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic change to the probe printf'sSøren Schmidt2001-03-061-1/+1
* Introduce busspace instead of the good old in/out instructions.Søren Schmidt2001-02-061-1/+3
* Fix the clone functionality in atapi-cd, it didn't work forSøren Schmidt2001-02-061-6/+10
* When blocksize is set to 2352, alwas read 2352 bytes.Søren Schmidt2001-01-181-2/+10
* Add session argument to *close_disk, allowing to set session type on fixate.Søren Schmidt2001-01-101-24/+34
* Back out the "close tray on open" feature, its not clear whatSøren Schmidt2001-01-081-2/+0
* On open try to close the drivetray and wait for drive ready.Søren Schmidt2001-01-071-0/+2
* Add support for using BurnProff(tm) on drives that support it.Søren Schmidt2001-01-041-0/+2
* Use M_ZERO flag on malloc when approbiate.Søren Schmidt2000-12-261-6/+4
* Update the burncd interface a bit, dont block the ATA channel onSøren Schmidt2000-12-261-36/+60
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded includesSøren Schmidt2000-09-201-1/+0
* Add support for tagged queuing on ATA drives. There is only support forSøren Schmidt2000-09-191-96/+120
* Only read to the end of the select track.Søren Schmidt2000-09-181-6/+9
* Rearrange the probe a bit, hopefully this will help to eleminateSøren Schmidt2000-08-161-2/+5
* Fix off by one error in track# calculation.Søren Schmidt2000-08-131-4/+4
* Add support for accessing individual tracks on a CD.Søren Schmidt2000-08-111-5/+31
* Remove sequence checking in the burner support.Søren Schmidt2000-08-061-46/+4
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Fix for the HP burners (and possibly other broken drives to)Søren Schmidt2000-05-011-13/+5
* Clone the {b|bio}_offset field, and make sure it is always initializedPoul-Henning Kamp2000-04-251-8/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-28/+32
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-2/+2
* Correct a mishap in phk's BIO_* changes.Søren Schmidt2000-03-261-1/+1
* Fix the panic occuring on non-changer devices.Søren Schmidt2000-03-241-3/+3
* Make ATAPI CD changer devices work, hopefully better than before.Søren Schmidt2000-03-211-49/+84
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-5/+4
* Cleanup sweep.Søren Schmidt2000-03-131-29/+25
* Enable disksort the right way both on ATA disks and ATAPI devices.Søren Schmidt2000-03-131-18/+6
* Dont call make_dev until we are sure the device is there, this preventsSøren Schmidt2000-03-101-4/+12
* Fix the CD driver so that the last blocks can be read even ifSøren Schmidt2000-03-051-13/+22
* Spell construct right.Søren Schmidt2000-03-011-3/+3
* Add DVD-RAM support.Søren Schmidt2000-02-291-10/+56
* Only read user data when blocksize != 2048, this "read the works"Søren Schmidt2000-02-291-1/+1
* Fix the changer code, dont wait for device ready on unload, itSøren Schmidt2000-02-211-12/+18
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-42/+60
* Do refcounting of open devices (more) correctly.Søren Schmidt2000-02-071-5/+5
* fix support for shared IRQ's.Søren Schmidt2000-02-041-14/+3
* cosmetic changes only.Søren Schmidt2000-01-291-14/+4
* Get the MEDIA_CHANGED status right.Søren Schmidt2000-01-281-1/+3
* Retry a bit more agressively on the atapi identify.Søren Schmidt2000-01-251-3/+7
* General cleanup.Søren Schmidt2000-01-241-164/+180
* Rearrange the probecode, so that 80pin cables can be identifiedSøren Schmidt2000-01-181-20/+11
* Add support for the Intel 810 chipset (ICH type of chips)Søren Schmidt2000-01-171-1/+4
* Guard against transfers of zero length given to *strategy.Søren Schmidt2000-01-071-1/+1
* New ATAPI burner utility API, replaces the wormio API.Søren Schmidt2000-01-061-119/+81
* Add support for VIA 82C596 controllerSøren Schmidt2000-01-031-1/+1
* Yet another cleanup of the VIA code, this time it should workSøren Schmidt1999-12-211-7/+0
* Cleanup the probe messages a bit, show what the device really is, notSøren Schmidt1999-12-161-10/+19