From owner-freebsd-current@FreeBSD.ORG Tue Aug 16 14:11:51 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 1294716A41F for ; Tue, 16 Aug 2005 14:11:51 +0000 (GMT) (envelope-from virenshah@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80EF143D45 for ; Tue, 16 Aug 2005 14:11:49 +0000 (GMT) (envelope-from virenshah@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so956059rne for ; Tue, 16 Aug 2005 07:11:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=teuUiF8QOYfYjhiqP9j/5Sxc0Wl+7b7g2hlRcVMz/A57HDCxq6xPfkn62mDKm0/0zZfWDZay4vy6KoqBDetEZ3RgCPDEALOBz7ITKk9QjFqquSILXhKSCDdfXSjpyC09QUjtljb50kgW08OIjVLQXCib7JxptHKImPWurArBpXU= Received: by 10.38.101.7 with SMTP id y7mr2352247rnb; Tue, 16 Aug 2005 07:11:49 -0700 (PDT) Received: by 10.38.208.70 with HTTP; Tue, 16 Aug 2005 07:11:49 -0700 (PDT) Message-ID: <6f230735050816071119a68618@mail.gmail.com> Date: Tue, 16 Aug 2005 10:11:49 -0400 From: Viren Shah To: Giorgos Keramidas In-Reply-To: <20050816124525.GA31411@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050816124525.GA31411@flame.pc> Cc: freebsd-current@freebsd.org Subject: Re: if_dc panics with 3Com OfficeConnect 10/100B PCI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 16 Aug 2005 14:11:51 -0000 On 8/16/05, Giorgos Keramidas wrote: > When I compile the ``dc'' driver into my kernel or load it as a module > though, a relatively recent CURRENT (updated yesterday, 14 Aug 2005) > panics after a port mapping failure. >=20 > The same panic happens when the device is configured into the kernel or > when I kldload if_dc. Is anyone else using ``dc'' interfaces on CURRENT > and seeing similar problems? I'm running a -current kernel from today morning just fine.=20 bandersnatch# ifconfig dc0 dc0: flags=3D108843 mtu = 1500 options=3D8 inet6 fe80::210:a4ff:fe7b:e2f4%dc0 prefixlen 64 scopeid 0x3 inet 192.168.2.127 netmask 0xffffff00 broadcast 192.168.2.255 ether 00:10:a4:7b:e2:f4 media: Ethernet autoselect (100baseTX ) status: active FreeBSD bandersnatch.virtc.com 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Tue Aug 16 06:23:46 EDT 2005 =20 root@bandersnatch.virtc.com:/usr/obj/usr/src/sys/BANDERSNATCH i386 The dc driver is compiled into the kernel Viren > - Giorgos