summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
Commit message (Expand)AuthorAgeFilesLines
...
* usb cdrom has a weird size in /proc/partitions, the result is that it is dete...Pascal Rigaux2004-05-131-1/+1
* fix eth[67] detection (gc)Thierry Vignaud2004-03-111-1/+1
* (get_net_devices) increase max number of detectable net cards from 6 to 10Thierry Vignaud2004-03-101-1/+1
* be sure to load usb-storage after SCSI adapters, so that they are inGuillaume Cottenceau2004-02-111-8/+10
* don't insmod usb-storage the soonest, we can end up mixing scsi devices order...Guillaume Cottenceau2004-02-111-5/+11
* fake usb floppies detection by looking at blocks size of scsi disk devices, 1...Guillaume Cottenceau2004-02-101-2/+17
* moving forward our story with nice kernel guys, now they decided to remove th...Guillaume Cottenceau2004-01-221-1/+1
* until we haven't loaded the usb interface and the keyboard usb driver, we can...Guillaume Cottenceau2004-01-221-8/+10
* close file descriptorsGuillaume Cottenceau2003-09-181-4/+6
* full pci probe can't be run with fopen/fread because we might read too many b...Guillaume Cottenceau2003-08-131-4/+8
* replace checking hd[a-h] with hd[a-t] (cf bug #1801)Pascal Rigaux2003-02-241-1/+1
* add full pci probe supportGuillaume Cottenceau2003-01-221-36/+77
* fake support the firewire in stage1 (as if it were usb ;p)Guillaume Cottenceau2002-09-051-0/+2
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-24/+37
* s/usb/moreprofessional/ thanks to vdanenGuillaume Cottenceau2002-07-231-1/+1
* fixed static definition when non static declaration (gcc limitation).Francois Pons2002-07-031-1/+3
* adapt to gcc-3.1Guillaume Cottenceau2002-05-131-3/+3
* have 4 seconds of delay for usb stuffGuillaume Cottenceau2002-03-081-1/+1
* support install from USB CDROMS (using usb-storage)Guillaume Cottenceau2001-12-041-16/+13
* *** empty log message ***Guillaume Cottenceau2001-10-081-6/+31
* new pci-ids.hGuillaume Cottenceau2001-10-021-4/+4
* Compaq mescouilles has changed proc stuffGuillaume Cottenceau2001-09-041-1/+1
* change `scd' with `sr'Guillaume Cottenceau2001-09-031-1/+1
* - descr of proc filesGuillaume Cottenceau2001-08-241-3/+4
* enable install from Compaq Smart ArrayGuillaume Cottenceau2001-08-241-3/+32
* silently load usb controllersGuillaume Cottenceau2001-07-261-4/+2
* add support for install from USB Network AdaptersGuillaume Cottenceau2001-07-031-19/+125
* use a wait_message again when in automatic mode for insmoding scsi modules si...Guillaume Cottenceau2001-06-061-2/+12
* be sure to print pci vendor and id with 4 digits eachGuillaume Cottenceau2001-05-181-1/+1
* unify user notification of network and scsi devices that make load of driversGuillaume Cottenceau2001-05-171-7/+3
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-2/+2
* allow wait_message calls to be multi-linesGuillaume Cottenceau2001-05-151-1/+1
* nicer layout for PCI detection messagesGuillaume Cottenceau2001-05-151-2/+2
* better modules handling interface (use of enum rather than guessing single nu...Guillaume Cottenceau2001-05-151-7/+6
* - do not print warning when we are in AUTOMATIC and insmod failed because of ...Guillaume Cottenceau2001-04-061-7/+8
* - fix detection of more than 3 scsi attached devicesGuillaume Cottenceau2001-03-221-10/+19
* do not close un unbound socket!!Guillaume Cottenceau2001-02-121-1/+0
* - use description of network cards when you have to select between interfaces...Guillaume Cottenceau2001-02-071-0/+50
* better tightness of probing stuffGuillaume Cottenceau2001-01-251-1/+11
* print warning message when insmod of PCI-detected device failsGuillaume Cottenceau2001-01-251-2/+11
* close some fd'sGuillaume Cottenceau2001-01-111-0/+3
* fix naming of multiple SCSI devices, thanks to Franco SilvestroGuillaume Cottenceau2001-01-081-3/+3
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ...Guillaume Cottenceau2001-01-061-7/+7
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-1/+3
* add disk install supportGuillaume Cottenceau2000-12-181-10/+2
* - network/nfs worksGuillaume Cottenceau2000-12-161-16/+8
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-12/+27
* blah, don't include my test file in the repositotyGuillaume Cottenceau2000-12-121-1/+1
* network devices detection and insmod on user inputGuillaume Cottenceau2000-12-121-1/+58
* - add pci probing featureGuillaume Cottenceau2000-12-121-24/+78