a few typos created the nice chain of events:
authorAaron Klingaman <alk@cs.princeton.edu>
Thu, 28 Apr 2005 18:23:11 +0000 (18:23 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Thu, 28 Apr 2005 18:23:11 +0000 (18:23 +0000)
commitb7aaf6109660af4268692b2ceda7cb7f8ef1cd25
treebf5e12107e329d5f6940f5997376c642af3f9cd7
parente99a57ffcbdb15b256888bf3096aa3ca2966199a
a few typos created the nice chain of events:
1. modules.dep was not being read for the list of modules
2. the script merges pcitable (from hwdata) based on the list of modules
   (which wasn't present)
3. this resulted in a few modules not being loaded by the boot cd when
   appropriate, including the mptscsih driver for the scsi controllers
   in dell 1850s
the cd worked fine otherwise because it successfully read modules.pcimap
which is generated based on the PCI_ENTRY fields in the drivers. For some
reason, the mptscsih driver DOESN'T have a PCI_ENTRY in its driver,
so it doesn't show up there. fedora's pcitable (from hwdata) has
it, which is why the two sources need to be merged.
scripts/rewrite-pcitable.py