summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2006-09-11 11:52:08 +0000
committerChris Johns <chrisj@rtems.org>2006-09-11 11:52:08 +0000
commit8f1e494813360f49be23eb717ce9229198d2e21a (patch)
tree83fd09e78c0d2a7eeaf766bbf9e2767ce8dcfab3 /c/src/libchip
parent2006-09-08 Kate Feng <feng1@bnl.gov> (diff)
downloadrtems-8f1e494813360f49be23eb717ce9229198d2e21a.tar.bz2
Remove extra CRLF.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/network/cs8900.h.bsp82
1 files changed, 41 insertions, 41 deletions
diff --git a/c/src/libchip/network/cs8900.h.bsp b/c/src/libchip/network/cs8900.h.bsp
index a0792fdf97..493d2a15d7 100644
--- a/c/src/libchip/network/cs8900.h.bsp
+++ b/c/src/libchip/network/cs8900.h.bsp
@@ -1,41 +1,41 @@
-/*
- * $Id$
- *
- * RTEMS CS8900 Driver Setup for the DIMM-PC/i386 made by Kontron.
- *
- * Port to the DIMM PC copyright (c) 2004 Angelo Fraietta
- * This project has been assisted by the Commonwealth Government
- * through the Australia Council, its arts funding and advisory body.
- *
- * Port performed by Chris Johns, Cybertec Pty Ltd, Jan 2004.
- * Based on the Cybertec CS8900 driver setup for the SFP-101.
- *
- */
-
-#if !defined (__BSP_CS8900_H__)
-#define __BSP_CS8900_H__
-
-/**
- * BSP CS8900 Device initialisation and interface attach.
- *
- * @param io_base The I/O base address of the device.
- *
- * @param mem_base The memory base address. Currently not used.
- *
- * @param intrp The ISA bus IRQ. These are currently limited to
- * 5, 10, 11, and 12 as documented in the CS8900
- * manual.
- *
- * @param ip IP address in ASCII. For example 10.10.10.10. If the
- * pointer is a NULL (0) the interface will BOOTP.
- *
- * @param nm Network Mask in ASCII. For example 10.10.10.255.
- *
- * @param gw Address of the gateway machine. For example
- * 10.10.10.1.
- */
-
-void BSP_cs8900_attach (unsigned long io_base, unsigned long mem_base, int intrp,
- const char* ip, const char* nm, const char* gw);
-
-#endif
+/*
+ * $Id$
+ *
+ * RTEMS CS8900 Driver Setup for the DIMM-PC/i386 made by Kontron.
+ *
+ * Port to the DIMM PC copyright (c) 2004 Angelo Fraietta
+ * This project has been assisted by the Commonwealth Government
+ * through the Australia Council, its arts funding and advisory body.
+ *
+ * Port performed by Chris Johns, Cybertec Pty Ltd, Jan 2004.
+ * Based on the Cybertec CS8900 driver setup for the SFP-101.
+ *
+ */
+
+#if !defined (__BSP_CS8900_H__)
+#define __BSP_CS8900_H__
+
+/**
+ * BSP CS8900 Device initialisation and interface attach.
+ *
+ * @param io_base The I/O base address of the device.
+ *
+ * @param mem_base The memory base address. Currently not used.
+ *
+ * @param intrp The ISA bus IRQ. These are currently limited to
+ * 5, 10, 11, and 12 as documented in the CS8900
+ * manual.
+ *
+ * @param ip IP address in ASCII. For example 10.10.10.10. If the
+ * pointer is a NULL (0) the interface will BOOTP.
+ *
+ * @param nm Network Mask in ASCII. For example 10.10.10.255.
+ *
+ * @param gw Address of the gateway machine. For example
+ * 10.10.10.1.
+ */
+
+void BSP_cs8900_attach (unsigned long io_base, unsigned long mem_base, int intrp,
+ const char* ip, const char* nm, const char* gw);
+
+#endif