FreeBSD Bugzilla – Attachment 14790 Details for
Bug 27674
IDE Interrupts disabled on resume
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 864 bytes, created by
Sean McNeil
on 2001-05-27 02:30:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sean McNeil
Created:
2001-05-27 02:30:03 UTC
Size:
864 bytes
patch
obsolete
>*** /sys/dev/ata/ata-all.c Thu May 17 03:29:30 2001 >--- ./ata-all.c Sat May 26 18:15:36 2001 >*************** out: >*** 946,952 **** >--- 946,954 ---- > #endif > > /* disable interrupt from device */ >+ #if 0 > if (scp->flags & ATA_QUEUED) >+ #endif > ATA_OUTB(scp->r_altio, ATA_ALTSTAT, ATA_A_IDS | ATA_A_4BIT); > > /* select device */ >*************** out: >*** 974,980 **** >--- 976,984 ---- > ATA_OUTB(scp->r_io, ATA_CMD, command); > > /* enable interrupt */ >+ #if 0 > if (scp->flags & ATA_QUEUED) >+ #endif > ATA_OUTB(scp->r_altio, ATA_ALTSTAT, ATA_A_4BIT); > > if (await(PRIBIO, 10 * hz)) { >*************** out: >*** 1005,1011 **** >--- 1009,1017 ---- > active2str(flags)); > } > /* enable interrupt */ >+ #if 0 > if (scp->flags & ATA_QUEUED) >+ #endif > ATA_OUTB(scp->r_altio, ATA_ALTSTAT, ATA_A_4BIT); > return error; > }
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 27674
: 14790