<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/eisa/Makefile, branch v4.11.3</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.11.3</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.11.3'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2008-07-22T04:54:53Z</updated>
<entry>
<title>driver core: remove DEVICE_NAME_SIZE define</title>
<updated>2008-07-22T04:54:53Z</updated>
<author>
<name>Kay Sievers</name>
<email>kay.sievers@vrfy.org</email>
</author>
<published>2008-05-02T04:02:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ca52a49846f1451163c0dc14c40cd06ff808df3e'/>
<id>urn:sha1:ca52a49846f1451163c0dc14c40cd06ff808df3e</id>
<content type='text'>
There is no such thing as a "device name size" in the driver core, so
remove the define and fix up any users of this odd define in the rest of
the kernel.

Signed-off-by: Kay Sievers &lt;kay.sievers@vrfy.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>[PATCH] Fix gcc 4 compilation in drivers/eisa</title>
<updated>2005-01-10T00:51:10Z</updated>
<author>
<name>Andi Kleen</name>
<email>ak@suse.de</email>
</author>
<published>2005-01-10T00:51:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=412839841fb7121546dfc28cdd2d2c35b72ebd23'/>
<id>urn:sha1:412839841fb7121546dfc28cdd2d2c35b72ebd23</id>
<content type='text'>
Drop -Werror to allow compilation with gcc 4

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>kbuild/eisa: Makefile update</title>
<updated>2003-09-06T23:24:41Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@mars.ravnborg.org</email>
</author>
<published>2003-09-06T23:24:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6126f86bdbc2b5ff728cdb8a537872a16ace14d6'/>
<id>urn:sha1:6126f86bdbc2b5ff728cdb8a537872a16ace14d6</id>
<content type='text'>
- Nice output when generating devlist.h
- Defer DEVICE_NAME_SIZE assignment until needed
No funtional changes
</content>
</entry>
<entry>
<title>[PATCH] EISA/sysfs update</title>
<updated>2003-04-28T20:33:28Z</updated>
<author>
<name>Marc Zyngier</name>
<email>mzyngier@freesurf.fr</email>
</author>
<published>2003-04-28T20:33:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a00ad804b754d5b3afc42ec95413dc2450903b51'/>
<id>urn:sha1:a00ad804b754d5b3afc42ec95413dc2450903b51</id>
<content type='text'>
The included patch cleans up the EISA code :

- Documentation update,
- Remove i386 EISA ID reservation (handled in the generic code),
- Add some preliminary support for EISA-like VLB cards (Adaptec 287x),
- Add some stricter dependancies for EISA_VIRTUAL_ROOT
- Preliminary support for EISA DMA,
- Much more conservative probing,
- EISA IDs list update (Compaq stuff).
</content>
</entry>
<entry>
<title>[PATCH] EISA/sysfs updates</title>
<updated>2003-02-17T05:35:00Z</updated>
<author>
<name>Marc Zyngier</name>
<email>mzyngier@freesurf.fr</email>
</author>
<published>2003-02-17T05:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d61c31bb5e3103c7446dbe831df6c87c7e580d7d'/>
<id>urn:sha1:d61c31bb5e3103c7446dbe831df6c87c7e580d7d</id>
<content type='text'>
This is an update to the EISA/sysfs code :

 - Separate bus root code from generic code.
 - Add driver for PCI/EISA bridge.
 - Hacked parisc eisa driver so it can act as a root device.
 - Add driver for so-called virtual root (for bridge-less systems).
 - Allow multiple roots.
 - Moved quirk_eisa_bridge from alpha to generic code, since
   the EISA code needs it now (on x86, for example...).
 - 3c59x :
   Prevent driver from returning ENODEV in case it has registered with
   the EISA framework, but no device has been found yet (it happends
   when the driver is built into the kernel, and the EISA bus root has
   not been discovered yet).

It's been discussed on lkml, and all suggestions (mainly from Ivan
Kokshaysky &lt;ink@jurassic.park.msu.ru&gt;) have been taken into account.
</content>
</entry>
<entry>
<title>kbuild: Remove export-objs := ... statements</title>
<updated>2003-02-03T10:19:47Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2003-02-03T10:19:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4612452845903c0af785fe507758004f15ee4b2c'/>
<id>urn:sha1:4612452845903c0af785fe507758004f15ee4b2c</id>
<content type='text'>
One of the goals of the whole new modversions implementation:
export-objs is gone for good!
</content>
</entry>
<entry>
<title>sysfs EISA support</title>
<updated>2003-01-16T03:18:00Z</updated>
<author>
<name>Marc Zyngier</name>
<email>mzyngier@freesurf.fr</email>
</author>
<published>2003-01-16T03:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fc9739df6e8b8acaf9a56d92a75279adfa64b076'/>
<id>urn:sha1:fc9739df6e8b8acaf9a56d92a75279adfa64b076</id>
<content type='text'>
Base patch adding sysfs support for the EISA bus
</content>
</entry>
</feed>
