Date: Mon, 26 Jun 2000 21:25:37 +0200 From: Guido van Rooij <guido@gvr.org> To: Mike Pritchard <mpp@mppsystems.com> Cc: Peter Wemm <peter@netplex.com.au>, current@FreeBSD.ORG Subject: Re: HEADS UP!: config changes... Message-ID: <20000626212537.A51266@gvr.gvr.org> In-Reply-To: <20000624183247.A9232@mppsystems.com>; from Mike Pritchard on Sat, Jun 24, 2000 at 06:32:47PM -0500 References: <20000613231829.2F4BF1CD7@overcee.netplex.com.au> <20000624183247.A9232@mppsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 24, 2000 at 06:32:47PM -0500, Mike Pritchard wrote: > > SYNOPSIS > device isa > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > > > Should this become: > > SYNOPSIS > device isa > device ata > hint.ata.0.at="isa" > hint.ata.0.port="0x1F0" > hint.ata.0.irq="14" > hint.ata.1.at="isa" > hint.ata.1.port="0x170" > How about adding a hint to the hint driver itself. E.g. SYNOPSIS device isa device ata hint "hintsfile" # see hint(4) -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000626212537.A51266>