FreeBSD Bugzilla – Attachment 10588 Details for
Bug 21175
ISA DMA channels 4-7 operate on wrong memory area
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 360 bytes, created by
mbendiks
on 2000-09-10 20:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mbendiks
Created:
2000-09-10 20:50:00 UTC
Size:
360 bytes
patch
obsolete
>--- isa_dma.c.orig Sun Sep 10 21:44:53 2000 >+++ isa_dma.c Sun Sep 10 21:45:12 2000 >@@ -317,9 +317,9 @@ > /* send start address */ > waport = DMA2_CHN(chan - 4); > outb(waport, phys>>1); > outb(waport, phys>>9); >- outb(dmapageport[chan], phys>>16); >+ outb(dmapageport[chan], phys>>17); > > /* send count */ > nbytes >>= 1; > outb(waport + 2, --nbytes);
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 21175
: 10588