aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cdio.h
Commit message (Expand)AuthorAgeFilesLines
* Boot away another stackgap (one of the lest ones in linuxlator/i386) byMaxim Sobolev2005-01-301-0/+7
* Remove no longer existant CDIOCREADAUDIO ioctl.Søren Schmidt2003-10-201-9/+0
* Make bitfields plain old u_int. u_int16_t makes no sense.Mark Murray2003-04-301-6/+6
* Add endianess kludge code, so that bitfields work on the sparc64 as well.Søren Schmidt2002-04-051-3/+9
* style(9) the structure definitions.David E. O'Brien2001-09-051-14/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add new atapi-cd driver that supports atapi CD-R/RW drives.Søren Schmidt1998-09-081-1/+11
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-17/+17
* This mega-commit brings the following:Joerg Wunsch1997-05-041-1/+9
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-6/+11
* Since ioc_read_subchannel don't used for hardware, remove padding.Andrey A. Chernov1996-02-031-2/+1
* Remove #pragma pack, use byte filler in ioc_read_subchannelAndrey A. Chernov1996-02-021-13/+2
* Frame whole file with #pragma pack(1) and #pragma pack(4),Andrey A. Chernov1996-02-011-1/+13
* Add comment: reflect the fact that lba stored in network byte orderAndrey A. Chernov1996-02-011-2/+2
* Fix a typo in a comment.Mike Pritchard1996-01-301-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Part of Frank Durda IV's new matcd driver CD audio support.Jordan K. Hubbard1995-04-091-5/+98
* Replaced certain character arrays in structures with msf_lba union.Steven Wallace1994-02-051-4/+15
* Patch from Julian. Commit message by me.Rodney W. Grimes1994-01-291-1/+3
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-6/+4
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-0/+2
* Revised headers from Julian. Support for generic scsi.Rodney W. Grimes1993-08-281-7/+15
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+149