summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.c
Commit message (Collapse)AuthorAgeFilesLines
* canProbeDevices always returns 1, so remove it.Chris Lumens2007-11-151-41/+20
|
* 2007-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-121-4/+0
| | | | | * loader2/hardware.c (detectHardware): Revert ssb hack as kudzu has one now
* Fix typo.Chris Lumens2007-10-051-1/+1
|
* 2007-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-041-0/+4
| | | | | * loader2/hardware.c (detectHardware): Hack to ignore ssb driver (#311421)
* 2007-09-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-111-1/+1
| | | | | * loader2/hardware.c (detectHardware): Probe usb so that usb network installs work (H.J. Lu, #285491)
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
|
* * loader2/hardware.c: Comment out BUS_EBUS for now since we are waitingDavid Cantrell2007-06-121-1/+3
| | | | on a new kudzu that supports it.
* * loader2/hardware.c (detectHardware): Probe BUS_EBUS to supportDavid Cantrell2007-06-061-1/+1
| | | | | HEA devices on IBM systems (#228578). * loader2/module-info: ehea_mod -> ehea (#228578).
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-011-1/+1
| | | | | | * anaconda.spec: Bump version. * loader2/hardware.c (spufsSetup): Fix build
* Load spufs module on cell (#237725) and remove spufs hack as we should do thePaul Nasrat2007-04-271-0/+24
| | | | right thing now.
* Reapply dwmw2's PS3 probing patches and update to require appropriate kudzu.Paul Nasrat2007-04-181-1/+1
|
* Back out PS3 patch for now since support's not yet present in kudzu.Chris Lumens2007-04-171-1/+1
|
* Remove historical artifacts.Chris Lumens2007-04-161-40/+0
|
* Probe PS3 bus for hardware (#236480, dwmw2 AT redhat.com).Chris Lumens2007-04-161-4/+4
|
* - add support for CLASS_ATA and CLASS_SATAPeter Jones2006-08-091-1/+3
|
* 2006-07-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-131-3/+1
| | | | * loader2/hardware.c (scsiSetup): Always load iSCSI modules.
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-27/+27
| | | | 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/+7
| | | | | option would be good for people who fear change, so I'll get that implemented throughout the loader.
* 2006-02-06 Patrick Mansfield <patmans@us.ibm.com>Jeremy Katz2006-02-061-0/+3
| | | | | | | * loader2/hardware.c: Load iscsi modules if requested. * loader2/loader.c: Add iscsi flag parsing. Ask for network if iscsi is being used. * loader2/loader.h: Add iscsi flag.
* 2005-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-101-1/+1
| | | | * loader2/hardware.c: Look for xen devices.
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-9/+9
| | | | | | | | | | | | | | | | | | | * loader2/driverdisk.c: Clean up log levels. * loader2/firewire.c: Likewise. * loader2/hardware.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/lang.c: Likewise. * loader2/loader.c: Likewise. * loader2/log.h: Likewise. * loader2/mediacheck.c: Likewise. * loader2/method.c: Likewise. * loader2/modstubs.c: Likewise. * loader2/modules.c: Likewise. * loader2/net.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/urls.c: Likewise. * loader2/usb.c: Likewise.
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-6/+1
| | | | * anaconda.spec: Bump version.
* * loader2/loader.c: Don't load parallel port module. (#169135)Jeremy Katz2005-09-231-19/+0
| | | | | * loader2/loader.h (LOADER_FLAGS_NOPARPORT): Remove unused flag. * loader2/hardware.c (initializeParallelPort): Remove unused code.
* * loader2/firewire.c: Handle 'NULL' in device->driver.Bill Nottingham2005-09-151-8/+9
| | | | | | * loader2/hardware.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/usb.c: Likewise.
* * loader2/pcmcia.c (getPcicController): Handle multipleBill Nottingham2005-09-131-3/+1
| | | | | | | | | | | | | | PCIC types in one box. * loader2/pcmcia.c (startupPcmciaControllers): Add code to set resources for PCMCIA controllers, and enable them. (initializePcmciaController): Call it. (has_pcmcia, startPcmciaDevices, activate_device): Remove obsolete and ugly cruft. * loader2/pcmciatest.c: Remove obsolete file * loader2/hardware.c: Adjust for changes. * scripts/mk-images: Remove obsolete PCMCIA options * scripts/upd-instroot: Ship pcmciautils socket startup program. (mainly for debugging. It's tiny.)
* * loader2/hardware.c: Remove agpgartInitialize - agpgart isBill Nottingham2005-09-131-43/+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.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-29/+30
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-1/+1
| | | | * loader2/hardware.c (detectHardware): Probe macio (pnasrat, #154846)
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-2/+0
| | | | | | | * loader2/hardware.c: we need to always do our busprobe (fixes nonet, etc) * loader2/loader.c: noprobe ==> nousb and nofirewire
* 2004-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-0/+4
| | | | | * loader2/hardware.c: We can always probe devices with current supported hardware. (#132592)
* add nonet and nostorage to not automatically load network and storageJeremy Katz2004-09-161-0/+9
| | | | | drivers. useful if you're kickstarting and need to do an alternate driver as you can then do a device line in your ks.cfg
* probe vio bus also for modules to load (for power5)Jeremy Katz2004-09-081-1/+1
|
* #ifdef __s390__ zfcp module loadingKarsten Hopp2004-07-151-1/+4
|
* Jeremy:Karsten Hopp2004-07-151-9/+7
| | | | | | | | Not sure about adding zfcp to the list of scsi modules, even though it just prints a warning on non-mainframe. Should this be #ifdef'd ? The rest fixes one of your FIXME's, I run into this bug without knowing that you already had a patch in -HEAD, maybe I should update more often.
* don't free line or else we lose our parm. this will leak a little butJeremy Katz2004-06-291-1/+2
| | | | will work temporarily
* veth is now iseries_vethJeremy Katz2004-05-051-1/+1
|
* various other foo.o -> foo.ko conversionsBill Nottingham2004-03-051-1/+1
|
* lots of probe_all nukingJeremy Katz2004-03-041-3/+3
|
* fix compile warningJeremy Katz2004-01-061-0/+2
|
* go back to using whatever the kernel sets dma settings toJeremy Katz2004-01-051-0/+3
|
* misc little fixes to prep for dietlibc 0.24Jeremy Katz2003-12-221-0/+1
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-22/+7
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* more dependent module loadingJeremy Katz2003-11-151-2/+2
|
* don't segfault with no ide cdrom drives (#108137)Jeremy Katz2003-10-281-0/+3
|
* FIXME: having dma on for CD devices seems to break media checkJeremy Katz2003-10-241-0/+38
| | | | | | as well as causing other problems for people. To avoid having to tell everyone to use ide=nodma all the time, let's do it ourselves for IDE cdrom devices (#107280)
* merge from taroonJeremy Katz2003-09-201-2/+41
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* merge from taroon branchJeremy Katz2003-08-271-2/+2
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-18/+5
| | | | | | | | | | | | | | 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
* 2 errors: old garbage shouldn't get commited, and wtf does it end up in -HEAD ?Karsten Hopp2003-06-101-20/+0
|
* move some lines around to fix #97055. work around bad choice of variable ↵Karsten Hopp2003-06-101-0/+20
| | | | name which is already used by bash