|
发表于 2004-5-13 09:50:58
|
显示全部楼层
2.4bf內核裏面有eepro100和eepro。
modinfo eepro100.o
filename: eepro100.o
description: "Intel i82557/i82558/i82559 PCI EtherExpressPro driver"
author: "Maintainer: Andrey V. Savochkin <[email protected]>"
license: "GPL"
parm: debug int, description "eepro100 debug level (0-6)"
parm: options int array (min = 1, max = , description "eepro100: Bits 0-3: tranceiver type, bit 4: full duplex, bit 5: 100Mbps"
parm: full_duplex int array (min = 1, max = , description "eepro100 full duplex setting(s) (1)"
parm: congenb int, description "eepro100 Enable congestion control (1)"
parm: txfifo int, description "eepro100 Tx FIFO threshold in 4 byte units, (0-15)"
parm: rxfifo int, description "eepro100 Rx FIFO threshold in 4 byte units, (0-15)"
parm: txdmacount int
parm: rxdmacount int
parm: rx_copybreak int, description "eepro100 copy breakpoint for copy-only-tiny-frames"
parm: max_interrupt_work int, description "eepro100 maximum events handled per interrupt"
parm: multicast_filter_limit int, description "eepro100 maximum number of filtered multicast addresses"
modinfo eepro.o
filename: eepro.o
description: "Intel i82595 ISA EtherExpressPro10/10+ driver"
author: "Pascal Dupuis <[email protected]> for the 2.1 stuff (locking,...)"
license: "GPL"
parm: io int array (min = 1, max = , description "EtherExpress Pro/10 I/O base addres(es)"
parm: irq int array (min = 1, max = , description "EtherExpress Pro/10 IRQ number(s)"
parm: mem int array (min = 1, max = , description "EtherExpress Pro/10 Rx buffer size(es) in kB (3-29)"
parm: autodetect int, description "EtherExpress Pro/10 force board(s) detection (0-1)" |
|