<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/drivers/net/r8169.c, branch v0.9.6</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/net/r8169.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/net/r8169.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-11-19T19:15:44+00:00</updated>
<entry>
<title>[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long</title>
<updated>2008-11-19T19:15:44+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-11-19T02:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b59e0cc56eb6d5f3b6f934722931f6919309ffd2'/>
<id>urn:sha1:b59e0cc56eb6d5f3b6f934722931f6919309ffd2</id>
<content type='text'>
This brings us in to line with Linux definitions, and also simplifies
adding x86_64 support since both platforms have 2-byte shorts, 4-byte
ints and 8-byte long longs.
</content>
</entry>
<entry>
<title>[r8169] New rtl8169 family driver</title>
<updated>2008-11-18T04:04:07+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2008-11-18T04:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=85f82f09e924ea035e08ff5a779ade8642f803d3'/>
<id>urn:sha1:85f82f09e924ea035e08ff5a779ade8642f803d3</id>
<content type='text'>
This is a completely rewritten version of the rtl8169 family driver
using the gPXE driver API.
</content>
</entry>
<entry>
<title>[Drivers-r8169] Add support for newer rtl8169 variants from Hilko Bengen</title>
<updated>2008-03-31T13:14:23+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2008-03-31T13:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fbb6a3fd6558b5a8f2898e1a475d9874dff2c3e2'/>
<id>urn:sha1:fbb6a3fd6558b5a8f2898e1a475d9874dff2c3e2</id>
<content type='text'>
03-19-2008, Hilko Bengen, Cleanups and fixes for newer cards
(successfully tested with 8110SC-d onboard NIC)
</content>
</entry>
<entry>
<title>Modify gPXE core and drivers to work with the new timer subsystem</title>
<updated>2008-03-02T00:41:10+00:00</updated>
<author>
<name>Alexey Zaytsev</name>
</author>
<published>2008-03-02T00:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a1572e0ab0f5fab9a1f0185ded593bec811aa175'/>
<id>urn:sha1:a1572e0ab0f5fab9a1f0185ded593bec811aa175</id>
<content type='text'>
Signed-off-by: Alexey Zaytsev &lt;alexey.zaytsev@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove *_fill_nic() calls, and directly set nic-&gt;ioaddr and nic-&gt;irqno .</title>
<updated>2007-12-13T16:08:40+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-12-13T16:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1a867bfb3949ff4131834cddd491428a056b63ce'/>
<id>urn:sha1:1a867bfb3949ff4131834cddd491428a056b63ce</id>
<content type='text'>
This needs to be done manually because if the irq() routine is
implemented then we want something like "nic-&gt;irqno = pci-&gt;irqno;",
else we do "nic-&gt;irqno = 0;" nic-&gt;ioaddr may also need to be set
carefully.

Also added local variables to end of many files, for emacs indentation
to match kernel style (tab does 8 space indent).
</content>
</entry>
<entry>
<title>Add a missing PCI ID that is tested as working.</title>
<updated>2007-10-10T01:07:18+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-10-10T01:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8069598a99c3e8600b627df36d7a81712a105b2e'/>
<id>urn:sha1:8069598a99c3e8600b627df36d7a81712a105b2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Quick and very dirty hack to get r8169 driver working again, prior to</title>
<updated>2007-09-26T16:58:51+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-09-26T16:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=14fb6ba189c6f2a062307c5a648c93df18792549'/>
<id>urn:sha1:14fb6ba189c6f2a062307c5a648c93df18792549</id>
<content type='text'>
any rewrite.
</content>
</entry>
<entry>
<title>Standardise DBG_PRINTF()-&gt;DBG(), and remove custom definitions for</title>
<updated>2007-09-26T16:38:36+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-09-26T16:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ed5ff61790e9f7d50d4864b561cac2b4f23aaf8a'/>
<id>urn:sha1:ed5ff61790e9f7d50d4864b561cac2b4f23aaf8a</id>
<content type='text'>
DBG_PRINTF() and assert().
</content>
</entry>
<entry>
<title>make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG static</title>
<updated>2007-07-27T19:39:31+00:00</updated>
<author>
<name>Holger Lubitz</name>
</author>
<published>2007-07-27T19:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=77ffd636fad639197dc297b6b8913190deedb098'/>
<id>urn:sha1:77ffd636fad639197dc297b6b8913190deedb098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warnings purge of drivers (continued)</title>
<updated>2007-07-04T09:52:56+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-07-04T09:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1af1668c95e43b55a23e06efe3720cd95ea02f33'/>
<id>urn:sha1:1af1668c95e43b55a23e06efe3720cd95ea02f33</id>
<content type='text'>
</content>
</entry>
</feed>
