FreeBSD Bugzilla – Attachment 11519 Details for
Bug 22664
[PATCH] mounting an audio CD causes kernel panic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 804 bytes, created by
George Reid
on 2000-11-07 18:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
George Reid
Created:
2000-11-07 18:30:01 UTC
Size:
804 bytes
patch
obsolete
>--- cdio.h.orig Tue Nov 7 00:48:31 2000 >+++ cdio.h Tue Nov 7 18:21:00 2000 >@@ -283,4 +283,29 @@ > > #define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio) > >+struct ioc_medium >+{ >+ u_int16_t data_length; >+ u_int8_t medium_type; >+#define MST_TYPE_MASK_LOW 0x0f >+#define MST_FMT_NONE 0x00 >+#define MST_DATA_120 0x01 >+#define MST_AUDIO_120 0x02 >+#define MST_COMB_120 0x03 >+#define MST_PHOTO_120 0x04 >+#define MST_DATA_80 0x05 >+#define MST_AUDIO_80 0x06 >+#define MST_COMB_80 0x07 >+#define MST_PHOTO_80 0x08 >+#define MST_TYPE_MASK_HIGH 0x70 >+#define MST_CDROM 0x00 >+#define MST_CDR 0x10 >+#define MST_CDRW 0x20 >+#define MST_NO_DISC 0x70 >+#define MST_DOOR_OPEN 0x71 >+#define MST_FMT_ERROR 0x72 >+}; >+ >+#define CDIOCGETMEDIUM _IOWR('c',32,struct ioc_medium) >+ > #endif /* !_SYS_CDIO_H_ */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22664
:
11518
| 11519 |
11520