Michael Shigorin
e5af5f5ae5
probing.c: insmod uas too
...
It's "USB Attached SCSI" for fast USB3 Flash media.
2016-10-24 20:52:35 +03:00
Michael Shigorin
ad2eef8cf7
probing.c: ensure sd_mod as well
...
There were cases when usb_storage and its dependencies
would be the only ones popping up in /proc/modules...
2015-02-27 00:48:19 +03:00
Anton V. Boyarshinov
bab88d61a1
dynamic interafaces names list
2013-02-14 17:08:46 +04:00
Mykola Grechukh
6d837a25c6
In cdrom_prepare() do not overwrite media list by DISK medias. Instead,
...
make get_medias() report DISK too when asked for CDROM.
2012-02-10 14:18:48 +00:00
Michael Shigorin
f697127807
probing.c: avoid extra dreaming of usb_storage
...
The initial intention was that at least one second
should pass before retesting for the insmod result
*but* that appears to be both unneeded and boring;
let's skip even an extra second if there's no need.
2011-12-19 20:10:52 +02:00
Michael Shigorin
04a8821b6e
probing.c: fix just-introduced fd leak
...
usb_not_there() really should closedir() what it opendir()s...
thanks ldv@ for both paying attention and suggesting a fix.
2011-12-16 20:24:21 +02:00
Michael Shigorin
8ed1a19660
probing.c: enhance usb_storage long wait
...
It's pretty silly to wait for 10 seconds at once
while not having ensured that the module is being
loaded indeed...
Thanks rom_as@ for pointing this out.
2011-12-16 18:03:42 +02:00
Sergey Bolshakov
80f4eefd72
recognize infiniband ifaces as network ones
2010-06-03 14:55:53 +04:00
Sergey Bolshakov
8d129a2d40
wait for usb-storage devices to show up, if any
2008-04-16 14:36:23 +03:00
Sergey Bolshakov
4d9edc4fe1
minor tweaks for klibc-enabled build
2008-03-15 23:59:16 +03:00
Sergey Bolshakov
ba911cea3a
Merge branch 'standalone' into klibc
2008-03-13 19:19:25 +03:00
Sergey Bolshakov
0a6af0fb35
massive change caused by udev use in initramfs:
...
- added udevd, udevtrigger & udevsettle spawning from init,
reproducing nead same logic, found in initrd, created by
/sbin/mkinitd
- lots of obsolete by this change stuff removed
- use external /sbin/modprobe form klibc utils
in places, where manual module loading still needed
- pack unchangeable part of initramfs into `initfs'
file (gzipped cpio archive), which may be concatenated later
with other parts (especially kernel modules) to form
actual initramfs image.
2008-03-01 22:02:06 +03:00
Sergey Bolshakov
b83ad685a5
whatever
2008-03-01 19:16:25 +03:00
Sergey Bolshakov
861d3e1e9a
#include <libgen.h> for basename()
2008-03-01 01:16:34 +03:00
Sergey Bolshakov
b05b01a7b3
rewrote get_net_intf_description() to use sysfs
...
do not use plip as net device any more
2008-02-29 20:09:32 +03:00
Sergey Bolshakov
deaa533ad2
stripped to use davices already probed by udev
2008-02-29 18:14:39 +03:00
Sergey Bolshakov
f5120f7acf
remove unwanted \n from cdrom model name
2007-08-02 20:08:13 +04:00
Anton V. Boyarshinov
be662de749
added support for noload=module1,module2.. command line
2007-07-24 14:51:48 +04:00
Sergey Bolshakov
48d26b2d15
- cleaned up
2007-03-03 00:48:18 +03:00
Sergey Bolshakov
be01ee5e40
- redo block device probing based on sysfs
2007-03-01 19:25:26 +03:00
Sergey Bolshakov
dd4a3c84a5
nu probing
2007-02-27 16:11:49 +03:00
Sergey Bolshakov
b666a6da01
- usbhid probe fixed
...
- only one stage1 binary built
2006-11-24 17:58:05 +03:00
Sergey Bolshakov
b8e0eb7bac
- probe usbhid very first
...
- probe by PCI_CLASS_STORAGE_RAID too
2006-11-23 18:45:18 +03:00
Sergey Bolshakov
d4e5e4a267
added probing for nics claimed as bridge (nForcex)
2006-01-24 14:40:50 +00:00
Sergey Bolshakov
795cdae5d7
- pass thru argv to next init
...
- fixed typo in message
2005-10-28 15:05:40 +00:00
Sergey Bolshakov
a420520602
*** empty log message ***
2005-08-19 16:08:40 +00:00
Anton Farygin
3085a93992
bootsplash progressbar support
2005-04-21 11:06:44 +00:00
Sergey Bolshakov
6497fd23c9
wait for usb cdrom
2005-03-03 13:36:28 +00:00
Sergey Bolshakov
e6864f7c18
proper text in ask_insmod, cleanups
2005-03-03 12:37:10 +00:00
Sergey Bolshakov
d887ddf00f
mem limit decreased to 124M
...
chatty net probing fixed
2005-03-02 20:12:09 +00:00
Sergey Bolshakov
9e461d6942
messages unified
2005-03-02 18:51:34 +00:00
Sergey Bolshakov
9065d4bc5d
ide probing
2005-02-15 20:33:05 +00:00
Sergey Bolshakov
a8abfdd837
usb probing again
...
usbnet initial support
2005-02-07 17:55:26 +00:00
Sergey Bolshakov
74b6fa7a73
nfs->iso scheme added
...
obsolete #define ripped out
2005-02-04 20:28:52 +00:00
Sergey Bolshakov
a4108d4897
massaged for gcc3.4
...
unconditional usb support
usb probing fixed again
2005-01-21 17:03:46 +00:00
Sergey Bolshakov
f11a4579da
scsi discovery fixed
2004-12-29 19:33:06 +00:00
Sergey Bolshakov
1ec038fd23
updated pci probing scheme: stop compile in pci ids form now,
...
separate map file /modules/modules.map used instead and parsed
at runtime. see related changes in mar module also.
2004-12-15 20:43:02 +00:00
Sergey Bolshakov
7f8d55ebef
merged changes from propagator_1_1_dev
2004-11-22 13:47:29 +00:00
Anton Farygin
40600f62fe
removed old debug messges, cleanup messages into init
2004-04-14 18:23:20 +00:00
Anton Kachalov
46438969c6
Initial revision
2004-01-20 18:32:43 +00:00