summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2004-09-16 13:57:50 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2004-09-16 13:57:50 +0000
commitf449f4fd83efdbb2a75c5254342f140d21dc787e (patch)
tree4e4d6cb53165a1f6349dc368d5e285818bc00df9
parentc9d3630eb8f4f221c8a05f3592f1614e4f504346 (diff)
whitespace cleanup
-rw-r--r--sys/dev/ic/fxp.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c
index 2994446cf0c..d6bc1f1f1a5 100644
--- a/sys/dev/ic/fxp.c
+++ b/sys/dev/ic/fxp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxp.c,v 1.56 2004/08/04 19:42:30 mickey Exp $ */
+/* $OpenBSD: fxp.c,v 1.57 2004/09/16 13:57:49 markus Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -215,7 +215,6 @@ fxp_scb_wait(sc)
printf("%s: warning: SCB timed out\n", sc->sc_dev.dv_xname);
}
-
void
fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length)
{
@@ -239,7 +238,6 @@ fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length)
}
}
-
void
fxp_eeprom_putword(struct fxp_softc *sc, int offset, u_int16_t data)
{
@@ -293,8 +291,6 @@ fxp_write_eeprom(struct fxp_softc *sc, u_short *data, int offset, int words)
fxp_eeprom_putword(sc, offset + i, data[i]);
}
-
-
/*************************************************************
* Operating system-specific autoconfiguration glue
*************************************************************/
@@ -667,10 +663,6 @@ fxp_autosize_eeprom(sc)
sc->eeprom_size = x;
}
-
-
-
-
/*
* Read from the serial EEPROM. Basically, you manually shift in
* the read opcode (one bit at a time) and then shift in the address,