summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.c
Commit message (Expand)AuthorAgeFilesLines
* 2006-07-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-131-3/+1
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-27/+27
* Make sure we pull in the ipv6.ko module and load that. I thought a noipv6David Cantrell2006-06-081-0/+7
* 2006-02-06 Patrick Mansfield <patmans@us.ibm.com>Jeremy Katz2006-02-061-0/+3
* 2005-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-101-1/+1
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-9/+9
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-6/+1
* * loader2/loader.c: Don't load parallel port module. (#169135)Jeremy Katz2005-09-231-19/+0
* * loader2/firewire.c: Handle 'NULL' in device->driver.Bill Nottingham2005-09-151-8/+9
* * loader2/pcmcia.c (getPcicController): Handle multipleBill Nottingham2005-09-131-3/+1
* * loader2/hardware.c: Remove agpgartInitialize - agpgart isBill Nottingham2005-09-131-43/+0
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-29/+30
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-1/+1
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-2/+0
* 2004-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-0/+4
* add nonet and nostorage to not automatically load network and storageJeremy Katz2004-09-161-0/+9
* 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
* don't free line or else we lose our parm. this will leak a little butJeremy Katz2004-06-291-1/+2
* 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
* 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
* merge from taroonJeremy Katz2003-09-201-2/+41
* 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
* 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 name...Karsten Hopp2003-06-101-0/+20
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-6/+8
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+15
* fix build with new kudzuBill Nottingham2003-03-251-3/+3
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-4/+91
* reprobe ide devs when we're updating ide devices so that, eg, ide pcmciaJeremy Katz2003-02-201-0/+1
* move loading of st.o for rescue mode tape support to loaderMike Fulbright2003-02-071-0/+28
* nopcmcia, nofirewire, nousb, etc would all end up loading the drivers becauseJeremy Katz2003-02-051-1/+13
* umm... as for that last commit message --Jeremy Katz2003-01-141-2/+2
* rename function to something more correctJeremy Katz2003-01-081-1/+1
* non-cardbus pcmcia support. it looks like it basically worksJeremy Katz2003-01-071-2/+6
* this should get cardbus working. works in test mode, but I need toJeremy Katz2002-12-121-0/+4
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-3/+7
* move hardware functions into their own fileJeremy Katz2002-12-091-0/+189