OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
914 B

  1. ########################################################################
  2. #
  3. # Description : 40-modprobe.rules
  4. #
  5. # Authors : Based on Open Suse Udev Rules
  6. # kay.sievers@suse.de
  7. #
  8. # Adapted to : Jim Gifford
  9. # LFS : Alexander E. Patrakov
  10. #
  11. # Version : 00.01
  12. #
  13. # Notes :
  14. #
  15. ########################################################################
  16. # scsi
  17. SUBSYSTEM=="scsi_device", ACTION=="add", ATTRS{type}=="0|7|14", RUN+="/sbin/modprobe sd_mod"
  18. SUBSYSTEM=="scsi_device", ACTION=="add", ATTRS{type}=="1", SYSFS{device/vendor}=="On[sS]tream", RUN+="/sbin/modprobe osst"
  19. SUBSYSTEM=="scsi_device", ACTION=="add", ATTRS{type}=="1", RUN+="/sbin/modprobe st"
  20. SUBSYSTEM=="scsi_device", ACTION=="add", ATTRS{type}=="[45]", RUN+="/sbin/modprobe sr_mod"
  21. SUBSYSTEM=="scsi_device", ACTION=="add", RUN+="/sbin/modprobe sg"
  22. # floppy
  23. KERNEL=="nvram", ACTION=="add", RUN+="load_floppy_module.sh"