summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/devfs/modules.conf
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
commit482368b1a8e45430672c58c9a42e7d2004367126 (patch)
treece2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /Documentation/filesystems/devfs/modules.conf
parente4d0251c6f56ab2e191afb70f80f382793e23f74 (diff)
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'Documentation/filesystems/devfs/modules.conf')
-rw-r--r--Documentation/filesystems/devfs/modules.conf89
1 files changed, 89 insertions, 0 deletions
diff --git a/Documentation/filesystems/devfs/modules.conf b/Documentation/filesystems/devfs/modules.conf
new file mode 100644
index 000000000..273568c3f
--- /dev/null
+++ b/Documentation/filesystems/devfs/modules.conf
@@ -0,0 +1,89 @@
+# Sample entries for /etc/modules.conf for devfs
+
+###############################################################################
+# Configuration section: change to suit
+#
+alias /dev/sound sb
+alias /dev/v4l bttv
+alias gen-watchdog pcwd
+alias gen-md raid0
+alias /dev/joysticks joystick
+probeall scsi-hosts sym53c8xx
+
+###############################################################################
+# Generic section: do not change
+#
+# All HDDs
+probeall /dev/discs scsi-hosts sd_mod ide-probe-mod ide-disk DAC960
+
+# All CD-ROMs
+probeall /dev/cdroms scsi-hosts sr_mod ide-probe-mod ide-cd
+
+# All tapes
+probeall /dev/tapes scsi-hosts st ide-probe-mod ide-tape
+
+# All SCSI devices
+probeall /dev/scsi scsi-hosts sd_mod sr_mod st sg
+
+# All IDE devices
+probeall /dev/ide ide-probe-mod ide-disk ide-cd ide-tape ide-floppy
+
+# SCSI HDDs
+probeall /dev/sd scsi-hosts sd_mod
+alias /dev/sd* /dev/sd
+
+# SCSI CD-ROMs
+probeall /dev/sr scsi-hosts sr_mod
+alias /dev/sr* /dev/sr
+
+# SCSI tapes
+probeall /dev/st scsi-hosts st
+alias /dev/st* /dev/sr
+alias /dev/nst* /dev/st
+
+# SCSI generic
+probeall /dev/sg scsi-hosts sg
+alias /dev/sg* /dev/sg
+
+# Floppies
+alias /dev/floppy floppy
+alias /dev/fd* floppy
+
+# RAMDISCs
+alias /dev/rd rd
+alias /dev/ram* rd
+
+# Loop devices
+alias /dev/loop* loop
+
+# Meta devices
+alias /dev/md* gen-md
+
+# Parallel port printers
+alias /dev/printers lp
+alias /dev/lp* lp
+
+# Soundcard
+alias /dev/audio /dev/sound
+alias /dev/mixer /dev/sound
+alias /dev/dsp /dev/sound
+alias /dev/dspW /dev/sound
+alias /dev/midi /dev/sound
+
+# Joysticks
+alias /dev/js* /dev/joysticks
+
+# Serial ports
+alias /dev/tts serial
+alias /dev/ttyS* /dev/tts
+alias /dev/cua* /dev/tts
+
+# Miscellaneous devices
+alias /dev/watchdog gen-watchdog # alias for gen-watchdog needed!
+alias /dev/atibm atixlmouse
+alias /dev/inportbm msbusmouse
+alias /dev/logibm busmouse
+
+# Video capture devices
+alias /dev/video* /dev/v4l
+alias /dev/vbi* /dev/v4l