| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -30/+0 |
| | | |||||
| * | Inline spufs loading for ppc. | Bill Nottingham | 2008-01-22 | 1 | -1/+0 |
| | | |||||
| * | inline ipv6 module loading | Bill Nottingham | 2008-01-22 | 1 | -2/+0 |
| | | |||||
| * | Adjust to removal of moduleDeps and moduleList. | Bill Nottingham | 2007-12-19 | 1 | -17/+5 |
| | | |||||
| * | GPLv2+ boilerplates for loader2/ source files. | David Cantrell | 2007-12-17 | 1 | -0/+19 |
| | | |||||
| * | canProbeDevices always returns 1, so remove it. | Chris Lumens | 2007-11-15 | 1 | -2/+0 |
| | | |||||
| * | Load spufs module on cell (#237725) and remove spufs hack as we should do the | Paul Nasrat | 2007-04-27 | 1 | -0/+2 |
| | | | | | right thing now. | ||||
| * | Make the boot flags variable global. We don't need to pass it (or a pointer ↵ | David Cantrell | 2006-06-12 | 1 | -7/+7 |
| | | | | | to it) all over the place. | ||||
| * | Make sure we pull in the ipv6.ko module and load that. I thought a noipv6 | David Cantrell | 2006-06-08 | 1 | -0/+3 |
| | | | | | | option would be good for people who fear change, so I'll get that implemented throughout the loader. | ||||
| * | 2005-09-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-09-23 | 1 | -2/+0 |
| | | | | | * loader2/hardware.h (initializeParallelPort): Remove declaration. | ||||
| * | * loader2/hardware.c: Remove agpgartInitialize - agpgart is | Bill Nottingham | 2005-09-13 | 1 | -2/+0 |
| | | | | | | | | built statically in 2.6 (and the probe code here won't work now in any case...) * loader2/hardware.h: Likewise. * loader2/loader.c: Adjust accordingly. | ||||
| * | switch to using kudzu's probeDevices() instead of the isys knownDevices | Jeremy Katz | 2003-11-22 | 1 | -11/+5 |
| | | | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities | ||||
| * | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -0/+3 |
| | | | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow | ||||
| * | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -0/+5 |
| | | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
| * | move loading of st.o for rescue mode tape support to loader | Mike Fulbright | 2003-02-07 | 1 | -0/+2 |
| | | |||||
| * | * add a usecancel param for the driver disk dialog so we can use it even if | Jeremy Katz | 2002-12-11 | 1 | -0/+1 |
| | | | | | | | | back doesn't make any sense * make sure we got new drivers that we care about from the driver disk * manual driver selection and loading (with arbitrary args) * lots of stuff to get noprobe mostly working | ||||
| * | move hardware functions into their own file | Jeremy Katz | 2002-12-09 | 1 | -0/+22 |
