> Take a look in the linux kernel directory tree. There is a file in
> there Documentation/scsi.txt that lists the module names and what they
...
> ===== Block Devices =====
> - Include IDE/ATAPI Support
> + SCSI Emulation Support
> ===== SCSI Support =====
> + SCSI Support
> + SCSI Generic Support
...
> -Rob
Thanks Rob, those'r good tips!! but...
I've been having trouble getting new kernels working:
I have lately been doing make dep/modules/bzImage,
then copying the arch/i386/bzImage to my /boot dir
and adding an entry in lilo.conf to accomodate it
(often cut&paste from a previous working entry)
then running lilo
Is there a step missing??
I was playing around with make bzlilo
but cannot make sense of what it's doing...
seems to be making a map file on /boot
but putting the kernel image on / <grr>
help; the error is in not being able to mount root
(I declare root= explicitly in each lilo.conf entry,
the same as for other .conf entries that work!)
ben