From owner-freebsd-hardware Thu Apr 4 21:58:48 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA20849 for hardware-outgoing; Thu, 4 Apr 1996 21:58:48 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA20787 for ; Thu, 4 Apr 1996 21:58:24 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id PAA20528; Fri, 5 Apr 1996 15:50:45 +1000 Date: Fri, 5 Apr 1996 15:50:45 +1000 From: Bruce Evans Message-Id: <199604050550.PAA20528@godzilla.zeta.org.au> To: Brett_Glass@ccgate.infoworld.com, msmith@atrad.adelaide.edu.au Subject: Re: Some solutions to disk problems.... I think. Cc: hardware@freebsd.org, jkh@time.cdrom.com Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Er, no there aren't any exposed flags for the device. SCSI devices >> 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? ;-) They don't exist. Using `flags 1234' in the config file is a syntax error for non-isa devices. Bruce