diff options
-rw-r--r-- | images/NEWS | 1 | ||||
-rw-r--r-- | kernel/list_modules.pm | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/images/NEWS b/images/NEWS index aa409790b..343aa9c1f 100644 --- a/images/NEWS +++ b/images/NEWS @@ -2,6 +2,7 @@ o crypto: aesni_intel o input: hid-aureal synaptics_usb o wifi: qmi_wwan, mwifiex_usb +- remove tokenring drivers Version 1.80 - 3 September 2012 by Thierry Vignaud 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 { |