Re: kern/16767 (A.K.A. Re: Geek Port crash)

2000-05-02 Thread Mike Nowlin
> ...with the enclosed patches, the geek port once again works, but I really DUH! Sent the wrong patch file! Change the following line: > + if (!ppi->intr_resource) { to: > + if (ppi->intr_resource) { (stupid little single-char mistake) mike To Unsubscribe:

kern/16767 (A.K.A. Re: Geek Port crash)

2000-05-02 Thread Mike Nowlin
Lots of crashes, lots of fsck's, and lots of swearing resulted in the following: Opening /dev/ppi* in 4.0 (After Jan 14) causes a panic when the system tries to allocate what appears to be IRQ 0 to the parallel port... I know little about the interrupt handling, so I went after this with the "b