aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/boot/netboot/ns8390.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/boot/netboot/ns8390.c')
-rw-r--r--sys/i386/boot/netboot/ns8390.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/netboot/ns8390.c b/sys/i386/boot/netboot/ns8390.c
index 10e88622b3e6..14cca176c825 100644
--- a/sys/i386/boot/netboot/ns8390.c
+++ b/sys/i386/boot/netboot/ns8390.c
@@ -134,7 +134,7 @@ eth_probe()
}
}
printf("\r\n");
-
+
}
#endif
#ifdef INCLUDE_3COM
@@ -244,7 +244,7 @@ eth_probe()
/*
* Clear memory and verify that it worked (we use only 8K)
*/
- bzero(eth_bmem, 0x2000);
+ bzero(eth_bmem, 0x2000);
for(i = 0; i < 0x2000; ++i)
if (*((eth_bmem)+i)) {
printf ("Failed to clear 3c503 shared mem.\r\n");