From owner-freebsd-bugs Sat Oct 9 12:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAD8F14DB5 for ; Sat, 9 Oct 1999 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA56451; Sat, 9 Oct 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 9 Oct 1999 12:40:01 -0700 (PDT) Message-Id: <199910091940.MAA56451@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ken Lui Subject: Re: kern/13062: lnc ethernet xmit underflow problem Reply-To: Ken Lui Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13062; it has been noted by GNATS. From: Ken Lui To: freebsd-gnats-submit@freebsd.org, rajit@csl.cornell.edu Cc: Subject: Re: kern/13062: lnc ethernet xmit underflow problem Date: Sat, 09 Oct 1999 12:33:00 -0700 I have experienced the same thing on my Kayak XU. While it doesn't have an Am79C972, it has instead a Symbios/NCR ultra-wide SCSI/PCnet-FAST ethernet combination card. The 971's data sheet says it has the same NOUFLO control bit. Making your patch work with 971 and above chipssets requires changing: if (sc->nic.ic > PCnet_FAST) to if (sc->nic.ic==PCnet_FAST || sc->nic.ic==PCnet_FASTplus) Ken p.s. This bit is only applicable to the 971, 972, 973/975 (PCnetFastIII)--not the 970A (and assuming 970, since there's no datasheet for it currently at AMD's website). Relevant kernel messages: Probing for devices on PCI bus 2: ncr0: rev 0x26 int a irq 11 on pci2.4.0 lnc1: rev 0x25 int a irq 11 on pci2.5.0 lnc1: PCnet-FAST address [. . .] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message