summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-30/+0
|
* Inline spufs loading for ppc.Bill Nottingham2008-01-221-1/+0
|
* inline ipv6 module loadingBill Nottingham2008-01-221-2/+0
|
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-17/+5
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* canProbeDevices always returns 1, so remove it.Chris Lumens2007-11-151-2/+0
|
* Load spufs module on cell (#237725) and remove spufs hack as we should do thePaul Nasrat2007-04-271-0/+2
| | | | right thing now.
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-7/+7
| | | | to it) all over the place.
* Make sure we pull in the ipv6.ko module and load that. I thought a noipv6David Cantrell2006-06-081-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 Katz2005-09-231-2/+0
| | | | * loader2/hardware.h (initializeParallelPort): Remove declaration.
* * loader2/hardware.c: Remove agpgartInitialize - agpgart isBill Nottingham2005-09-131-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 knownDevicesJeremy Katz2003-11-221-11/+5
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* merge from taroonJeremy Katz2003-09-201-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 andJeremy Katz2003-03-211-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 loaderMike Fulbright2003-02-071-0/+2
|
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-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 fileJeremy Katz2002-12-091-0/+22