bios_override usage?
Randy.Dunlap
rddunlap at osdl.org
Mon Apr 4 11:34:41 EDT 2005
forum at ridefix.com wrote:
> Is there any documentation for using the bios_override flag? Where do I
> put this? (using mandrake10, on a 2.6.11.6 kernel)
'modinfo yenta_socket' should tell you:
parmtype: override_bios:uint
parm: override_bios:yenta ignore bios resource allocation
See top of Documentation/kernel-parameters.txt for how to specify
kernel parameters. Quick summary:
for a loadable module: modprobe yenta_socket override_bios=1
(or probably can set it in /etc/modprobe.conf somehow)
on kernel command/boot line, add:
yenta_socket.override_bios=1
Note: this option needs to be added to
Documentation/kernel-parameters.txt .
--
~Randy
More information about the linux-pcmcia
mailing list