Version 0
#  The version 0 module-info format is ('|' denotes the left margin):
#  |<module-name>
#  |  <module-type> [<module-alias>]
#  |  "<description-string>"
#  |  <argument> "<argument-description-string>" ["<match-regex>" ["<default>"]]
#  |# <comment>
#  Stanzas are delimited by non-indented lines, and continued with indented lines.
#  Comments start in the first column, or are preceded only by whitespace.
#  The []'s above are not literal, they delimit optional material.
#  There can be multiple <argument> lines.
#  <module-name> is the name of the module without any .ko extension, just
#  as the module name would be entered in /etc/modules.conf
#  <module-type> is the base part of the string demanded by kerneld (eth,
#  scsi_hostadapter, etc.)
#  <module-alias> is an optional identifier to identify groups of similar
#  drivers, such as the non-scsi cdrom devices which are requested by
#  block-major-*; they are given an alias of "cdrom".
#  <description-string> is a free-form string enclosed in quotes to describe
#  the module to a human reader
#  <argument> is an argument such as io or irq, as understood by the module
#  <argument-description-string> is a free-form description
#  <match-regex> is a regular expression which can be used to test the
#  validity of a user-entered string
#  <default> is a default value.  This should not be provided unless it is
#  almost always the correct value, and will not, say, hang a user's computer
#  if it is wrong
#
#  Ideas for version 1 file format:
#   o Add long description, presumably including all known cards supported
#     by the module in question
#   o Sub-argument description, for arguments which have multiple parts
#     separated by commas, particularly ones which share code with boot-time
#     arguments.
#   o Optional architecture flag(?)

# drivers/net directory

3c501
	eth
	"3Com 3c501"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

3c503
	eth
	"3Com EtherLink II"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"
	xcvr "Transceiver (0 = BNC; 1 = AUI)" "[01]"

3c505
	eth
	"3Com Etherlink Plus"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"
	
3c507
	eth
	"3Com EtherLink16"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

3c509
	eth
	"3Com EtherLink III"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

3c515
	eth
	"3Com 3c515 Corkscrew"

3c59x
	eth
	"3Com 3c590/3c595/3c90x/3cx980"

82596
	eth
	"Apricot 82596"

#a2065
#	eth
#	"Amiga Linux/68k A2065"

ac3200
	eth
	"Ansel Communications Model 3200"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"
	mem "Base shared memory address" "0x[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]+"

acenic
	eth
	"Alteon AceNIC Gigabit"

amd8111e
	eth
	"AMD8111 based 10/100 Ethernet Controller"

#aironet4500_card
#	eth
#	"Aironet 4500 PCI-ISA-i365 wireless"

arlan
	eth
	"Aironet Arlan 655"

#apricot
#	eth
#	"Apricot 82596"
#	io "Base I/O address" "0x[0-9a-fA-F]+"
#	irq "IRQ level" "[0-9]+"

#arcnet
#	arc
#	"ARCnet for IP driver"
#	io "Base I/O address" "0x[0-9a-fA-F]+"
#	irq "IRQ level" "[0-9]+"
#	shmem "Base shared memory address" "0x[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]+"

#ariadne
#	eth
#	"Amiga Linux/m68k Ariadne"

at1700
	eth
	"Allied Telesis AT1700"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

#atarilance
#	eth
#	"Atari Linux/m68k VME Lance"

# Not yet modularized
#atp
#	atp
#	"Attached (pocket) ethernet adapter"

b44
	eth
	"Broadcom 4400 10/100 PCI ethernet adapter"

bcm5700
	eth
	"Broadcom BCM5700 10/100/1000 ethernet adapter"
	line_speed "Line speed" "1[0]+"

bnx2
	eth
	"Broadcom NetXtreme II Gigabit Ethernet adapter"

bnx2x
	eth
	"Broadcom NetXtreme II 10Gb Ethernet adapter"

cs89x0
	eth
	"Crystal SemiconductorCS89[02]0"

de4x5
	eth
	"DE4x5, DE434, DE450, and DE500 DEC EtherWORKS"
	io "Base I/O address" "0x[0-9a-fA-F]+"

de600
	eth
	"D-Link DE-600 Ethernet pocket adapter"

de620
	eth
	"D-Link DE-620 Ethernet pocket adapter"

depca
	eth
	"DEC DEPCA and EtherWORKS DE1xx, DE2xx, DE422"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

dgrs
	eth
	"Digi RightSwitch SE-4, SE-6"
	dma "Toggle DMA use" "[01]"
	spantree "Toggle Spantree" "[01]"
	hashexpire "Hash Expiration"
	ipaddr "List of four IP addresses"
	ipxnet "IPX network number"

dl2k
	eth
	"D-Link DL2000-based Gigabit Ethernet Adapter"

#dlci
	#dlci
	#"RFC 1490 Frame Relay protocol"

dmfe
	eth
	"Davicom DM9102(A)/DM9132/DM9801 fast ethernet"


dummy
	dummy
	"Placeholder device for intermittent links"

e100
	eth
	"Intel EtherExpress/100 driver"

e1000
	eth
	"Intel EtherExpress/1000 gigabit"

e1000e
	eth
	"Intel Pro/1000"

e2100
	eth
	"Cabletron E2100"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"
	mem "Base shared memory address" "0x[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]+"
	xcvr "Transceiver (0 = internal; 1 = external)" "[01]"

eepro
	eth
	"EtherExpress Pro/10"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

eepro100
	eth
	"Intel EtherExpress Pro 100B"

eexpress
	eth
	"EtherExpress"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

epic100
	eth
	"SMC 83c170 EPIC/100"

eql
	eql
	"Load balancing for point-to-point network interfaces"

es3210
	eth
	"Racal-Interlan ES3210 EISA"

eth16i
	eth
	"ICL EtherTeam 16i/32 EISA"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

ewrk3
	eth
	"EtherWORKS 3: DE203, DE204, DE205"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

fealnx
	eth
	"Myson MTD-8xx 100/10M Ethernet PCI Adapter"

forcedeth
	eth
	"nForce Ethernet Driver"

fmv18x
	eth
	"Fujitsu FMV-181/182/183/184"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

hamachi
	eth
	"A Packet Engines GNIC-II Gigabit"

hp-plus
	eth
	"HP PCLAN/plus"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

hp
	eth
	"HP LAN"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

hp100
	eth
	"HP10/100VG ANY LAN: J257x, 27248B, J2585"
	hp100_port "Base I/O address" "0x[0-9a-fA-F]+"

#hydra
#	eth
#	"Amiga Linux/m68k Hydra"

ibmtr
	tr
	"Shared-memory IBM Token Ring 16/4"
	io "Base I/O address" "0x[0-9a-fA-F]+"

igb
	eth
	"Intel 82575EB Gigabit Network/Backplane Connection"

ixgb
	eth
	"Intel PRO/10GbE"

ixgbe
	eth
	"Intel 10GbE PCI Express"

lance
	eth
	"AT1500, HP J2405A, most NE2100/clone"

# NOT YET MODULARIZED!
#lance32
#	eth
#	"AMD PCnet32, PCnetPCI"

lne390
	eth
	"Mylex LNE390 EISA"

natsemi
	eth
	"NatSemi DP83815 Fast Ethernet"

myri_sbus
	eth
	"MyriCOM MyriNET SBUS"

myri10ge
	eth
	"Myricom Myri-10G Dual Protocol Ethernet"

ne
	eth
	"NE1000, NE2000, and compatible"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

ne2k-pci
	eth
	"PCI NE2000 clones"

ne3210
	eth
	"Novell NE3210 EISA"

netxen_nic
	eth
	"NetXen Multi port (1/10) Gigabit Network Driver"

ni5010
	eth
	"MiCom-Interlan NI5010"

ni52
	eth
	"NI5210 Ethernet"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"
	memstart "Base shared memory address" "0x[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]+"
	memend "Address of end of shared memory" "0x[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]+"

ni65
	eth
	"NI6510 Ethernet"

ns83820
	eth
	"Natsemi 83820 gigabit"

olympic
	tr
	"IBM Olympic-based PCI roken ring"

pcnet32
	eth
	"AMD PCnet32"

# not modularized
#pi2

#ppp
#	ppp
#	"Point-to-Point Protocol"

# NOT YET MODULARIZED!
#pt

qla3xxx
	eth
	"Qlogic 3xxx"

8139too
	eth
	"RTL8139, SMC EZ Card Fast Ethernet"

8139cp
	eth
	"RTL8139, SMC EZ Card Fast Ethernet"

r8169
	eth
	"RTL8169 Gigabit Ethernet"

s2io
	eth
	"S2IO 10GbE"

sis900
	eth
	"SiS 900/7016 PCI Fast Ethernet"

sk98lin
	eth
	"SysKonnect Gigabit Ethernet"

sky2
	eth
	"Marvell Yukon 2 Gigabit Ethernet"

sdla
	sdla
	"Sangoma S502/S508"

# NOT YET MODULARIZED!
#seeq8005
#	What's a seeq8005, anyway?  From the comments in the file:
#	"seeq8005.c: A network driver for linux."  No, really!

# NOT YET MODULARIZED!
#sk_g16
#	eth
#	"Schneider & Koch (SK) G16"

sktr
	tr
	"SysKonnect Token Ring ISA/PCI"

# slhc is never loaded explicitly, only by dependencies

#slip
#	sl
#	"Serial Link Internet Protocol"

smc-ultra
	eth
	"SMC Ultra, SMC EtherEZ ISA"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

smc-ultra32
	eth
	"SMC Ultra32 EISA"

smc9194
	eth
	"SMC 9000 series Ethernet"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"
	ifport "Interface: 0 auto, 1 TP, 2 AUI/BNC" "[012]"

strip
	strip_proto
	"Starmode Radio IP"

sunlance
	eth
	"Linux/Sparc/Lance Ethernet"

sunbmac
	eth
	"Sun BigMac Ethernet"

sundance
	eth
	"Sundance ST201 Alta"

sunhme
	eth
	"Sun Happy Meal Ethernet"

sunqe
	eth
	"Sun Quad Ethernet"

tg3
	eth
	"Broadcom Tigon3 Ethernet"

tlan
	eth
	"ThunderLAN"

tulip
	eth
	"DEC 21040, most 21*40 Ethernet"
	io "Base I/O address" "0x[0-9a-fA-F]+"

tulip_old
	eth
	"Older DEC 21040, most 21*40 Ethernet"
	io "Base I/O address" "0x[0-9a-fA-F]+"

tmspci
	tr
	"TMS380-based PCI token ring cards"

typhoon
	eth
	"3Com Typhoon Family (3C990, 3CR990 and variants)"

lanstreamer
	tr
	"IBM Auto LANStreamer"

abyss
	tr
	"Madge Smart 16/4 PCI Mk2 token ring"

via-rhine
	eth
	"VIA VT86c100A Rhine-II PCI"

via-velocity
	eth
	"VIA Velocity Gigabit Ethernet"

wavelan
	eth
	"AT&T GIS WaveLAN transceiver"
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"

wd
	eth
	"WD8003 and WD8013 `compatible' ethercards."
	io "Base I/O address" "0x[0-9a-fA-F]+"
	irq "IRQ level" "[0-9]+"
	mem "Base shared memory address" "0x[0-9a-fA-F]+"
	mem_end "Address of end of shared memory (if non-standard size)" "0x[0-9a-fA-F]+"

wic
	wic
	"parallel port network driver"

winbond-840
	eth
	"Compex RL100ATX-PCI"

yellowfin
	eth
	"Packet Engines G-NIC PCI Gigabit"

# S/390 stuff
netiucv
	eth
	"S/390 Inter-User Communication Vehicle (iucv)"

ctc
	eth
	"S/390 Channel to Channel"

qeth
	eth
	"S/390 OSA-Express, Hipersocket"

lcs
	eth
	"S/390 LCS, non-QDIO Token Ring"

# iSeries
veth
	eth
	"iSeries Virtual Ethernet"

iseries_veth
	eth
	"iSeries Virtual Ethernet"

viodasd
	scsi_hostadapter
	"iSeries Virtual DASD"

# pSeries
ibmveth
	eth
	"Power5 Virtual Ethernet"

ibmvscsic
	scsi_hostadapter
	"Power5 Virtual SCSI"

ehea
	eth
	"IBM eServer HEA Driver"

# Mac stuff
bmac	
	eth
	"Apple BMAC/BMAC+"

mace
	eth
	"Apple MACE"

sungem
	eth
	"Apple GMAC"

airport
	eth
	"Apple Airport"


# NOT YET MODULARIZED!
#znet
#	eth

# drivers/scsi directory

# XXX this needs to be put back
#53c7,8xx
	#scsi_hostadapter
	#"Symbios/NCR 53c700 and 53c800 series"

3w-xxxx
	scsi_hostadapter
	"3ware Storage Controller"

3w-9xxx
	scsi_hostadapter
	"3ware 9000 Series Storage Controller"

AM53C974
	scsi_hostadapter
	"AM53/79C974 (PCscsi) driver"

BusLogic
	scsi_hostadapter
	"BusLogic MultiMaster SCSI"

aacraid
        scsi_hostadapter
        "Adaptec AACRAID"

aic94xx
	scsi_hostadapter
	"Adaptec aic94xx SCSI Host Bus Adapter driver"

advansys
	scsi_hostadapter
	"Advansys"

aha152x
	scsi_hostadapter
	"Adaptec AHA-152x"
	aha152x "ioport, irq, host scsiid"

ahci
	scsi_hostadapter
	"Advanced Host Controller Interface SATA"

aic7xxx
	scsi_hostadapter
	"Adaptec AHA-2740, 28xx, 29xx, 39xx"

aic7xxx_mod
	scsi_hostadapter
	"New (experimental) Adaptec 28xx, 29xx, 39xx"

aic7xxx_old
	scsi_hostadapter
	"Old Adaptec 28xx, 29xx, 39xx"

aic79xx
	scsi_hostadapter
	"Adaptec Aic79xx SCSI Host Bus Adapter driver"

adp94xx
	scsi_hostadapter
	"Adaptec SAS/SATA Host Bus Adapter driver"

arcmsr
	scsi_hostadapter
	"ARECA (ARC11xx/12xx) SATA RAID Host Adapter"

ata_piix
        scsi_hostadapter
        "Intel PIIX/ICH ATA controllers"

atp870u
	scsi_hostadapter
	"ACARD ATP870U PCI scsi controller"

cciss
	scsi_hostadapter
	"HP/Compaq Smart Array Controller"

cpqarray
	scsi_hostadapter
	"Compaq Smart/2 RAID Controller"

DAC960
	scsi_hostadapter
	"Mylex DAC960 RAID Controller"

dpt_i2o
	scsi_hostadapter
	"Adaptec I2O RAID Driver"
	
fcal
	scsi_hostadapter
	"Sun Enterprise Network Array (FC-AL)"

gdth
	scsi_hostadapter
	"ICP RAID Controller"

# not a module
# gvp11

i2o_block
        scsi
        "I2O Block driver"

ipr
	scsi_hostadapter
	"IBM iSeries/pSeries native storage"

ips
	scsi_hostadapter
	"IBM ServeRAID"

lpfc
	scsi_hostadapter
	"Emulex FC Controller"

megaraid_mbox
	scsi_hostadapter
	"LSI MegaRAID Controllers"

megaraid_sas
	scsi_hostadapter
	"LSI MegaRAID Controllers"

mptbase
	scsi_hostadapter
	"LSI Logic Fusion MPT Base Driver"

mptfc
	scsi_hostadapter
	"LSI Logic Fusion MPT FC Driver"

mptsas
	scsi_hostadapter
	"LSI Logic Fusion MPT SAS Driver"

mptscsi
	scsi_hostadapter
	"LSI Logic Fusion MPT SCSI Driver"

mptscsih
	scsi_hostadapter
	"LSI Logic Fusion MPT SCSI Driver"

mptspi
	scsi_hostadapter
	"LSI Logic Fusion MPT SPI Driver"

ncr53c8xx
	scsi_hostadapter
	"Symbios/NCR 53C8xx"

pata_jmicron
	scsi_hostadapter
	"Jmicron PATA Controllers"

pata_pdc2027x
	scsi_hostadapter
	"Promise PATA controllers"

pluto
	scsi_hostadapter
	"SparcSTORAGE Array"

pcd
	block-major-46  cdrom
	"Parallel-port IDE CDROM"

qla1280
	scsi_hostadapter
	"Qlogic 1280/12160"

qla2xxx
	scsi_hostadapter
	"Qlogic 2xxx"

qla2x00
	scsi_hostadapter
	"Qlogic 2x00"

qla2100
	scsi_hostadapter
	"Qlogic 2100"

qla2200
	scsi_hostadapter
	"Qlogic 2200"

qla2300
	scsi_hostadapter
	"Qlogic 2300"

qla2400
	scsi_hostadapter
	"Qlogic 2400"

qla2500
	scsi_hostadapter
	"Qlogic 2500"

qla2322
	scsi_hostadapter
	"Qlogic 2322"

qla4xxx
	scsi_hostadapter
	"Qlogic 4xxx"

qla6312
	scsi_hostadapter
	"Qlogic 6312"

qla6322
	scsi_hostadapter
	"Qlogic 6322"

qlogicisp
	scsi_hostadapter
	"QLogic ISP1020 SCSI"

qlogicpti
	scsi_hostadapter
	"QLogic ISP1020 SCSI SBUS"

sata_mv
	scsi_hostadapter
	"Marvell SATA controllers"

sata_nv
	scsi_hostadapter
	"nVidia nForce SATA controllers"

sata_promise
        scsi_hostadapter
        "Promise SATA controllers"

sata_qstor
	scsi_hostadapter
	"QStor SATA controllers"

sata_sil24
	scsi_hostadapter
	"Silicon Image 3124/3132 SATA controllers"

sata_sil
        scsi_hostadapter
        "Silicon Image SATA controllers"

sata_sis
        scsi_hostadapter
        "SIS SATA controllers"

sata_svw
        scsi_hostadapter
        "K2 SATA controllers"

sata_sx4
	scsi_hostadapter
	"Promise SX4 SATA controllers"

sata_uli
	scsi_hostadapter
	"ULi SATA controllers"

sata_via
        scsi_hostadapter
        "VIA SATA controllers"

sata_vsc
        scsi_hostadapter
        "VSC7174 SATA controllers"

siimage
        scsi_hostadapter
        "Silicon Image SATA controllers"

stex
	scsi_hostadapter
	"Promise SuperTrak EX"

sx8
	scsi_hostadapter
	"Promise SATA SX8 block driver"

# needed for sparc
sym53c8xx
	scsi_hostadapter
	"Symbios 53C896"

sym53c8xx_2
	scsi_hostadapter
	"Alternate Symbios 53C896 Driver"

# drivers/cdrom

aztcd
	block-major-29	cdrom
	"Aztech CD268 CDROM"
	aztcd "Base I/O Address"

cdu31a
	block-major-15	cdrom
	"Sony CDU-31A CDROM"
	cdu31a_port "Base I/O Address"
	cdu31a_irq "IRQ"

cm206
	block-major-32	cdrom
	"Philips/LMS cm20 CDROM"
	cm206 "Base I/O address, irq"

gscd
	block-major-16	cdrom
	"GoldStar R420 CDROM"
	gscd "Base I/O Address"

isp16
# module, but dynamic block number so kerneld can't request it... (?)
	unknown	cdrom
	"ISP16/MAD16/Mozart soundcard-based CDROM"
	isp16_cdrom_base "Base I/O Address"
	isp16_cdrom_irq "IRQ"
	isp16_cdrom_dma "DMA Channel (0,3,5,6,7)"

mcd
	block-major-23	cdrom
	"Mitsumi CDROM"
	mcd "Base I/O Address,irq"

mcdx
	block-major-20	cdrom
	"Mitsumi XA/Multisession CDROM"
	mcdx "Base I/O Address,irq"

optcd
	block-major-17	cdrom
	"Optics Storage 8000 AT CDROM"

sbpcd
	block-major-25	cdrom
	"SoundBlaster Pro/Panasonic CDROM"
	sbpcd "Base I/O Address"

sjcd
	block-major-18	cdrom
	"Sanyo CD-ROM device driver"
	sjcd_base "Base I/O Address"

sonycd535
	block-major-24	cdrom
	"Sony CDU-535 CDROM"
	sonycd535 "Base I/O Address"

agpart
	video
	"Intel i810 Graphics Controller"

# drivers/ieee1394
sbp2
	scsi_hostadapter
	"IEEE-1394 SBP-2 protocol driver"

# drivers/usb
usb-storage
	scsi_hostadapter
	"USB Mass Storage driver for Linux"

# pcmcia

3c574_cs
	eth
	"3Com 3c574 series PCMCIA ethernet driver"
3c589_cs
	eth
	"3Com 3c589 series PCMCIA ethernet driver"
axnet_cs
	eth
	"Asix AX88190 PCMCIA ethernet driver"
fmvj18x_cs
	eth
	"fmvj18x and compatible PCMCIA ethernet driver"
nmclan_cs
	eth
	"New Media PCMCIA ethernet driver"
pcnet_cs
	eth
	"NE2000 compatible PCMCIA ethernet driver"
smc91c92_cs
	eth
	"SMC 91c92 series PCMCIA ethernet driver"
xirc2ps_cs
	eth
	"Xircom PCMCIA ethernet driver"
xircom_cb
	eth
	"Xircom Cardbus ethernet driver"
aha152x_cs
        scsi_hostadapter
        "Adaptec AHA152x-compatible PCMCIA SCSI driver"
fdomain_cs
        scsi_hostadapter
        "Future Domain PCMCIA SCSI driver"
qlogic_cs
        scsi_hostadapter
        "Qlogic PCMCIA SCSI driver"
ide-cs
	ide
	"PCMCIA IDE driver"

# pcmcia host controllers
yenta_socket
	pcmcia
	"Cardbus PCMCIA Controller"

i82365
	pcmcia
	"i82365 PCMCIA socket driver"

tcic
	pcmcia
	"Databook TCIC-2 PCMCIA socket driver"

# usb
catc
	eth
	"CATC EL1210A NetMate USB Ethernet driver"

kaweth
	eth
	"KL5USB101 USB Ethernet driver"

pegasus
	eth
	"Pegasus/Pegasus II USB Ethernet driver"

rtl8150
	eth
	"rtl8150-based USB Ethernet driver"

usbnet
	eth
	"USB Host-to-Host Link Driver"

# wireless
airo_cs
	eth
	"Aironet 802.11 PCMCIA wireless ethernet"

airo
	eth
	"Aironet 802.11 wireless ethernet"

atmel_cs
	eth
	"Atmel at76c50x 802.11 PCMCIA wireless ethernet"

atmel_pci
	eth
	"Atmel at76c50x 802.11 wireless ethernet"

orinoco_cs
	eth
	"Orinoco, Prism II and similar PCMCIA wireless ethernet"

orinoco_pci
	eth
	"Orinoco, Prism II and similar wireless ethernet"

orinoco_plx
	eth
	"Orinoco, Prism II and similar wireless ethernet"

orinoco_tmd
	eth
	"Orinoco, Prism II and similar wireless ethernet"

virtio_blk
	scsi_hostadapter
	"Virtio block driver"

virtio_net
	eth
	"Virtio network driver"

wavelan_cs
	eth
	"WaveLAN PCMCIA wireless ethernet"

wl3501_cs
	eth
	"Planet wl3501 PCMCIA wirelesss ethernet"

xenblk
	scsi_hostadapter
	"Xen block frontend device"

xennet
	eth
	"Xen network frontend device"
