summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/dmfe.c
diff options
context:
space:
mode:
authorMarty Connor2007-07-04 11:52:56 +0200
committerMarty Connor2007-07-04 11:52:56 +0200
commit1af1668c95e43b55a23e06efe3720cd95ea02f33 (patch)
tree8ad69c7cebe75c6a702b8ba9c264389742a8700e /src/drivers/net/dmfe.c
parentUNDI loader entry point implemented; seems to work. (diff)
downloadipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.tar.gz
ipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.tar.xz
ipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.zip
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 */