FreeBSD Bugzilla – Attachment 13200 Details for
Bug 25240
incomplete CDIOCREADSUBCHANNEL support in atapi-cd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 581 bytes, created by
Tony Finch
on 2001-02-21 01:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tony Finch
Created:
2001-02-21 01:50:01 UTC
Size:
581 bytes
patch
obsolete
>Index: atapi-cd.c >=================================================================== >RCS file: /home/ncvs/src/sys/dev/ata/atapi-cd.c,v >retrieving revision 1.48.2.9 >diff -u -r1.48.2.9 atapi-cd.c >--- atapi-cd.c 2001/01/29 18:07:18 1.48.2.9 >+++ atapi-cd.c 2001/02/21 01:42:14 >@@ -730,6 +730,11 @@ > sizeof(cdp->subchan)>>8, sizeof(cdp->subchan), > 0, 0, 0, 0, 0, 0, 0 }; > >+ if (args->data_format != CD_CURRENT_POSITION) { >+ error = ENODEV; >+ break; >+ } >+ > if (len > sizeof(data) || > len < sizeof(struct cd_sub_channel_header)) { > error = EINVAL;
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 25240
: 13200