FreeBSD Bugzilla – Attachment 5713 Details for
Bug 13468
[PATCH] incorrect wakeup argument in atapi_free()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 481 bytes, created by
Vsevolod Lobko
on 1999-08-30 13:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Vsevolod Lobko
Created:
1999-08-30 13:40:01 UTC
Size:
481 bytes
patch
obsolete
>Index: atapi.c >=================================================================== >RCS file: /home/free_rep/src/sys/i386/isa/atapi.c,v >retrieving revision 1.34 >diff -u -r1.34 atapi.c >--- atapi.c 1999/04/19 18:44:16 1.34 >+++ atapi.c 1999/08/30 12:22:41 >@@ -507,11 +507,10 @@ > > static void atapi_free (struct atapi *ata, struct atapicmd *ac) > { >- if (! ata->free) >- wakeup ((caddr_t)&ata); > ac->busy = 0; > ac->next = ata->free; > ata->free = ac; >+ wakeup ((caddr_t)ata); > } > > /*
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 13468
: 5713