Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 13:50:30 +0100
From:      Bruce M Simpson <bms@spc.org>
To:        Nate Lawson <nate@root.org>
Cc:        hackers@freebsd.org, hardware@freebsd.org, Dan Larsson <dl@tyfon.net>
Subject:   Re: Getting /dev/smb* to work.
Message-ID:  <20020829125029.GL24795@spc.org>
In-Reply-To: <Pine.BSF.4.21.0208281344110.78198-100000@root.org>
References:  <20020828100722.GH24795@spc.org> <Pine.BSF.4.21.0208281344110.78198-100000@root.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <Intel 82371AB Power management controller> 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: <System Management Bus> on intsmb0
smb0: <SMBus general purpose I/O> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020829125029.GL24795>