<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/drivers/net/via-velocity.c, branch openslx</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/net/via-velocity.c?h=openslx</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/net/via-velocity.c?h=openslx'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2013-07-15T09:25:51+00:00</updated>
<entry>
<title>[velocity] Rewrite VIA Velocity driver</title>
<updated>2013-07-15T09:25:51+00:00</updated>
<author>
<name>Adrian Jamróz</name>
</author>
<published>2013-07-13T16:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4fabc0012ac69c3a333a192ab97c790bed18b6e1'/>
<id>urn:sha1:4fabc0012ac69c3a333a192ab97c790bed18b6e1</id>
<content type='text'>
Signed-off-by: Adrian Jamróz &lt;adrian.jamroz@gmail.com&gt;
Modified-by: Thomas Miletich &lt;thomas.miletich@gmail.com&gt;
Signed-off-by: Thomas Miletich &lt;thomas.miletich@gmail.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[build] Fix uses of literal 0 as a NULL pointer</title>
<updated>2013-04-28T16:13:44+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2013-04-28T15:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b9663b80497d8954a2195789c91ba2f27c8e2d6b'/>
<id>urn:sha1:b9663b80497d8954a2195789c91ba2f27c8e2d6b</id>
<content type='text'>
Detected using sparse.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[src] Fix spelling in comments, debug messages and local variable names</title>
<updated>2013-01-03T15:18:48+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2013-01-03T15:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3fcb8cf8dceb45f8b01e1d69d43cfd99df43b78a'/>
<id>urn:sha1:3fcb8cf8dceb45f8b01e1d69d43cfd99df43b78a</id>
<content type='text'>
Fixes in comments and debug messages:

  existance -&gt; existence
  unecessary -&gt; unnecessary
  occured -&gt; occurred
  decriptor -&gt; descriptor
  neccessary -&gt; necessary
  addres, adress -&gt; address
  initilize -&gt; initialize
  sucessfully -&gt; successfully
  paramter -&gt; parameter
  acess -&gt; access
  upto -&gt; up to
  likelyhood -&gt;likelihood
  thru -&gt; through
  substracting -&gt; subtracting
  lenght -&gt; length
  isnt -&gt; isn't
  interupt -&gt; interrupt
  publically -&gt; publicly (this one was not wrong, but unusual)
  recieve -&gt; receive
  accessable -&gt; accessible
  seperately -&gt; separately
  pacet -&gt; packet
  controled -&gt; controlled
  dectect -&gt; detect
  indicies -&gt; indices
  extremly -&gt; extremely
  boundry -&gt; boundary
  usefull -&gt; useful
  unuseable -&gt; unusable
  auxilliary -&gt; auxiliary
  embeded -&gt; embedded
  enviroment -&gt; environment
  sturcture -&gt; structure
  complier -&gt; compiler
  constructes -&gt; constructs
  supress -&gt; suppress
  intruduced -&gt; introduced
  compatability -&gt; compatibility
  verfication -&gt; verification
  ths -&gt; the
  reponse -&gt; response

Fixes in local variable names:

  retreive -&gt; retrieve

Most of these fixes were made using codespell.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Modified-by: Michael Brown &lt;mcb30@ipxe.org&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Update FSF mailing address in GPL licence texts</title>
<updated>2012-07-20T18:55:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-07-20T18:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd'/>
<id>urn:sha1:c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd</id>
<content type='text'>
Suggested-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[via-velocity] Avoid unused variable warning in gcc 4.6</title>
<updated>2011-03-16T19:32:23+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2011-03-16T19:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=68a48b2220976401394068980f1e2688f38c9769'/>
<id>urn:sha1:68a48b2220976401394068980f1e2688f38c9769</id>
<content type='text'>
Reported-by: Ralph Giles &lt;giles@thaumas.net&gt;
Tested-by: Ralph Giles &lt;giles@thaumas.net&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[pci] Make driver PCI ID a property of the PCI device</title>
<updated>2011-02-17T01:25:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2011-02-12T01:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5bde349e55640b2d21fbe0f4f53edabe6878eb91'/>
<id>urn:sha1:5bde349e55640b2d21fbe0f4f53edabe6878eb91</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Add FILE_LICENCE macro to some GPL-v2-or-later files</title>
<updated>2010-12-03T23:38:15+00:00</updated>
<author>
<name>Shao Miller</name>
</author>
<published>2010-03-20T17:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3b517101563cb224dda2e2780db4c6eef32ded38'/>
<id>urn:sha1:3b517101563cb224dda2e2780db4c6eef32ded38</id>
<content type='text'>
Changes were made to files where the licence text within the files
themselves confirms that the files are GPL version 2 or later.

Signed-off-by: Shao Miller &lt;shao.miller@yrdsb.edu.on.ca&gt;
Modified-by: Michael Brown &lt;mcb30@ipxe.org&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[build] Rename gPXE to iPXE</title>
<updated>2010-04-19T22:43:39+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-04-19T19:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8406115834d38bb743e01f35bfd36e835532415e'/>
<id>urn:sha1:8406115834d38bb743e01f35bfd36e835532415e</id>
<content type='text'>
Access to the gpxe.org and etherboot.org domains and associated
resources has been revoked by the registrant of the domain.  Work
around this problem by renaming project from gPXE to iPXE, and
updating URLs to match.

Also update README, LOG and COPYRIGHTS to remove obsolete information.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[pci] Add driver_data field to struct pci_device_id</title>
<updated>2009-03-26T10:22:15+00:00</updated>
<author>
<name>Thomas Miletich</name>
</author>
<published>2009-03-26T10:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3da6f1c7bdc227ed0b5ab45562278fa4a18c15d3'/>
<id>urn:sha1:3da6f1c7bdc227ed0b5ab45562278fa4a18c15d3</id>
<content type='text'>
Modified-by: Michael Brown &lt;mcb30@etherboot.org&gt;
Signed-off-by: Michael Brown &lt;mcb30@etherboot.org&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>
</feed>
