<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/drivers/net/forcedeth.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/forcedeth.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/net/forcedeth.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-10-10T17:41:24+00:00</updated>
<entry>
<title>[makefile] Add -Wformat-nonliteral as an extra warning category</title>
<updated>2008-10-10T17:41:24+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-10-10T17:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=2e812235f41c9dc3e11fef42a62f4693c0cf639a'/>
<id>urn:sha1:2e812235f41c9dc3e11fef42a62f4693c0cf639a</id>
<content type='text'>
-Wformat-nonliteral is not enabled by -Wall and needs to be explicitly
 specified.

Modified the few files that use nonliteral format strings to work with
this new setting in place.

Inspired by a patch from Carl Karsten &lt;carl@personnelware.com&gt; and an
identical patch from Rorschach &lt;r0rschach@lavabit.com&gt;.
</content>
</entry>
<entry>
<title>[forcedeth] Add support for PCI ID 10de:0373</title>
<updated>2008-07-10T00:19:08+00:00</updated>
<author>
<name>Andrew Schran</name>
</author>
<published>2008-07-10T00:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=34c1a5b91d5ef2b74278690f12cee9df3c0b3d27'/>
<id>urn:sha1:34c1a5b91d5ef2b74278690f12cee9df3c0b3d27</id>
<content type='text'>
</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 "name" field to struct device to allow human-readable hardware device</title>
<updated>2007-01-10T04:22:09+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-10T04:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=dad52745227fd06090e73ea535e0b0fe0f667c60'/>
<id>urn:sha1:dad52745227fd06090e73ea535e0b0fe0f667c60</id>
<content type='text'>
names.

Add "dev" pointer in struct net_device to tie network interfaces back to a
hardware device.

Force natural alignment of data types in __table() macros.  This seems to
prevent gcc from taking the unilateral decision to occasionally increase
their alignment (which screws up the table packing).
</content>
</entry>
<entry>
<title>eth_ntoa and warnings fixups</title>
<updated>2006-09-25T02:47:50+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2006-09-25T02:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f4d0f2e5b516b2aef57494414734279e757366e6'/>
<id>urn:sha1:f4d0f2e5b516b2aef57494414734279e757366e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restructured PCI subsystem to fit the new device model.</title>
<updated>2006-05-16T15:12:06+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-05-16T15:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=15ee09ed10d71969abeea9f578f061e096ef43d0'/>
<id>urn:sha1:15ee09ed10d71969abeea9f578f061e096ef43d0</id>
<content type='text'>
Generic PCI code now handles 64-bit BARs correctly when setting
"membase"; drivers should need to call pci_bar_start() only if they want
to use BARs other than the first memory or I/O BAR.

Split rarely-used PCI functions out into pciextra.c.

Core PCI code is now 662 bytes (down from 1308 bytes in Etherboot 5.4).
284 bytes of this saving comes from the pci/pciextra split.

Cosmetic changes to lots of drivers (e.g. vendor_id-&gt;vendor in order to
match the names used in Linux).
</content>
</entry>
<entry>
<title>Header rearrangement.</title>
<updated>2006-04-24T15:42:49+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-04-24T15:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=824d6ffa7f3d52ce165419356bfe28eaaf36a81b'/>
<id>urn:sha1:824d6ffa7f3d52ce165419356bfe28eaaf36a81b</id>
<content type='text'>
I want to get to the point where any header in include/ reflects a
standard user-level header (e.g. a POSIX header), while everything that's
specific to gPXE lives in include/gpxe/.  Headers that reflect a Linux
header (e.g. if_ether.h) should also be in include/gpxe/, with the same
name as the Linux header and, preferably, the same names used for the
definitions.
</content>
</entry>
<entry>
<title>Synced across updates from Etherboot 5.4 tree</title>
<updated>2005-05-19T16:47:19+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2005-05-19T16:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4e87543c741e90ff3935864929e8d8eba17a6ab7'/>
<id>urn:sha1:4e87543c741e90ff3935864929e8d8eba17a6ab7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Symbol fixups</title>
<updated>2005-05-03T11:29:33+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2005-05-03T11:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c112f12c5b9b2d883253624c81f6a1c8095966ef'/>
<id>urn:sha1:c112f12c5b9b2d883253624c81f6a1c8095966ef</id>
<content type='text'>
</content>
</entry>
</feed>
