summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-cd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includessos2000-09-201-1/+0
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-191-96/+120
* Only read to the end of the select track.sos2000-09-181-6/+9
* Rearrange the probe a bit, hopefully this will help to eleminatesos2000-08-161-2/+5
* Fix off by one error in track# calculation.sos2000-08-131-4/+4
* Add support for accessing individual tracks on a CD.sos2000-08-111-5/+31
* Remove sequence checking in the burner support.sos2000-08-061-46/+4
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Fix for the HP burners (and possibly other broken drives to)sos2000-05-011-13/+5
* Clone the {b|bio}_offset field, and make sure it is always initializedphk2000-04-251-8/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-28/+32
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Correct a mishap in phk's BIO_* changes.sos2000-03-261-1/+1
* Fix the panic occuring on non-changer devices.sos2000-03-241-3/+3
* Make ATAPI CD changer devices work, hopefully better than before.sos2000-03-211-49/+84
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-5/+4
* Cleanup sweep.sos2000-03-131-29/+25
* Enable disksort the right way both on ATA disks and ATAPI devices.sos2000-03-131-18/+6
* Dont call make_dev until we are sure the device is there, this preventssos2000-03-101-4/+12
* Fix the CD driver so that the last blocks can be read even ifsos2000-03-051-13/+22
* Spell construct right.sos2000-03-011-3/+3
* Add DVD-RAM support.sos2000-02-291-10/+56
* Only read user data when blocksize != 2048, this "read the works"sos2000-02-291-1/+1
* Fix the changer code, dont wait for device ready on unload, itsos2000-02-211-13/+19
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-42/+60
* Do refcounting of open devices (more) correctly.sos2000-02-071-5/+5
* fix support for shared IRQ's.sos2000-02-041-14/+3
* cosmetic changes only.sos2000-01-291-14/+4
* Get the MEDIA_CHANGED status right.sos2000-01-281-1/+3
* Retry a bit more agressively on the atapi identify.sos2000-01-251-3/+7
* General cleanup.sos2000-01-241-166/+182
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-181-20/+11
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-171-1/+4
* Guard against transfers of zero length given to *strategy.sos2000-01-071-1/+1
* New ATAPI burner utility API, replaces the wormio API.sos2000-01-061-119/+81
* Add support for VIA 82C596 controllersos2000-01-031-1/+1
* Yet another cleanup of the VIA code, this time it should worksos1999-12-211-7/+0
* Cleanup the probe messages a bit, show what the device really is, notsos1999-12-161-10/+19
* 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-2/+5
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-081-1/+1
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-071-1/+277
* 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-1/+0
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-091-91/+67
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in thebde1999-10-031-1/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Fix timeout handeling and add retry counts.sos1999-09-241-26/+31
* Support quad & max speeds in wormcontrol.sos1999-09-221-31/+22
OpenPOWER on IntegriCloud