From owner-freebsd-hardware Fri Apr 5 14:26:38 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17138 for hardware-outgoing; Fri, 5 Apr 1996 14:26:38 -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 OAA17131 for ; Fri, 5 Apr 1996 14:26:35 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id IAA26485; Sat, 6 Apr 1996 08:23:36 +1000 Date: Sat, 6 Apr 1996 08:23:36 +1000 From: Bruce Evans Message-Id: <199604052223.IAA26485@godzilla.zeta.org.au> To: Brett_Glass@ccgate.infoworld.com, bde@zeta.org.au, 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 >> They don't exist. Using `flags 1234' in the config file is a syntax >> error for non-isa devices. >Interesting. If it's an error in "syntax," are you sure that the problem is >that the flags do not exist? Or is it that the number should be in hex >(i.e. 0x1234)? It's an error because the grammar only supports flags for isa devices (same as it only supports irq for isa devices...). >The configuration editor does show flags as available. Whether or not any >flags are used, the mechanism is there. cd0 doesn't even appear in the config editor. The config editor essentially only handles the arrays of isa devices, and cd0 isn't there. Bruce