summaryrefslogtreecommitdiffstats
path: root/loader2/modules.c
Commit message (Collapse)AuthorAgeFilesLines
* more return value "handling"Peter Jones2005-03-021-7/+8
|
* 2004-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-301-1/+3
| | | | | * loader2/modules.c (lateModuleSort): Fix the list to be big enough (#140541, #140876)
* 2004-11-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-291-1/+0
| | | | * loader2/modules.c: Fix segfault on ia64 (#140093)
* 2004-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-081-1/+1
| | | | * loader2/modules.c (lateModuleSort): Fix stack corruption.
* 2004-11-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-041-0/+47
| | | | | | | | * loader2/modules.c (lateModuleSort): Implement an additional sort to move drivers to the end of our list of drivers to load. This is handy for, eg, fibre channel so that it doesn't end up at the front of the list so that people don't get confused with sda being their FC disk. Also, put ibmvscsic in the list due to #137920
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-121-2/+2
| | | | cards right now, but it could be relevant for other probes in the future)
* various other foo.o -> foo.ko conversionsBill Nottingham2004-03-051-1/+1
|
* lots of probe_all nukingJeremy Katz2004-03-041-2/+2
|
* fix for off by one from mitr (#115948)Jeremy Katz2004-02-171-1/+1
|
* move it here, doLoadModules get called a lotBill Nottingham2004-02-011-1/+0
|
* write the include so we get all the stock aliasesBill Nottingham2004-02-011-1/+2
|
* modules.conf -> modprobe.conf for 2.6Jeremy Katz2003-12-171-5/+5
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-2/+1
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* they're .ko nowJeremy Katz2003-11-141-3/+3
|
* if (firstDev > lastDev), then don't write out a modules.conf entry as itJeremy Katz2003-10-241-0/+2
| | | | will be bogus. seems to fix #106638 to behave sanely
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-3/+5
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-18/+19
| | | | | | | | | | | | | | 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
* be a little more polite if /etc/arch doesn't existBill Nottingham2003-06-261-9/+12
|
* move some lines around to fix #97055. work around bad choice of variable ↵Karsten Hopp2003-06-101-1/+3
| | | | name which is already used by bash
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-77/+67
| | | | and cleanups in here too
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-2/+2
| | | | | | | | 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.
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-13/+6
| | | | | 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
* mark for translation (#84031)Jeremy Katz2003-02-251-2/+1
|
* don't write things like "alias yenta_socket" to /etc/modules.conf.Bill Nottingham2003-02-151-3/+9
| | | | part of #84379
* avoid the ire of the translatorsJeremy Katz2003-02-111-1/+2
|
* add back device command for kickstartJeremy Katz2003-02-101-0/+63
|
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
|
* fix scsi disk counting to be correctJeremy Katz2003-01-101-22/+31
| | | | only reload usb storage if we have scsi disks attached. scsi cdroms aren't a problem because kudzu adds them to the fstab during the firstboot, not during the install
* basic module reload support for the usb-storage nonsense. this brings us backJeremy Katz2003-01-091-5/+151
| | | | to 8.0 level at least.
* hack so that usb-storage and sbp2 don't end up in modules.conf. bleah :(Jeremy Katz2002-12-171-0/+8
|
* use the kudzu api properly. if devices is NULL, there aren't any disksJeremy Katz2002-12-161-3/+4
|
* write out /tmp/scsidisks after we're done loading modules with theJeremy Katz2002-12-131-0/+38
| | | | | correspondence between sds and scsi adapters so that the second stage has a way to filter out things like usb or firewire drives
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-4/+10
| | | | | | | 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
* fix mikem's problem with dual eepro100s (#79182)Jeremy Katz2002-12-091-2/+3
| | | | | also add deviceCount for scsi adapters so that I can write out the /tmp/scsidisks file eventually
* minor fixups of some outdated comments. properly pass lang and kbd toJeremy Katz2002-12-061-1/+0
| | | | the second stage
* more debugging goes bye-byeJeremy Katz2002-12-031-1/+0
|
* bye-bye to debugging messageJeremy Katz2002-12-031-1/+0
|
* write out /tmp/modules.conf. should properly handle token ring modules whichJeremy Katz2002-12-031-25/+127
| | | | handle multiple tr devices now, too
* driver disks should work now, from cds as well as floppiesJeremy Katz2002-12-021-1/+1
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+595
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