Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 1997 18:35:49 -0800 (PST)
From:      Simon Shapiro <Shimon@i-Connect.Net>
To:        freebsd-scsi@freebsd.org, FreeBSD-hackers@freebsd.org
Subject:   Device Not Ready, 2nd Posting
Message-ID:  <XFMail.970215185743.Shimon@i-Connect.Net>

next in thread | raw e-mail | index | archive | help
I added the worm drive to both 2.2-BETA and 3.0-before_the_explosion with
the result that it tells me

``Device not configured'' from wormcontrol.  It did ``work'' for a while,
then we rebooted and now it is very persistant.

The worm support was added by adding:

   device worm0 at scbus?

to the config file.

Then we also added:

    disk           worm6 at scbus0 target 6 unit 0

Still the same thing.

nm on the kernel reveals that the code is there:

...
f0197e88 t _worm_rezero_unit
f0197898 t _worm_size
f0197a7c t _worm_strategy
f01e8a0c d _worm_switch
f01978e4 t _wormattach
f0197814 t _wormclose
f01e8ae0 d _wormdev_sys_init
f01977c8 T _worminit
f01977f4 t _wormioctl
f0197830 t _wormminphys
f01977d8 t _wormopen
f0197914 t _wormstart
f0197844 t _wormstrategy
f01977b8 t _wormunit
f01977b0 F worm.o


So what gives?

Simon



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