From owner-freebsd-questions@FreeBSD.ORG Tue Jan 16 03:41:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC20D16A492 for ; Tue, 16 Jan 2007 03:41:27 +0000 (UTC) (envelope-from dghatikachalam@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 7098913C45E for ; Tue, 16 Jan 2007 03:41:27 +0000 (UTC) (envelope-from dghatikachalam@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1861811wxc for ; Mon, 15 Jan 2007 19:41:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=O3zEvB8mXLA4AhytFZyF2Pdhi6I1sRXD3Opkt/6iXjdgewlrSDQeIQGWaJAflYPZa2vCkH80o59lmYRpnv+gu0hSl+8BDkygsJmNlFnotRWf/g/FrjuIvc3H4hjCs3KWMWZeryLodzQdmWMhi8orQCHAMwP9zUrMF3UB5ul0DHE= Received: by 10.70.122.11 with SMTP id u11mr9426599wxc.1168918886217; Mon, 15 Jan 2007 19:41:26 -0800 (PST) Received: by 10.70.52.12 with HTTP; Mon, 15 Jan 2007 19:41:26 -0800 (PST) Message-ID: Date: Mon, 15 Jan 2007 22:41:26 -0500 From: "Dak Ghatikachalam" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kernel messages question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jan 2007 03:41:27 -0000 Hi Freebsd When there is messages in /var/log/messages as seen below # bzip2 -d -c messages.0.bz2|grep sio4 Jan 12 22:32:42 DAK kernel: sio4: at port 0x3e8-0x3ee irq 22 function 0 config 32 on pccard0 Jan 12 22:32:42 DAK kernel: sio4: type 8250 or not responding Jan 12 22:32:42 DAK kernel: sio4: unable to activate interrupt in fast mode - using normal mode Does that mean that pccard0 is the device driver for thsi Sierra Wireless card ? If yes how can I probe that to make sure it responds with hat driver. Thanks DAk