summaryrefslogtreecommitdiffstats
path: root/loader2/moduleinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-276/+0
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-7/+14
|
* * utils/modlist.c: Remove plip module-info support.Bill Nottingham2007-07-311-3/+0
| | | | | * loader2/moduleinfo.c: Likewise * loader2/moduleinfo.h: Likewise
* * isys/nfsmount_xdr.c (xdr_mountres3_ok): reformat weird tabbing,Peter Jones2005-12-051-1/+1
| | | | | | | and don't type-pun any more. * isys/linkdetect.c (mdio_read): no type-punning. * loader/moduleinfo.c (readModuleInfo): fix typo (+ instead of +=) that gcc41 complains about.
* handle the case of not overriding a module with a new moduleball correctlyJeremy Katz2003-02-041-15/+25
| | | | | (for the case of the second stage modules.cgz which should never override things from stage1 which are likely to be driver disks). (#82314, #83128)
* add driver_ide. properly do else instead of just ifsJeremy Katz2003-01-221-2/+4
|
* we have driver other, might as well make use of it if we get something ↵Jeremy Katz2003-01-211-0/+2
| | | | unrecognized in the module-info file
* hardware.cJeremy Katz2003-01-141-0/+4
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+254
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd