summaryrefslogtreecommitdiffstats
path: root/loader2/firewire.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete hardware code.Bill Nottingham2007-12-191-99/+0
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+15
|
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
|
* firewire devices never have ->deviceBill Nottingham2006-09-221-1/+1
|
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-6/+7
| | | | to it) all over the place.
* 2005-11-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-111-1/+1
| | | | | * loader2/firewire.c (firewireInitialize): this should be a debug message...
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | * 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.
* * loader2/firewire.c: Handle 'NULL' in device->driver.Bill Nottingham2005-09-151-1/+3
| | | | | | * loader2/hardware.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/usb.c: Likewise.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-7/+8
| | | | | | 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.
* lots of probe_all nukingJeremy Katz2004-03-041-2/+2
|
* pop the window laterJeremy Katz2002-12-061-4/+6
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+87
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