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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/