eepro100: Remove C++ comments
commite7493b25c0b3aa7f2e99d1f0d73b29d8f2528be0
authorStefan Weil <weil@mail.berlios.de>
Tue, 2 Mar 2010 21:37:59 +0000 (2 22:37 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Mar 2010 11:47:45 +0000 (3 13:47 +0200)
treef605358cb05b79d73138434d45ee38aa48dad656
parentf80a7fc34e35293d209023d6d8f77d00a4e2c165
eepro100: Remove C++ comments

C++ comments are unwanted, so this is fixed here.

* Replace C++ comments by C comments.
* Put code which was deactivated by a C++ comment in #if 0...#endif.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/eepro100.c