summaryrefslogtreecommitdiffstats
path: root/loader2/driverdisk.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-40/+0
|
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-1/+0
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* Change prototype of chooseManualDriver to take a loaderData instead of severalChris Lumens2007-06-221-2/+1
| | | | module parameters. Use new loadDriverFromMedia interface in hdinstall.c.
* - add a firmware loaderPeter Jones2007-06-221-4/+2
|
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-7/+5
| | | | to it) all over the place.
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-11/+6
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+6
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+1
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* add a way to skip the probe if we're going into loadDriverFromMedia fromJeremy Katz2003-02-181-1/+2
| | | | chooseManualDevice. fixes #83422
* driverdisk command returns to kickstartJeremy Katz2003-02-101-0/+3
|
* fix spacingMatt Wilson2003-01-081-2/+1
|
* if you get to manual device selectoin and don't have any devices ofJeremy Katz2003-01-031-3/+3
| | | | | | | the required type, we now ask if you want to load a driver disk. (#80222) also fix the load driver from driver disk action for the manual driver selection screen
* support loading multiple driver disks (#62888)Jeremy Katz2002-12-111-0/+3
|
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-3/+8
| | | | | | | 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
* handle detached floppies correctlyJeremy Katz2002-12-091-1/+1
| | | | handle update disks from cd or floppy
* need this tooJeremy Katz2002-12-021-0/+15