Is it possible to configure the Linux kernel with PCMCIA support
so that it will recognize an Adaptec 1460A slimSCSI PCMCIA card
sooner than it does now?
Right now in order to use an external SCSI linux disk, we must hook
the laptop to a docking station with a built in SCSI host adapter.
The kernel resides on the internal dos disk in the laptop. Using
loadlin, the kernel is ran which then goes out and finds the external
Linux disk, mounts the root partition and brings up Linux.
What we want to do is elimitate the docking station and hook up the
external Linux SCSI disk to the PCMCIA scsi card. The problem is
that the PCMCIA support isn't loaded until it executes the rc.pcmcia
script which is located in the /etc/rc.d directory on the external
disk. This presents us with a bit of a catch 22. If the PCMCIA SCSI
adapter can be recognized in the kernel then we could boot up using
the above senario but without the docking station.
Any ideas on this?
Thanks,
Roger