aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/dmfe.c
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2007-07-04 05:52:56 -0400
committerMarty Connor <mdc@etherboot.org>2007-07-04 05:52:56 -0400
commit1af1668c95e43b55a23e06efe3720cd95ea02f33 (patch)
tree8ad69c7cebe75c6a702b8ba9c264389742a8700e /src/drivers/net/dmfe.c
parentac69b85adb8f3f58e2b9eb70bedf69de5c820934 (diff)
downloadipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.tar.gz
Warnings purge of drivers (continued)
Diffstat (limited to 'src/drivers/net/dmfe.c')
-rw-r--r--src/drivers/net/dmfe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/dmfe.c b/src/drivers/net/dmfe.c
index 7320e903..cc140010 100644
--- a/src/drivers/net/dmfe.c
+++ b/src/drivers/net/dmfe.c
@@ -1022,7 +1022,7 @@ static u16 phy_read_1bit(unsigned long ioaddr)
static void dmfe_parse_srom(struct nic *nic)
{
- char *srom = db->srom;
+ unsigned char *srom = db->srom;
int dmfe_mode, tmp_reg;
/* Init CR15 */