blob: 79de3955c833d0e4c503ace154304fcdd6be81da (
plain)
1
2
3
4
5
|
# cdrw support.
# make sure that we load the scsi emulation for the generic scsi drivers
alias /dev/sg* /dev/sg
alias /dev/scsi/*/generic /dev/sg
probeall /dev/sg sg scsi_mod sr_mod ide-scsi
|