From owner-freebsd-bugs Sat Dec 7 20:41:55 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA25261 for bugs-outgoing; Sat, 7 Dec 1996 20:41:55 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA25255 for ; Sat, 7 Dec 1996 20:41:47 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id PAA14561; Sun, 8 Dec 1996 15:38:45 +1100 Date: Sun, 8 Dec 1996 15:38:45 +1100 From: Bruce Evans Message-Id: <199612080438.PAA14561@godzilla.zeta.org.au> To: bugs@freebsd.org, tensbum@cinternet.net Subject: Re: Installation Bug Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >In 2.1.5, the book says that ed1 cannot be read through software >configuration. It must either be hard-coded or a "?" place in the IRQ >field. The "Visual" interface never allowed a ? to be entered, but one >could be entered before going to "visual" with an irq ? ed1 command, >then switch to visual. The new 2.1.6 does not appear to let a ? be >enetered in either mode. "?" in the interrupt (or almost any other field) means to read the field from the hardware configuration. `irq ? ed1' has never been the syntax for userconfig. The correct syntax is `irq ed1 ' like the help message says. -1 means "?". Bruce