FreeBSD Bugzilla – Attachment 11518 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), 413 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:
413 bytes
patch
obsolete
>--- atapi-cd.c.orig Tue Nov 7 00:42:38 2000 >+++ atapi-cd.c Tue Nov 7 18:12:10 2000 >@@ -995,6 +995,14 @@ > error = acd_setchan(cdp, CHANNEL_1, CHANNEL_1, 0, 0); > break; > >+ case CDIOCGETMEDIUM: >+ { >+ struct ioc_medium *m = (struct ioc_medium *)addr; >+ m->data_length = cdp->cap.data_length; >+ m->medium_type = cdp->cap.medium_type; >+ } >+ break; >+ > case CDRIOCBLANK: > error = acd_blank(cdp); > break;
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