home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / Chip_2002-07_cd2.bin / suse / disks / modules1 / module.config < prev   
Text File  |  2002-04-15  |  1KB  |  49 lines

  1. ; module line format:
  2. ;        module,description,parameter,pre_install,post_install,initrd,auto
  3. ;
  4. ; module:    the actual module name (without '.o')
  5. ; description:    a short description; leave it blank if you do not want this module
  6. ;         to be displayed in linuxrc
  7. ; parameter:    module parameters
  8. ; pre_install:    space separated list of modules to be loaded before the module
  9. ; post_install:    space separated list of modules to be loaded after the module
  10. ; initrd:    set it to 1 if you want this module to be added to the initrd
  11. ;        of the installed system
  12. ; auto:        set it to 1 if it _would_ be safe to always load this module
  13. ;
  14.  
  15.  
  16. [USB]
  17. MoreModules=initrd
  18. ModDisk=1
  19.  
  20. usbcore
  21. usb-uhci,UHCI Host Controller Driver,,usbcore,input hid keybdev
  22. uhci,Alternative UHCI Host Controller Driver,,usbcore,input hid keybdev
  23. usb-ohci,OHCI Host Controller Driver,,usbcore,input hid keybdev
  24. ehci-hcd,EHCI Host Controller Driver,,usbcore,input hid keybdev
  25. input
  26. hid,,,input usbcore
  27. keybdev,,,input
  28. usb-storage,USB Mass Storage Device Driver,,usbcore
  29. pegasus,Pegasus/Pegasus II based USB-Ethernet,,usbcore
  30.  
  31.  
  32. [file system]
  33. MoreModules=fs-modules
  34. ModDisk=1
  35.  
  36. ext3,Ext3,-,jbd
  37. jbd,,-
  38. jfs,JFS,-
  39. reiserfs,ReiserFS,-
  40. smbfs,SMB,-
  41. vfat,VFAT,-,fat
  42. cramfs,CRAMFS,-
  43. xfs,XFS,-,xfs_support xfs_dmapi
  44. xfs_support,,-
  45. xfs_dmapi,,-,xfs_support
  46. ntfs,NTFS (read only),-
  47.  
  48.  
  49.