I have a patch here to the pcnet32 driver that is needed to get
HomePNA cards working under 2.4.  I was working with the maintainer of
the driver to test this, but this does not seem to have made it into 
the 2.4.0 kernel.

Any ideas as to what I should do?

*** pcnet32.c~  Mon Dec 11 15:38:29 2000
--- pcnet32.c   Sat Dec 16 03:43:22 2000
***************
*** 582,593 ****
         */
        /* switch to home wiring mode */
        media = a->read_bcr (ioaddr, 49);
- #if 0
        if (pcnet32_debug > 2)
            printk(KERN_DEBUG "pcnet32: pcnet32 media value %#x.\n",  media);
        media &= ~3;
        media |= 1;
! #endif
        if (pcnet32_debug > 2)
            printk(KERN_DEBUG "pcnet32: pcnet32 media reset to %#x.\n",  media);
        a->write_bcr (ioaddr, 49, media);
--- 582,592 ----
         */
        /* switch to home wiring mode */
        media = a->read_bcr (ioaddr, 49);
        if (pcnet32_debug > 2)
            printk(KERN_DEBUG "pcnet32: pcnet32 media value %#x.\n",  media);
        media &= ~3;
        media |= 1;
! 
        if (pcnet32_debug > 2)
            printk(KERN_DEBUG "pcnet32: pcnet32 media reset to %#x.\n",  media);
        a->write_bcr (ioaddr, 49, media);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to