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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: HEADS UP!: config changes... Mike Smith
- Re: HEADS UP!: config changes... Matthew Jacob
- Re: HEADS UP!: config changes... Michael Wlliams
- Re: HEADS UP!: config changes..... Daniel C. Sobral
- Re: HEADS UP!: config changes... Marc van Woerkom
- Re: HEADS UP!: config changes... Marc van Woerkom
- RE: HEADS UP!: config changes... Daniel O'Connor
- Re: HEADS UP!: config changes... Mike Pritchard
- Re: HEADS UP!: config changes... Daniel C. Sobral
- Re: HEADS UP!: config changes... Sheldon Hearn
- Re: HEADS UP!: config changes... Guido van Rooij
- Re: HEADS UP!: config changes... Mike Pritchard
