summaryrefslogtreecommitdiff
path: root/scripts/file2alias.c
AgeCommit message (Collapse)Author
2003-05-25[PATCH] s390: module alias support.Martin Schwidefsky
Add module alias support for ccw devices.
2003-05-03[PATCH] add ieee1394 module dev tableBen Collins
This adds ieee1394 for module table registration.
2003-04-01[PATCH] Subdivide PCI class for aliasesRusty Russell
The previous handling of PCI class masks was too primitive: the class field is not "all or nothing" but has base class, subclass and interface fields. This patch changes the alias form from: pci:vNdNsvNsdNcN to pci:vNdNsvNsdNbcNscNiN.
2003-02-14kbuild: Merge file2alias into scripts/modpost.cKai Germaschewski
Up to now, we called "nm" to find the symbol table in vmlinux / modules. Using code from scripts/file2alias.c allows us to do that parsing ourselves, which is faster and will give us the opportunity to merge the MODULE_DEVICE_TABLE() parsing into modpost, too.
2003-02-14kbuild: Figure endianness / word size at compile timeKai Germaschewski
The helper file2alias had to jump through a lot of hoops because it did not know the host and target endianness / word size at compile time. We now build a small header scripts/elfconfig.h which contains this information for file2alias to use.
2003-02-14kbuild: Module alias and device table supportRusty Russell
Introduces "MODULE_ALIAS" which modules can use to embed their own aliases for modprobe to use. Also adds a "finishing" step to modules to supplement their aliases based on MODULE_TABLE declarations, eg. 'usb:v0506p4601dl*dh*dc*dsc*dp*ic*isc*ip*' for drivers/usb/net/pegasus.o