| Summary: | ppc0 panics on DMA with drq set to 0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | cgull <cgull> | ||||
| Component: | i386 | Assignee: | dfr | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | nsouch | ||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
cgull
2000-11-03 11:00:02 UTC
Your patch is reversed, right? On Fri, 03 Nov 2000 05:59:38 EST, cgull@owl.org wrote: > --- ppc.c Fri Nov 3 05:06:31 2000 > +++ /usr/src/sys/isa/ppc.c Sat Jul 22 05:09:36 2000 > @@ -1657,7 +1657,7 @@ > */ > if ((ppc->ppc_avm & PPB_ECP) && (ppc->ppc_registered)) { > > - if (ppc->ppc_dmachan > 0) { > + if (ppc->ppc_dmachan >= 0) { > > /* byte mode, no intr, no DMA, dir=0, flush fifo > */ Ciao, Sheldon. Responsible Changed From-To: freebsd-bugs->dfr With the right mental gymnastics, one could think of Doug as the maintainer. :-) State Changed From-To: open->closed Fixed in -current and RELENG_4. Note that the patch proposed was actually reversed. |