Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added new copyright and license
[palacios.git] / palacios / src / geekos / ne2k.c
2008-10-03 Jack Lange added new copyright and license
2008-09-16 Jack Lange fixed a ton of compile errors
2008-08-22 Matt Wojcik Wrote a function to to copy over packet data from the...
2008-08-19 Matt Wojcik Updated NE2K_Send().
2008-08-08 Matt Wojcik *** empty log message ***
2008-08-08 Matt Wojcik Fixed the bug that caused the first packet sent to...
2008-08-06 Peter Kamm Bug fix in Dump_Registers
2008-08-05 Matt Wojcik Minor formatting changes.
2008-08-05 Matt Wojcik Changed the section of code that handles multiple packe...
2008-08-04 Matt Wojcik Added callbacks to allow functios at a higher level...
2008-08-04 Matt Wojcik Added the NE2K_Send function, which takes several argum...
2008-07-31 Peter Kamm Version that automatically checks RX packet size. ...
2008-07-30 Matt Wojcik Initial working version of NE2K_Receive() added.
2008-07-28 Peter Kamm Initial version of ne2k driver.