<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/mdk-stage1/probing.c, branch 10.41</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>fix segfault with empty device description (can happen for USB devices)</title>
<updated>2008-04-03T13:24:43+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-04-03T13:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=40777f9e8a8d7387f52a262720f04c114e07f41b'/>
<id>40777f9e8a8d7387f52a262720f04c114e07f41b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>load disk/ide before disk/scsi (to prevent sata deps from overriding non-libata pata modules, like in install::steps)</title>
<updated>2008-03-18T16:58:40+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-03-18T16:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=07360c5bfa15ab267f71c282053e9e511310e0e2'/>
<id>07360c5bfa15ab267f71c282053e9e511310e0e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify (and remove gotos \o/)</title>
<updated>2008-03-18T16:38:46+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-03-18T16:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=972364b50d8395aadd92193489294c146d9cc0a7'/>
<id>972364b50d8395aadd92193489294c146d9cc0a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extract probe_pci_modules functions (will be reused to load media controllers in two times, IDE first, other then)</title>
<updated>2008-03-18T16:34:31+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-03-18T16:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f56eaf9328fdfbf64482b22b9014a3e5225f4f2d'/>
<id>f56eaf9328fdfbf64482b22b9014a3e5225f4f2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>probe usb-storage/sbp2 only when probing USB/SCSI buses (to make automatic boot faster on IDE)</title>
<updated>2008-02-28T19:18:05+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-02-28T19:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c2a5497cd45e7eb9d57aaadff35805ed2b63fd76'/>
<id>c2a5497cd45e7eb9d57aaadff35805ed2b63fd76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix automatic IDE media detection (was broken with multiple CD drives, #36161)</title>
<updated>2008-02-27T22:41:05+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-02-27T22:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d8d60e3fe9a43e3edd41658ab1332da82b7aee01'/>
<id>d8d60e3fe9a43e3edd41658ab1332da82b7aee01</id>
<content type='text'>
This is fixed by also loading media adapters for IDE bus, it was
probably broken when we switched to modular IDE in the kernel.
This should also allow keeping the bootsplash during stage2 load
(previously automatic IDE mode was not working in the "automatic" code
path, but working only if one IDE drives was present, after having
disabled automatic mode...)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is fixed by also loading media adapters for IDE bus, it was
probably broken when we switched to modular IDE in the kernel.
This should also allow keeping the bootsplash during stage2 load
(previously automatic IDE mode was not working in the "automatic" code
path, but working only if one IDE drives was present, after having
disabled automatic mode...)

</pre>
</div>
</content>
</entry>
<entry>
<title>- rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters now</title>
<updated>2008-02-27T22:33:53+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-02-27T22:33:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6c58a9fd80d09807aacefba9f0ae6045be03be7b'/>
<id>6c58a9fd80d09807aacefba9f0ae6045be03be7b</id>
<content type='text'>
- update comments and messages accordingly
- rename already_probed_scsi_adapters as already_probed_media_adapters

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- update comments and messages accordingly
- rename already_probed_scsi_adapters as already_probed_media_adapters

</pre>
</div>
</content>
</entry>
<entry>
<title>do not probe PCI devices when probing USB bus</title>
<updated>2007-10-23T09:43:17+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2007-10-23T09:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2543fc328ae34869e603b36769d82f2ffb26a4f0'/>
<id>2543fc328ae34869e603b36769d82f2ffb26a4f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix probing USB controllers when probing USB devices directly</title>
<updated>2007-10-23T09:42:34+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2007-10-23T09:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7465fa874e6651684768344d06dfe959d69f0733'/>
<id>7465fa874e6651684768344d06dfe959d69f0733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>export find_media function</title>
<updated>2007-10-03T20:57:10+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2007-10-03T20:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e09dc777c274c5022a21527dde6390d94d8b4621'/>
<id>e09dc777c274c5022a21527dde6390d94d8b4621</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
