From owner-freebsd-current@FreeBSD.ORG Sat Apr 10 10:20:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4BA316A4CE for ; Sat, 10 Apr 2004 10:20:12 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-46.apple.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24EC43D1D for ; Sat, 10 Apr 2004 10:20:12 -0700 (PDT) (envelope-from itinerant@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i3AHKBJq013003 for ; Sat, 10 Apr 2004 10:20:11 -0700 (PDT) Received: from mac.com (82-32-116-200.cable.ubr03.hawk.blueyonder.co.uk [82.32.116.200]) (authenticated bits=0)i3AHK9BP018993; Sat, 10 Apr 2004 10:20:10 -0700 (PDT) Message-ID: <40782CC8.9050803@mac.com> Date: Sat, 10 Apr 2004 18:20:08 +0100 From: Pete Carss User-Agent: Mozilla Thunderbird 0.5 (X11/20040401) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David Wolfskill"@mac.com, freebsd-current@freebsd.org References: <4078277F.7050401@mac.com> <200404101704.i3AH4JYa026123@bunrab.catwhisker.org> In-Reply-To: <200404101704.i3AH4JYa026123@bunrab.catwhisker.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Cisco driver stopped working with -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 17:20:13 -0000 David Wolfskill wrote: > FWIW, I am not seeing the problem. On the other hand, I'm not using > pccardd in -CURRENT (rather, I'm using devd & a NEWCARD-based kernel). > > g1-15(5.2-C)[1] uname -a > FreeBSD g1-15.catwhisker.org 5.2-CURRENT FreeBSD 5.2-CURRENT #138: Sat Apr 10 09:30:36 PDT 2004 root@g1-15.catwhisker.org:/common/S3/obj/usr/src/sys/LAPTOP_30W i386 > g1-15(5.2-C)[2] dmesg | grep -C an0 > pccard1: function 0: network adapter, ccr addr 3e0 mask 7 > pccard1: function 0, config table entry 5: I/O card; irq mask ffff; iomask 6, iospace 0-3f; io16 irqlevel > an0: at port 0x100-0x13f irq 11 function 0 config 5 on pccard1 > an0: got RSSI <-> dBM map > an0: supported rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > an0: bpf attached > an0: Ethernet address: 00:40:96:32:19:a9 > an0: [GIANT-LOCKED] > acpi_tz0: failed to deactivate \\_TZ_.FAN1 - AE_BAD_PARAMETER > acpi_tz0: failed to deactivate \\_TZ_.FAN0 - AE_BAD_PARAMETER > g1-15(5.2-C)[3] netstat -nrf inet > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 172.17.0.1 UGS 0 1091 an0 > 127.0.0.1 127.0.0.1 UH 1 2868 lo0 > 172.17 link#3 UC 0 0 an0 > 172.17.0.1 00:40:33:39:9f:ce UHLW 1 0 an0 871 > 172.17.1.15 127.0.0.1 UGHS 0 9929 lo0 > g1-15(5.2-C)[4] > > Peace, > david Is pccard deprecated in -current? I'll happiy move over to a different system, can anyone point me to a good source on devd and NEWCARD - I'm unfamiliar with both at the moment... Pete