Date: Tue, 28 Apr 1998 11:06:20 -0500 From: Doug Ledford <dledford@dialnet.net> To: Richard Padley <richardp@macpress.demon.co.uk> Cc: AIC7xxx@FreeBSD.ORG Subject: Re: Can't enable Ultra SCSI Message-ID: <3545FE7C.155FBDEA@dialnet.net> References: <l03102801b16b753c7c6d@[192.168.1.2]>
next in thread | previous in thread | raw e-mail | index | archive | help
Richard Padley wrote: > I have built a new initrd image, the configuration file is I believe: > > [root@macpress /root]# cat /etc/conf.modules > alias scsi_hostadapter aic7xxx > options aic7xxx ultra > alias eth0 ne > options ne io=0x340 irq=10 When using the RedHat-4.2 mkinitrd script, there are two things to remember. One, passing aic7xxx= options to the lilo prompt doesn't effect anything. Two, the variable names in the conf.modules file have to be modified (to properly reflect the actual global variable in use). So, change the conf.options file above to have the line: options aic7xxx aic7xxx_ultra=1 and make sure you have the latest mkinitrd package from the RedHat errata set or else mkinitrd will munge that option line to something unuseable. -- Doug Ledford <dledford@dialnet.net> Opinions expressed are my own, but they should be everybody's. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe aic7xxx" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3545FE7C.155FBDEA>