From owner-freebsd-hardware Thu Aug 29 5:51:32 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C14337B400 for ; Thu, 29 Aug 2002 05:51:29 -0700 (PDT) Received: from insomnia.spc.org (insomnia.spc.org [195.224.94.183]) by mx1.FreeBSD.org (Postfix) with SMTP id 428F143E88 for ; Thu, 29 Aug 2002 05:51:28 -0700 (PDT) (envelope-from bms@insomnia.spc.org) Received: (qmail 13557 invoked by uid 1031); 29 Aug 2002 12:50:30 -0000 Date: Thu, 29 Aug 2002 13:50:30 +0100 From: Bruce M Simpson To: Nate Lawson Cc: hackers@freebsd.org, hardware@freebsd.org, Dan Larsson Subject: Re: Getting /dev/smb* to work. Message-ID: <20020829125029.GL24795@spc.org> References: <20020828100722.GH24795@spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Aug 28, 2002 at 01:46:33PM -0700, Nate Lawson wrote: > What error is open or ioctl returning in your ktrace? EINVAL? boot -v > will give you more info about the attach progress. triage:/tmp % s ktrace healthd -S -d ioctl(SMB_READB): Device not configured InitMBInfo: Device not configured Exit 1 ...skipping... 549 healthd NAMI "/dev/smb0" 549 healthd RET open 3 549 healthd CALL ioctl(0x3,SMB_READB,0xbfbfe9cc) 549 healthd RET ioctl -1 errno 6 Device not configured 549 healthd CALL ioctl(0x3,SMB_READB,0xbfbfe9cc) 549 healthd RET ioctl -1 errno 6 Device not configured boot -v returns thus:- intpm0: port 0x1040-0x104f irq 9 at device 7.3 on pci0 intpm0: I/O mapped 1040 intpm0: intr IRQ 9 enabled revision 0 using shared irq9. smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped 8000 triage# ls -l /dev/smb0 crw------- 1 root wheel 106, 0 Aug 18 11:39 /dev/smb0 BMS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message