<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/drivers/net/e1000, branch v0.9.3</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/net/e1000?h=v0.9.3</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/net/e1000?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2007-12-17T18:07:29+00:00</updated>
<entry>
<title>Fix e1000 receive tail pointer (RDT) handling</title>
<updated>2007-12-17T18:07:29+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-12-17T18:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ff476c04e9386a21d8136afe88167df370ad929d'/>
<id>urn:sha1:ff476c04e9386a21d8136afe88167df370ad929d</id>
<content type='text'>
e1000 should now work in VMware.
</content>
</entry>
<entry>
<title>Correct e1000 interrupt routine to enable on 1 disable on 0. duh.</title>
<updated>2007-12-13T16:20:45+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-12-13T16:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bd2607305ca381abbe92431ff7410cbb040714be'/>
<id>urn:sha1:bd2607305ca381abbe92431ff7410cbb040714be</id>
<content type='text'>
The e1000_irq() routine should (per mcb30) do enable on non-zero,
disable on zero.  This is not consistent in all drivers, so I'll
wait to update it when doing a global sweep.
</content>
</entry>
<entry>
<title>Various warnings fixups for OpenBSD with gcc-3.3.5.</title>
<updated>2007-12-07T00:11:43+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-12-07T00:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=df868476e7872c3ebd8c6e2a21f8365858907dc7'/>
<id>urn:sha1:df868476e7872c3ebd8c6e2a21f8365858907dc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add copyright, clean up comments a bit, remove unnecessary code.</title>
<updated>2007-12-03T06:17:41+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-12-03T06:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=82a3e8064522e02065967478709740fbbb3bc651'/>
<id>urn:sha1:82a3e8064522e02065967478709740fbbb3bc651</id>
<content type='text'>
Cleanups for e1000.c.
</content>
</entry>
<entry>
<title>Fixed receive instability by not enabling interrupts. duh.</title>
<updated>2007-11-21T02:33:42+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-11-21T02:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=2d60a3963f3197bb52db7f490a4761de05aabeb5'/>
<id>urn:sha1:2d60a3963f3197bb52db7f490a4761de05aabeb5</id>
<content type='text'>
I have successfully booted DOS via iSCSI and PXELINUX via TFTP with this
version of the e1000 driver.
</content>
</entry>
<entry>
<title>This version now transmits and receives.</title>
<updated>2007-11-20T21:23:12+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-11-20T21:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=645a752bc27f886d2f9ae04bce924eb0195fd09b'/>
<id>urn:sha1:645a752bc27f886d2f9ae04bce924eb0195fd09b</id>
<content type='text'>
There may still be an issue with memory handling, since it seems to
die ungracefully when ARP packets come in after loading a kernel.
Something to debug.
</content>
</entry>
<entry>
<title>Autonegotiation fixes.  NIC now autonegotiates to whatever the switch supports.</title>
<updated>2007-11-20T17:06:22+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-11-20T17:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8973caa1e6e468f0750a88811af7382f1c3d9c1a'/>
<id>urn:sha1:8973caa1e6e468f0750a88811af7382f1c3d9c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A version of the new e1000 driver that transmits.</title>
<updated>2007-11-20T15:23:32+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-11-20T15:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e41550b0bafca53d35fde62b4103399348cbf2a6'/>
<id>urn:sha1:e41550b0bafca53d35fde62b4103399348cbf2a6</id>
<content type='text'>
autonegotiation still needs work.  receive is not working yet.
</content>
</entry>
<entry>
<title>Rename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' instead of 'make bin/e1000_main.dsk'</title>
<updated>2007-11-18T15:54:42+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-11-18T15:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8b0d86914b401bf922f2002394c20964d8b1b5a5'/>
<id>urn:sha1:8b0d86914b401bf922f2002394c20964d8b1b5a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce files for new e1000 driver</title>
<updated>2007-11-18T15:31:00+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-11-18T15:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0fea19c39864b7e65bf6ae21c8c2eb5a2f08db1a'/>
<id>urn:sha1:0fea19c39864b7e65bf6ae21c8c2eb5a2f08db1a</id>
<content type='text'>
</content>
</entry>
</feed>
