Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268296 - /lib/modules/2.6.28-gentoo-r5/kernel/drivers/net/wireless/*_cs.ko !?
Summary: /lib/modules/2.6.28-gentoo-r5/kernel/drivers/net/wireless/*_cs.ko !?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-02 14:50 UTC by Vytautas
Modified: 2009-05-09 01:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vytautas 2009-05-02 14:50:42 UTC
ls /lib/modules/2.6.28-gentoo-r5/kernel/drivers/net.wireless/*_cs.ko
Genkernel made them.

How they are different from normal ones (without _cs)?
Where is kernel configuration options to compile (or not compile) them?
In other words kernel configuration and modules documentation is not clear enough at this point.

Reproducible: Always

Steps to Reproduce:
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-05-08 21:03:51 UTC
The _cs ones are for PCMCIA ("Card Services") hardware variants.

root@grubbs-int:/usr/src/linux/drivers/net/wireless # grep _cs Makefile 
obj-$(CONFIG_PCMCIA_NETWAVE)	+= netwave_cs.o
obj-$(CONFIG_PCMCIA_WAVELAN)	+= wavelan_cs.o
obj-$(CONFIG_AIRO_CS)		+= airo_cs.o airo.o
obj-$(CONFIG_PCMCIA_ATMEL)      += atmel_cs.o
obj-$(CONFIG_PCMCIA_RAYCS)	+= ray_cs.o
obj-$(CONFIG_PCMCIA_WL3501)	+= wl3501_cs.o

Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2009-05-09 01:55:30 UTC
This is not a bug. Bugzilla is not a support forum. Lack of documentation for the kernel is not genkernel's fault.