<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/drivers, 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?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-11-21T23:22:50+00:00</updated>
<entry>
<title>[b44] Add driver for Broadcom bcm44xx cards</title>
<updated>2008-11-21T23:22:50+00:00</updated>
<author>
<name>Pantelis Koukousoulas</name>
</author>
<published>2008-11-21T21:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=7166bc7b2d044adcbe65a0829209ec819888add5'/>
<id>urn:sha1:7166bc7b2d044adcbe65a0829209ec819888add5</id>
<content type='text'>
This driver is based on Stefan Hajnoczi's summer work, which
is in turn based on version 1.01 of the linux b44 driver.
I just assembled the pieces and fixed/added a few pieces
here and there to make it work for my hardware.

The most major limitation is that this driver won't work
on systems with &gt;1GB RAM due to the card not having enough
address bits for that and gPXE not working around this
limitation.

Still, other than that the driver works well enough for
at least 2 users :) and the above limitation can always
be fixed when somebody wants it bad enough :)

Signed-off-by: Pantelis Koukousoulas &lt;pktoss@gmail.com&gt;
</content>
</entry>
<entry>
<title>[blockdev] Move block device operations to structure block_device_operations</title>
<updated>2008-11-19T20:04:43+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2008-11-19T16:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a2686a55c4799f34dcaa60e14097ed0e8f5c9254'/>
<id>urn:sha1:a2686a55c4799f34dcaa60e14097ed0e8f5c9254</id>
<content type='text'>
Signed-off-by: Laurent Vivier &lt;Laurent.Vivier@bull.net&gt;
</content>
</entry>
<entry>
<title>[virtio] Split virtio-net.c into several files.</title>
<updated>2008-11-19T19:58:51+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2008-11-19T16:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b48f37e69a7101428b24900f8e1ba2c8a3561b32'/>
<id>urn:sha1:b48f37e69a7101428b24900f8e1ba2c8a3561b32</id>
<content type='text'>
Signed-off-by: Laurent Vivier &lt;Laurent.Vivier@bull.net&gt;
</content>
</entry>
<entry>
<title>[virtio] Consolidate virtio-net static data into a struct vring_virtqueue</title>
<updated>2008-11-19T19:55:54+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2008-11-19T16:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=14a739ba6a5b763fd6877203ab6a2813bd1bb7fe'/>
<id>urn:sha1:14a739ba6a5b763fd6877203ab6a2813bd1bb7fe</id>
<content type='text'>
Signed-off-by: Laurent Vivier &lt;Laurent.Vivier@bull.net&gt;
</content>
</entry>
<entry>
<title>[virtio] Remove dependency on nic for virtio PCI functions</title>
<updated>2008-11-19T19:51:38+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2008-11-19T16:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d3d8f20626f9cdbf3f2dd5af4fea6a9e601b240f'/>
<id>urn:sha1:d3d8f20626f9cdbf3f2dd5af4fea6a9e601b240f</id>
<content type='text'>
Signed-off-by: Laurent Vivier &lt;Laurent.Vivier@bull.net&gt;
</content>
</entry>
<entry>
<title>[virtio] Consolidate vring_get_buf() by using a buffer list to add to the vring</title>
<updated>2008-11-19T19:50:51+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2008-11-19T16:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fc49421c7ed4ae636fd0d93ef999b6b89907f451'/>
<id>urn:sha1:fc49421c7ed4ae636fd0d93ef999b6b89907f451</id>
<content type='text'>
Signed-off-by: Laurent Vivier &lt;Laurent.Vivier@bull.net&gt;
</content>
</entry>
<entry>
<title>[virtio] Move virtio-pci.h and virtio-ring.h to include/gpxe</title>
<updated>2008-11-19T19:48:30+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2008-11-19T16:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5dd51079768140bcc9545fe64e75b760eb681ea8'/>
<id>urn:sha1:5dd51079768140bcc9545fe64e75b760eb681ea8</id>
<content type='text'>
Signed-off-by: Laurent Vivier &lt;Laurent.Vivier@bull.net&gt;
</content>
</entry>
<entry>
<title>[x86_64] Fix assorted 64-bit compilation errors and warnings</title>
<updated>2008-11-19T19:33:05+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-11-19T19:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0ebbbb95fa03622423154a3e56251dd58832654d'/>
<id>urn:sha1:0ebbbb95fa03622423154a3e56251dd58832654d</id>
<content type='text'>
Remove various 32-bit assumptions scattered throughout the codebase.
The code is still not necessarily 64-bit clean, but will at least
compile.
</content>
</entry>
<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>
</feed>
