Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 1999 20:28:31 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        ijliao@dragon2.net, lcremean@tidalwave.net
Cc:        culverk@wam.umd.edu, freebsd-current@FreeBSD.ORG
Subject:   Re: ide_pci
Message-ID:  <199901110928.UAA17408@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> > options DISABLE_PCI_IDE
>> 
>> i have a question :
>> since this options can solve 2nd ide channel problem, why not introduce this
>> options in LINT ?
>
>This does sound like a good idea to me, but I think there's already been a
>fix committed to wd.c for it. Apparently 
>
>options ALI_V
>
>also does the trick, if you have version 1.182 of wd.c (do ident
>/sys/i386/isa/wd.c to check).

Both of these options are bogus.  DISABLE_PCI_IDE works by arranging
for buggy code in wdprobe() to not be run.  It doesn't actually disable
PCI IDE, since simiilar but non-buggy code in wdgetctlr() is still run.
It disables buggy support for (Promise only?) IDE interfaces with more
than 4 devices.  PCI IDE is disabled by not enabling it in the wdc flags.
ALI_V has no effect except to obfuscate the code.

Bruce

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?199901110928.UAA17408>