summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-cd.h
Commit message (Expand)AuthorAgeFilesLines
* Spring cleanup of macrossos2004-04-301-5/+5
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.sos2003-11-011-11/+3
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.tmm2003-09-221-1/+1
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionphk2003-09-211-1/+1
* Disable the use of cloning use in floppy and CD drivers.phk2003-09-111-1/+1
* Add support of the DIOCGSECTORSIZE & DIOCGMEDIASIZE ioctl'ssos2003-09-111-2/+2
* Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGESphk2003-09-051-0/+2
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-127/+55
* First round off updates/fixes to the ATA driver.sos2003-02-201-2/+2
* Remove the fake disklabel, no longer needed.sos2003-01-211-1/+0
* use __packed.alfred2002-09-231-1/+1
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-081-2/+2
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-22/+92
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.sos2002-03-161-11/+1
* Major update of the ATA RAID code, part 1:sos2002-02-041-4/+4
* Make an ATAPI CD device appear as /dev/acdN and the individualsos2001-10-191-1/+1
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-1/+8
* Fix for the fixate problem on the Yamaha burners.sos2001-05-291-2/+0
* The size of the disk can't be gotten reliably with the read capacitysos2001-03-211-4/+1
* On open create all the CD physical track devices according to thesos2001-03-191-0/+6
* Refine the detach/attach code.sos2001-03-141-1/+3
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-101-24/+7
* Add support for using BurnProff(tm) on drives that support it.sos2001-01-041-2/+4
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-191-4/+4
* Remove sequence checking in the burner support.sos2000-08-061-3/+0
* Fix alignment problem on the alpha reported by several parties.sos2000-05-281-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-1/+1
* Make ATAPI CD changer devices work, hopefully better than before.sos2000-03-211-1/+3
* Add DVD-RAM support.sos2000-02-291-4/+4
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-0/+1
* Do refcounting of open devices (more) correctly.sos2000-02-071-1/+0
* General cleanup.sos2000-01-241-1/+0
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-181-6/+5
* New ATAPI burner utility API, replaces the wormio API.sos2000-01-061-8/+5
* Add support for VIA 82C596 controllersos2000-01-031-1/+1
* Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR andpeter1999-10-011-3/+0
* Fix timeout handeling and add retry counts.sos1999-09-241-6/+6
* Support quad & max speeds in wormcontrol.sos1999-09-221-1/+0
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-211-100/+114
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-7/+1
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-031-139/+127
* Finally!!sos1999-03-011-0/+358
OpenPOWER on IntegriCloud