patch-2.0.13 linux/include/linux/sbpcd.h
Next file: linux/include/linux/ucdrom.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index
- Lines: 55
- Date:
Mon Aug 12 13:44:47 1996
- Orig file:
v2.0.12/linux/include/linux/sbpcd.h
- Orig date:
Wed Jun 5 09:01:46 1996
diff -u --recursive --new-file v2.0.12/linux/include/linux/sbpcd.h linux/include/linux/sbpcd.h
@@ -106,16 +106,6 @@
/* Set this to 0 once you have configured your interface definitions right. */
#define DISTRIBUTION 1
-#if DISTRIBUTION
-#define READ_AUDIO 0
-#define KLOGD_PAUSE 55
-#else
-/* max. number of audio frames to read with one */
-/* request (allocates n* 2352 bytes kernel memory!) */
-/* may be freely adjusted, f.e. 75 (= 1 sec.), at */
-/* runtime by use of the CDROMAUDIOBUFSIZ ioctl. */
-#define READ_AUDIO 75
-
/*
* Time to wait after giving a message.
* This gets important if you enable non-standard DBG_xxx flags.
@@ -124,13 +114,26 @@
*/
#define KLOGD_PAUSE 1
-/* tray control: eject tray if no disk is in (0 or 1) */
+/* tray control: eject tray if no disk is in */
+#if DISTRIBUTION
+#define JUKEBOX 0
+#else
#define JUKEBOX 1
+#endif DISTRIBUTION
-/* tray control: eject tray after last use (0 or 1) */
+/* tray control: eject tray after last use */
+#if DISTRIBUTION
+#define EJECT 0
+#else
#define EJECT 1
#endif DISTRIBUTION
+/* max. number of audio frames to read with one */
+/* request (allocates n* 2352 bytes kernel memory!) */
+/* may be freely adjusted, f.e. 75 (= 1 sec.), at */
+/* runtime by use of the CDROMAUDIOBUFSIZ ioctl. */
+#define READ_AUDIO 0
+
/*==========================================================================*/
/*==========================================================================*/
/*
@@ -449,6 +452,8 @@
/*==========================================================================*/
#define MAX_TRACKS 99
+
+#define ERR_DISKCHANGE 615
/*==========================================================================*/
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov