diff options
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index e05a60582..2a7618035 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -94,7 +94,6 @@ our %l = ( slmodem => [ qw(slamr slusb snd-ali5451 snd-atiixp-modem snd-intel8x0m snd-via82xx-modem), ], - tokenring => [ qw(3c359 abyss ibmtr lanstreamer olympic proteon skisa smctr tms380tr tmspci) ], wan => [ qw(c101 cosa cyclomx cycx_drv dlci dscc4 farsync hdlc hostess_sv11 lapbether lmc n2 pc300 pci200syn sbni sdla sdladrv sealevel syncppp wanxl z85230) ], usb_dsl => [ qw(cxacru speedtch ueagle-atm usbatm xusbatm) ], virtual => [ qw(xen-netfront) ], @@ -427,7 +426,7 @@ sub module2category { } sub ethernet_categories() { - 'network/main|gigabit|pcmcia|tokenring|usb|wireless|firewire'; + 'network/main|gigabit|pcmcia|usb|wireless|firewire'; } sub sub_categories { |