index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdk-stage1
/
probing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix disk method after kernel ABI breakage
Thierry Vignaud
2022-01-05
1
-2
/
+2
*
explain /capability check
Thierry Vignaud
2020-06-13
1
-0
/
+1
*
Do not ignore devices lacking capability
Pascal Terjan
2020-06-12
1
-1
/
+1
*
Fix reading capability
Pascal Terjan
2020-06-12
1
-4
/
+3
*
Use generic code for everything except DAC960
Pascal Terjan
2020-06-12
1
-235
/
+12
*
Move CCISS to generic code
Pascal Terjan
2020-06-12
1
-32
/
+9
*
Move VirtIO to generic code
Pascal Terjan
2020-06-12
1
-36
/
+24
*
Make the NVME code more generic
Pascal Terjan
2020-06-12
1
-6
/
+17
*
Simplify NVME code
Pascal Terjan
2020-06-12
1
-67
/
+45
*
Fix NVME code to work for disks with no vendor
Pascal Terjan
2020-06-11
1
-22
/
+36
*
Add support for NVME disks (mga#26708)
Pascal Terjan
2020-06-11
1
-0
/
+77
*
fix build with gcc7
Thierry Vignaud
2017-09-16
1
-1
/
+1
*
stop tracking network interface descriptions
Thierry Vignaud
2016-07-01
1
-40
/
+0
*
fix description of network interfaces (mga#15638)
Thierry Vignaud
2016-07-01
1
-5
/
+21
*
stop creating /dev entries now that we use udev
Thierry.Vignaud
2014-06-18
1
-1
/
+1
*
fix "make -j"
Thierry Vignaud
2014-05-17
1
-3
/
+3
*
stage1: Add debugging for net device name confusion.
Colin Guthrie
2013-10-29
1
-1
/
+2
*
kill long dead argument
Thierry Vignaud
2013-03-23
1
-9
/
+9
*
(my_insmod) rename as (my_modprobe) as it really what it is
Thierry Vignaud
2013-03-23
1
-10
/
+10
*
do not try to mount /proc/bus/usb
Thierry Vignaud
2012-08-31
1
-5
/
+0
*
do not wait 10s for USB probing when in debug mode
Thierry Vignaud
2012-02-26
1
-0
/
+2
*
kill dead emails
Thierry Vignaud
2012-01-27
1
-1
/
+1
*
(ensure_dev_exists,find_media) add support for virtio discs
Thierry Vignaud
2012-01-26
1
-0
/
+35
*
(memdup) rename as _memdup() in order to prevent a symbol clash with libkmod
Thierry Vignaud
2012-01-13
1
-4
/
+4
*
Fix previous commit
Pascal Terjan
2010-05-13
1
-2
/
+3
*
create devices listed in /proc/partitions with correct major/minor (#57032)
Pascal Terjan
2010-05-13
1
-3
/
+15
*
add back removed newline...
Per Øyvind Karlsen
2010-03-04
1
-0
/
+1
*
* using a for loop looks better
Per Øyvind Karlsen
2010-03-04
1
-4
/
+3
*
actually go through all procfiles to detect Compaq Smart Array in stead of only
Per Øyvind Karlsen
2010-03-03
1
-14
/
+16
*
oops, virtio devices should be matched against subdevice id, as per
Bogdano Arendartchuk
2009-09-15
1
-4
/
+8
*
- load needed modules for known virtio devices, fixes #51804
Bogdano Arendartchuk
2009-08-31
1
-0
/
+55
*
mandrake is now mandriva
Thierry Vignaud
2009-03-06
1
-2
/
+2
*
- usbkbd is dead, using usbhid instead
Pascal Rigaux
2008-08-20
1
-3
/
+2
*
fix segfault with empty device description (can happen for USB devices)
Olivier Blin
2008-04-03
1
-4
/
+8
*
load disk/ide before disk/scsi (to prevent sata deps from overriding non-liba...
Olivier Blin
2008-03-18
1
-2
/
+5
*
simplify (and remove gotos \o/)
Olivier Blin
2008-03-18
1
-15
/
+6
*
extract probe_pci_modules functions (will be reused to load media controllers...
Olivier Blin
2008-03-18
1
-12
/
+17
*
probe usb-storage/sbp2 only when probing USB/SCSI buses (to make automatic bo...
Olivier Blin
2008-02-28
1
-1
/
+2
*
fix automatic IDE media detection (was broken with multiple CD drives, #36161)
Olivier Blin
2008-02-27
1
-4
/
+3
*
- rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters now
Olivier Blin
2008-02-27
1
-12
/
+12
*
do not probe PCI devices when probing USB bus
Olivier Blin
2007-10-23
1
-1
/
+1
*
fix probing USB controllers when probing USB devices directly
Olivier Blin
2007-10-23
1
-3
/
+1
*
export find_media function
Olivier Blin
2007-10-03
1
-1
/
+1
*
factorize code in a new device_match_modules_list() function and thus fix seg...
Olivier Blin
2007-08-23
1
-28
/
+22
*
use '_' in module names when explicitely loading modules
Olivier Blin
2007-08-21
1
-1
/
+1
*
optimize loop
Olivier Blin
2007-08-15
1
-1
/
+1
*
fix segfault if ldetect does not return a module
Olivier Blin
2007-08-15
1
-0
/
+4
*
- use ldetect/libmodprobe/libpci instead of custom pci/usb probe
Olivier Blin
2007-08-14
1
-201
/
+51
*
- move parameters functions in params.c
Olivier Blin
2007-07-05
1
-0
/
+1
*
re-sync after the big svn loss
Pascal Rigaux
2007-04-25
1
-35
/
+151
[next]