From owner-freebsd-current Thu Mar 16 7:24:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.6.134]) by hub.freebsd.org (Postfix) with ESMTP id 61EF237BC1C for ; Thu, 16 Mar 2000 07:24:45 -0800 (PST) (envelope-from rcarter@pinyon.org) Received: (from daemon@localhost) by smtp04.primenet.com (8.9.3/8.9.3) id IAA21373 for ; Thu, 16 Mar 2000 08:23:59 -0700 (MST) Received: from ip-83-020.prc.primenet.com(207.218.83.20), claiming to be "pinyon.org" via SMTP by smtp04.primenet.com, id smtpdAAAQUaiOP; Thu Mar 16 08:23:50 2000 Received: from chomsky.Pinyon.ORG (localhost [127.0.0.1]) by pinyon.org (Postfix) with ESMTP id F11B075 for ; Thu, 16 Mar 2000 08:24:10 -0700 (MST) X-Mailer: exmh version 2.1.0 09/18/1999 To: freebsd-current@FreeBSD.ORG Subject: Jumped across a month and left dc behind. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Mar 2000 08:24:10 -0700 From: "Russell L. Carter" Message-Id: <20000316152410.F11B075@pinyon.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been using the dc driver without a hitch but when I updated to current two days ago dc stopped working. Symptoms are no link light on the hub and ifconfig reports . Lights are on on the NIC though. Enumerating the varieties of media/mediaopt has no effect. Fortunately, there is the de driver, geriatric it may be, but it works. Not one thing was changed but the update of a just pre-ipv6 system to current. (Fully expecting to get the full gin-joint treatment here shortly :-) Russell Here's two snippets from messages, 1st with dc configured and then de: Here's the probe for dc, which doesn't work (but used to): Mar 16 07:46:21 chomsky /kernel: CPU: AMD-K7(tm) Processor (503.53-MHz 686-class CPU) Mar 16 07:46:21 chomsky /kernel: Origin = "AuthenticAMD" Id = 0x612 Stepping = 2 Mar 16 07:46:21 chomsky /kernel: Features=0x81f9ff Mar 16 07:46:21 chomsky /kernel: AMD Features=0xc0400000 Mar 16 07:46:21 chomsky /kernel: real memory = 268435456 (262144K bytes) Mar 16 07:46:21 chomsky /kernel: avail memory = 257286144 (251256K bytes) Mar 16 07:46:21 chomsky /kernel: Preloaded elf kernel "kernel" at 0xc02eb000. Mar 16 07:46:21 chomsky /kernel: Pentium Pro MTRR support enabled Mar 16 07:46:21 chomsky /kernel: npx0: on motherboard Mar 16 07:46:21 chomsky /kernel: npx0: INT 16 interface Mar 16 07:46:21 chomsky /kernel: pcib0: on motherboard Mar 16 07:46:21 chomsky /kernel: pci0: on pcib0 Mar 16 07:46:21 chomsky /kernel: pcib1: at device 1.0 on pci0 Mar 16 07:46:21 chomsky /kernel: pci1: on pcib1 Mar 16 07:46:21 chomsky /kernel: isab0: at device 4.0 on pci0 Mar 16 07:46:21 chomsky /kernel: isa0: on isab0 Mar 16 07:46:21 chomsky /kernel: atapci0: port 0xffa0-0xffaf at device 4.1 on pci0 Mar 16 07:46:21 chomsky /kernel: ata0: at 0x1f0 irq 14 on atapci0 Mar 16 07:46:21 chomsky /kernel: ata1: at 0x170 irq 15 on atapci0 Mar 16 07:46:21 chomsky /kernel: pci0: at 4.2 irq 11 Mar 16 07:46:21 chomsky /kernel: pci0: at 4.3 irq 11 Mar 16 07:46:21 chomsky /kernel: chip1: at device 4.4 on pci0 Mar 16 07:46:21 chomsky /kernel: chip2: port 0xc800-0xc803,0xcc00-0xcc03,0xd000-0xd0ff irq 10 at device 4.5 on pci0 Mar 16 07:46:21 chomsky /kernel: dc0: port 0xbc00-0xbc7f mem 0xeeffef80-0xeeffefff irq 12 at device 13.0 on pci0 Mar 16 07:46:21 chomsky /kernel: dc0: Ethernet address: 00:80:c8:63:47:84 Mar 16 07:46:21 chomsky /kernel: miibus0: on dc0 Mar 16 07:46:21 chomsky /kernel: dcphy0: on miibus0 Mar 16 07:46:21 chomsky /kernel: dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto And here is the probe for de, which works: Mar 16 07:56:58 chomsky /kernel: de0: port 0xbc00-0xbc7f mem 0xeeffef80-0xeeffefff irq 12 at device 13.0 on pci0 Mar 16 07:56:58 chomsky /kernel: de0: 21143 [10-100Mb/s] pass 3.0 Mar 16 07:56:58 chomsky /kernel: de0: address 00:80:c8:63:47:84 Mar 16 07:56:58 chomsky /kernel: de0: driver is using old-style compatability shims To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message