summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/scsipi_cd.h
AgeCommit message (Expand)Author
2009-04-01Implement MMC_TRACKINFO_DATA and MMC_TRACKINFO_AUDIO detection for cdrom andreinoud
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-05-02Add definitions for the close track/session, reserve track and repairreinoud
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2006-12-01On Christos' request, reinstantiate the packed->__packed__ part of themartin
2006-12-01Back out align(4) for all struct decls - it breaks various things allmartin
2006-11-30PR/34202: Dave Huang: Accessing cd device on alpha causes kernel trapchristos
2005-12-20The as `unused' specified field in the readdiscinfo SCSI command is reallyreinoud
2005-12-11Remove blank line added to end of file by previous change.simonb
2005-12-11Add SCSI calls for read discinfo and read trackinfo. Also add the variousreinoud
2005-12-11merge ktrace-lwp.christos
2005-02-01Backing out changes to clean up scsipi. I was pointed out there werereinoud
2005-01-31Part of the cleanup of sys/scsipi's use of types; rename all u_int* toreinoud
2005-01-30The code asumes all programs want to know is TOC response format 0. Supportreinoud
2003-09-07Set PQUIRK_ONLYBIG in the wdc-atapi frontend, obviating the need to ever testmycroft
2001-09-02Centralize the definition of the page code mask and page-savable bitthorpej
1998-02-13Backout previous change, and rather, remove all protection but the oneenami
1998-02-13Fix or add protection for mutiple inclusion.enami
1997-10-01Cosmetic changes to keep coding style consistency in this directory;enami
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer