Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 1996 13:08:16 +0930 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        Brett_Glass@ccgate.infoworld.com (Brett Glass)
Cc:        msmith@atrad.adelaide.edu.au, jkh@time.cdrom.com, hardware@freebsd.org
Subject:   Re: Some solutions to disk problems.... I think.
Message-ID:  <199604060338.NAA02863@genesis.atrad.adelaide.edu.au>
In-Reply-To: <9603048286.AA828655946@ccgate.infoworld.com> from "Brett Glass" at Apr 4, 96 02:49:50 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Brett Glass stands accused of saying:
> > are dynamically allocated at probe time, much too late for something
> > like userconfig() to be of use.
> 
> Then what are the configuration flags for devices such as cd0, etc.?
> Chopped liver? ;-)

There are no configuration flags for the SCSI devices.  The collection :

device st0
device sd0
device cd0

provides for an unlimited number of tape, disk and CDrom devices.  Because
the devices are created _at_probe_time_, there are no exposed flags.
The devices don't exist beforehand, ergo they cannot possibly
have flags to expose.

Whilst one could, concievably, specify a 'flags' argument to a 
hardwired SCSI device, the value isn't consulted, so it doesn't count 
as exposed 8)

-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 0411-222-496       [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] Collector of old Unix hardware.      "Where are your PEZ?" The Tick  [[



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