From owner-cvs-all Wed Apr 14 12:42:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC6CE14DE6; Wed, 14 Apr 1999 12:42:28 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA01537; Wed, 14 Apr 1999 12:40:08 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199904141940.MAA01537@freefall.freebsd.org> From: Bill Paul Date: Wed, 14 Apr 1999 12:40:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pn.c if_pnreg.h src/share/man/man4/man4.i386 pn.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/04/14 12:40:08 PDT Modified files: sys/pci if_pn.c if_pnreg.h share/man/man4/man4.i386 pn.4 Log: Grrr. Make all modes work properly with the 82c168 chip and built-in transceiver. Note in the manual page that autoselection doesn't work on the 82c168 because the built-in NWAY support is horribly broken. Manual mode selection works fine, but autoneg is broken for everything except maybe 10Mbps half-duplex. There's no simple way to fix this at the moment, so I have to settle for documenting the bug for now. Fortunately, there aren't anywhere near as many 82c168 boards around as there are 82c169s. Revision Changes Path 1.16 +33 -14 src/sys/pci/if_pn.c 1.10 +2 -1 src/sys/pci/if_pnreg.h 1.4 +9 -10 src/share/man/man4/man4.i386/pn.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message