VP5500/modules: Unterschied zwischen den Versionen
Aus LaborWiki
Soeren (Diskussion | Beiträge) K (Die Seite wurde neu angelegt: „lsmod output from the standard installation: <pre> Module Size Used by mcf25 195376 2 doze 8784 2 kpp …“) |
Soeren (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 28: | Zeile 28: | ||
hhwstrap 2208 0 [kpp gpio systclk] | hhwstrap 2208 0 [kpp gpio systclk] | ||
</pre> | </pre> | ||
== modinfo == | |||
<pre> | |||
filename: kernel/drivers/other/csi.o | |||
description: <none> | |||
author: <none> | |||
filename: kernel/drivers/other/dmab.o | |||
description: <none> | |||
author: <none> | |||
filename: kernel/drivers/other/emma_pp.o | |||
description: <none> | |||
author: <none> | |||
parm: pp_addr int | |||
parm: irq int | |||
parm: pp_dbg int | |||
filename: kernel/drivers/other/emma_prp.o | |||
description: <none> | |||
author: <none> | |||
parm: prp_addr int | |||
parm: irq int | |||
parm: prp_dbg int | |||
filename: kernel/drivers/other/hmp4d.o | |||
description: "Device driver for Hantro's MPEG4 decoder HW" | |||
author: "Hantro Products Oy" | |||
parm: base_port long | |||
parm: irq int | |||
filename: kernel/drivers/other/hmp4e.o | |||
description: "Device driver for Hantro's MPEG4 encoder HW" | |||
author: "Hantro Products Oy" | |||
parm: base_port long | |||
parm: irq int | |||
filename: kernel/drivers/other/im8012.o | |||
description: <none> | |||
author: <none> | |||
filename: kernel/drivers/other/im8803.o | |||
description: <none> | |||
author: <none> | |||
filename: kernel/drivers/other/smm.o | |||
description: <none> | |||
author: <none> | |||
parm: addr int | |||
parm: data int | |||
parm: size int | |||
parm: width int | |||
parm: access int | |||
filename: kernel/drivers/net/cs89x0.o | |||
description: <none> | |||
author: "Mike Cruse, Russwll Nelson <nelson@crynwr.com>, Andrew Morton <andrewm@uow.edu.au>" | |||
parm: io int, description "cs89x0 I/O base address" | |||
parm: irq int, description "cs89x0 IRQ number" | |||
parm: debug int, description "cs89x0 debug level (0-6)" | |||
parm: media char, description "Set cs89x0 adapter(s) media type(s) (rj45,bnc,aui)" | |||
parm: duplex int, description "(ignored)" | |||
parm: dma int, description "cs89x0 ISA DMA channel; ignored if use_dma=0" | |||
parm: dmasize int, description "cs89x0 DMA size in kB (16,64); ignored if use_dma=0" | |||
parm: use_dma int, description "cs89x0 using DMA (0-1)" | |||
filename: kernel/drivers/char/mx2wdt.o | |||
description: "Motorola i.MX2 Watchdog Timer driver" | |||
author: "Metrowerks, Inc." | |||
parm: wdt_timeout int, description "Watchdog timeout (0 = 0.5sec, 119 = 60sec)" | |||
filename: pcmcia/cfio.o | |||
description: <none> | |||
author: <none> | |||
parm: interrupt_steer int array (min = 1, max = 4) | |||
parm: irq_mask int | |||
filename: pcmcia/dbmx2.o | |||
description: "Linux PCMCIA Card Services: Motorola DBMX1 or DBMX21 Socket Controller" | |||
author: <none> | |||
parm: setup int | |||
parm: access int | |||
parm: hold int | |||
parm: io_delay_loops int | |||
filename: pcmcia/ds.o | |||
description: "PCMCIA Driver Services 3.2.4" | |||
author: "David Hinds <dahinds@users.sourceforge.net>" | |||
filename: pcmcia/mcf25.o | |||
description: "M-WLAN Driver" | |||
author: "Marvell Semiconductor Inc." | |||
filename: pcmcia/pcmcia_core.o | |||
description: "Linux PCMCIA Card Services 3.2.4 | |||
options: [apm]" | |||
author: "David Hinds <dahinds@users.sourceforge.net>" | |||
parm: setup_delay int | |||
parm: resume_delay int | |||
parm: shutdown_delay int | |||
parm: vcc_settle int | |||
parm: reset_time int | |||
parm: unreset_delay int | |||
parm: unreset_check int | |||
parm: unreset_limit int | |||
parm: cis_speed int | |||
parm: io_speed int | |||
parm: do_apm int | |||
parm: cis_width int | |||
parm: probe_mem int | |||
parm: probe_io int | |||
parm: mem_limit int | |||
</pre> | |||
[[VP5500|back to VP5500]] |
Aktuelle Version vom 20. März 2010, 23:45 Uhr
lsmod output from the standard installation:
Module Size Used by mcf25 195376 2 doze 8784 2 kpp 11184 1 [doze] aud 9264 2 aic14 21264 2 i2c-aic14 1392 0 [aic14] sensor 7680 0 csi 4400 0 hmp4e 3584 0 (unused) hmp4d 3584 0 (unused) emma_prp 14896 0 (unused) dmab 1088 0 (unused) emma_pp 8704 0 (unused) cfio 3536 0 [mcf25] ds 7216 1 [cfio] dbmx2 9360 1 pcmcia_core 36400 0 [mcf25 cfio ds dbmx2] watchdog 3984 2 [kpp] tvlink 8128 0 [doze] lcd 4800 0 [tvlink] spi 15760 0 [tvlink lcd] framebuf 10240 8 [tvlink spi] gpio 64736 2 [doze kpp aic14 sensor watchdog tvlink lcd] systclk 13280 0 [tvlink] hhwstrap 2208 0 [kpp gpio systclk]
modinfo[Bearbeiten | Quelltext bearbeiten]
filename: kernel/drivers/other/csi.o description: <none> author: <none> filename: kernel/drivers/other/dmab.o description: <none> author: <none> filename: kernel/drivers/other/emma_pp.o description: <none> author: <none> parm: pp_addr int parm: irq int parm: pp_dbg int filename: kernel/drivers/other/emma_prp.o description: <none> author: <none> parm: prp_addr int parm: irq int parm: prp_dbg int filename: kernel/drivers/other/hmp4d.o description: "Device driver for Hantro's MPEG4 decoder HW" author: "Hantro Products Oy" parm: base_port long parm: irq int filename: kernel/drivers/other/hmp4e.o description: "Device driver for Hantro's MPEG4 encoder HW" author: "Hantro Products Oy" parm: base_port long parm: irq int filename: kernel/drivers/other/im8012.o description: <none> author: <none> filename: kernel/drivers/other/im8803.o description: <none> author: <none> filename: kernel/drivers/other/smm.o description: <none> author: <none> parm: addr int parm: data int parm: size int parm: width int parm: access int filename: kernel/drivers/net/cs89x0.o description: <none> author: "Mike Cruse, Russwll Nelson <nelson@crynwr.com>, Andrew Morton <andrewm@uow.edu.au>" parm: io int, description "cs89x0 I/O base address" parm: irq int, description "cs89x0 IRQ number" parm: debug int, description "cs89x0 debug level (0-6)" parm: media char, description "Set cs89x0 adapter(s) media type(s) (rj45,bnc,aui)" parm: duplex int, description "(ignored)" parm: dma int, description "cs89x0 ISA DMA channel; ignored if use_dma=0" parm: dmasize int, description "cs89x0 DMA size in kB (16,64); ignored if use_dma=0" parm: use_dma int, description "cs89x0 using DMA (0-1)" filename: kernel/drivers/char/mx2wdt.o description: "Motorola i.MX2 Watchdog Timer driver" author: "Metrowerks, Inc." parm: wdt_timeout int, description "Watchdog timeout (0 = 0.5sec, 119 = 60sec)" filename: pcmcia/cfio.o description: <none> author: <none> parm: interrupt_steer int array (min = 1, max = 4) parm: irq_mask int filename: pcmcia/dbmx2.o description: "Linux PCMCIA Card Services: Motorola DBMX1 or DBMX21 Socket Controller" author: <none> parm: setup int parm: access int parm: hold int parm: io_delay_loops int filename: pcmcia/ds.o description: "PCMCIA Driver Services 3.2.4" author: "David Hinds <dahinds@users.sourceforge.net>" filename: pcmcia/mcf25.o description: "M-WLAN Driver" author: "Marvell Semiconductor Inc." filename: pcmcia/pcmcia_core.o description: "Linux PCMCIA Card Services 3.2.4 options: [apm]" author: "David Hinds <dahinds@users.sourceforge.net>" parm: setup_delay int parm: resume_delay int parm: shutdown_delay int parm: vcc_settle int parm: reset_time int parm: unreset_delay int parm: unreset_check int parm: unreset_limit int parm: cis_speed int parm: io_speed int parm: do_apm int parm: cis_width int parm: probe_mem int parm: probe_io int parm: mem_limit int