summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
Commit message (Collapse)AuthorAgeFilesLines
...
* don't redefine buf for /proc/scsi/scsi (size 5000 instead of 2048)Nicolas Planel2004-06-241-1/+0
|
* enlarge your scsi buffer (previous size wasn't enough with more than one ↵Olivier Blin2004-06-171-1/+1
| | | | scsi device, fixed thanks to nplanel)
* use the same technique as ldetect for detecting usb and firewire controllers ↵Pascal Rigaux2004-06-031-31/+61
| | | | (based on the pci class)
* usb cdrom has a weird size in /proc/partitions, the result is that it is ↵Pascal Rigaux2004-05-131-1/+1
| | | | detected as floppy
* 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
| | | | | same order than reboot, so that naming is the same
* don't insmod usb-storage the soonest, we can end up mixing scsi devices ↵Guillaume Cottenceau2004-02-111-5/+11
| | | | orders at reboot time, do it only when needed
* fake usb floppies detection by looking at blocks size of scsi disk devices, ↵Guillaume Cottenceau2004-02-101-2/+17
| | | | 1048575 is for 2.4 and 1440 for 2.6
* moving forward our story with nice kernel guys, now they decided to remove ↵Guillaume Cottenceau2004-01-221-1/+1
| | | | the trailing space at the end of "Attached devices:" of /proc/scsi/scsi, probably that they had nothing more interesting to do this day
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-8/+10
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* close file descriptorsGuillaume Cottenceau2003-09-181-4/+6
|
* full pci probe can't be run with fopen/fread because we might read too many ↵Guillaume Cottenceau2003-08-131-4/+8
| | | | bytes. this was the reason for freezes on some boxes from drakx, that may impact stage1 also, so better change that.
* 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
| | | | | | | | detection are done only when no ide cdrom with mandrake install is detected (speed up), have usb keyboard modules installed before any interactive question, honour "noauto" (skip usb detection and insmod'ing)
* 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
| | | | | added conditional code around network detection.
* adapt to gcc-3.1Guillaume Cottenceau2002-05-131-3/+3
|
* have 4 seconds of delay for usb stuffGuillaume Cottenceau2002-03-081-1/+1
| | | | | to show up rather than seconds
* 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
| | | | | - fix small typo (segfault or not segfault? that's the question)
* 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 ↵Guillaume Cottenceau2001-06-061-2/+12
| | | | since it's long
* 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
| | | | | but rather, try to do some clever things
* 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 ↵Guillaume Cottenceau2001-05-151-7/+6
| | | | numbers..)
* - do not print warning when we are in AUTOMATIC and insmod failed because of ↵Guillaume Cottenceau2001-04-061-7/+8
| | | | | | | | file-not-found in mar file (raid cards, etc) - print "please include msg from Alt-F3" for this warning message to ease further support - print pci entry of cards found in te logs
* - fix detection of more than 3 scsi attached devicesGuillaume Cottenceau2001-03-221-10/+19
| | | | | - cleaner code for cmp of ptr against static strings
* do not close un unbound socket!!Guillaume Cottenceau2001-02-121-1/+0
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-0/+50
| | | | | | | interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
* 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
| | | | (scsi, net, modules options)
* 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
| | | | | | - write real separation between cdrom, disk, and network code; have multiple targets for that issue - begin network code: network interface is up and runing (static IP only), network is configured