From: Matt Wojcik Date: Tue, 5 Aug 2008 21:34:24 +0000 (+0000) Subject: Minor changes. X-Git-Tag: vmmhack1-ramdisk-boot-iso-puppy~19 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=c8893b9c39be2857b35a1e87bba8aeae6db0a8d3 Minor changes. --- diff --git a/palacios/include/geekos/ne2k.h b/palacios/include/geekos/ne2k.h index d17a646..9bfb73c 100644 --- a/palacios/include/geekos/ne2k.h +++ b/palacios/include/geekos/ne2k.h @@ -1,7 +1,6 @@ #ifndef GEEKOS_NE2K_H #define GEEKOS_NE2K_H -//#include #include #define NE2K_PAGE0 0x00 @@ -11,6 +10,8 @@ #define NE2K_BASE_ADDR 0xc100 /* Starting address of the card */ #define NE2K_CR NE2K_BASE_ADDR /* Command register */ +#define NE2K_DATAPORT (NE2K_CR + 0x10) +#define NE2K_RESET (NE2K_CR + 0x1f) /* Page 0 register offsets */ #define NE2K CLDA0 (NE2K_CR + 0x01)