summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.h
Commit message (Collapse)AuthorAgeFilesLines
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* oops, virtio devices should be matched against subdevice id, as perBogdano Arendartchuk2009-09-151-4/+3
| | | | | drivers/virtio/virtio_pci.c
* - load needed modules for known virtio devices, fixes #51804Bogdano Arendartchuk2009-08-311-1/+8
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters nowOlivier Blin2008-02-271-1/+1
| | | | | | - update comments and messages accordingly - rename already_probed_scsi_adapters as already_probed_media_adapters
* export find_media functionOlivier Blin2007-10-031-0/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-2/+9
|
* - add probing_detect_devices() to keep existing pci devices in an arrayOlivier Blin2005-04-071-1/+13
| | | | | | - allow to use external third-party pcitable - modules in to_detect (thirdparty install) are now compared to external third-par ty pcitable first, then to built-in pcitable
* allow to keep track of orphan devices (no module available)Olivier Blin2005-04-041-0/+1
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-2/+4
| | | | | | | | 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)
* add support for install from USB Network AdaptersGuillaume Cottenceau2001-07-031-1/+1
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-0/+3
| | | | | | | 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-13/+0
|
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ↵Guillaume Cottenceau2001-01-061-1/+1
| | | | (scsi, net, modules options)
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-1/+1
| | | | | | - 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
* network devices detection and insmod on user inputGuillaume Cottenceau2000-12-121-0/+1
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-1/+2
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-1/+1
| | | | | | adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+44
soon will launch the stage2