Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 11:06:27 +0200
From:      Bernd Walter <ticso@cicely8.cicely.de>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Lars Eggert <larse@ISI.EDU>, ticso@cicely.de, current <current@FreeBSD.ORG>
Subject:   Re: kernel panic when booting with USB CF reader
Message-ID:  <20021022090627.GS14571@cicely8.cicely.de>
In-Reply-To: <8494.1035238225@critter.freebsd.dk>
References:  <3DB479FC.6090108@isi.edu> <8494.1035238225@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 22, 2002 at 12:10:25AM +0200, Poul-Henning Kamp wrote:
> In message <3DB479FC.6090108@isi.edu>, Lars Eggert writes:
> 
> >umass0: SanDisk Corporation ImageMate CompactFlash USB, rev 1.10/0.09, 
> >addr 5
> >umass0: Get Max Lun not supported (STALLED)
> >da2 at umass-sim0 bus 0 target 0 lun 0
> >da2: <SanDisk ImageMate II 1.30> Removable Direct Access SCSI-2 device
> >da2: 1.000MB/s transfers
> >da2: 1027MB (2104705 512 byte sectors: 0H 0S/T 0C)
> >
> >but there's only /dev/da2 under /dev, and no entries for the slices. 
> >Shouldn't devfs or usbd or something create them automatically, since 
> >MAKEDEV is no more?
> 
> You can probably trigger a re-examination of the device by opening
> it for write and closing again.
> 
> Something as simple as
> 	sh -c "true 4>/dev/da2"
> may do the trick.

It's just the Name that don't exist.
Some time ago I was told to just open the device even if there is no
node listable in /dev.
E.g. mount_msdosfs /dev/da2s1 /mnt

This is a pre GEOM scenario, so it might have been fixed.
Also the panic is a pre GEOM panic - at least for me.
I wouldn't give it much time to debug before rechecking with a
recent kernel.

I can't update my machine right now, but if Lars could update his
system and recheck the situation...

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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