Dave May wrote:
> 
> Being a fan of Debian Linux for some time, I wanted to install Debian on
> my own computer in my office (to replace Windows 95 especially).
> Unfortunately, I have a BusLogic FlashPoint LT PCI SCSI adapter, and it's
> not supported currently.
> 
> I found the latest version of the driver which supports my adapter,
> "BusLogic-2.0.9.tar.gz", but its documentation seems to be for other
> flavors of Linux. It generates the following files:
> 
> BusLogic.h          FlashPoint.c        README.BusLogic     RELEASE_NOTES
> BusLogic.c          BusLogic.patch      LICENSE.FlashPoint
> README.FlashPoint
> 
> How can I apply the patch and compile a new kernel to support this driver?
> Can I get this onto my boot disk?
> 
> Dave May

Dave May wrote:
> 
> Being a fan of Debian Linux for some time, I wanted to install Debian on
> my own computer in my office (to replace Windows 95 especially).
> Unfortunately, I have a BusLogic FlashPoint LT PCI SCSI adapter, and it's
> not supported currently.
> 
> I found the latest version of the driver which supports my adapter,
> "BusLogic-2.0.9.tar.gz", but its documentation seems to be for other
> flavors of Linux. It generates the following files:
> 
> BusLogic.h          FlashPoint.c        README.BusLogic     RELEASE_NOTES
> BusLogic.c          BusLogic.patch      LICENSE.FlashPoint
> README.FlashPoint
> 
> How can I apply the patch and compile a new kernel to support this driver?
> Can I get this onto my boot disk?
> 
> Dave May
> 

Why don't you look at the README.BusLogic file?
I cut and paste here anyway.

                                 INSTALLATION

This distribution was prepared for Linux kernel version 2.0.29, but
should be
compatible with 2.0.4 or any later 2.0 series kernel.

To install the new BusLogic SCSI driver, you may use the following
commands,
replacing "/usr/src" with wherever you keep your Linux kernel source
tree:

  cd /usr/src
  tar -xvzf BusLogic-2.0.9.tar.gz
  mv README.* LICENSE.* BusLogic.[ch] FlashPoint.c linux/drivers/scsi
  patch -p < BusLogic.patch
  cd linux
  make config
  make depend
  make zImage

Then install "arch/i386/boot/zImage" as your standard kernel, run lilo
if
appropriate, and reboot.

Be sure to answer "y" to the "BusLogic SCSI support" query during the
"make
config" step.  If your system was already configured for the old
BusLogic
driver or for an older version of this driver, you may omit the "make
config"
step above.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to