summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/dev/eisa
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r--sys/dev/eisa/eisaconf.c4
-rw-r--r--sys/dev/eisa/eisaconf.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c
index 2aad5d2..ca6baf3 100644
--- a/sys/dev/eisa/eisaconf.c
+++ b/sys/dev/eisa/eisaconf.c
@@ -13,7 +13,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: eisaconf.c,v 1.1 1995/03/13 09:10:17 root Exp root $
+ * $Id: eisaconf.c,v 1.1 1995/04/23 08:55:41 julian Exp $
*/
/*
@@ -61,7 +61,7 @@ eisa_configure()
if (productID & 0x80) {
printf("Warning: running EISA kernel on non-EISA system board\n");
return;
- }
+ }
printf("Probing for devices on EISA bus\n");
productID = (productID<<8) | inb(eisaBase+1);
productRevision = inb(eisaBase+2);
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h
index b0a0cbb..9b16c23 100644
--- a/sys/dev/eisa/eisaconf.h
+++ b/sys/dev/eisa/eisaconf.h
@@ -13,14 +13,14 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: eisaconf.h,v 1.1 1995/03/13 09:10:17 root Exp root $
+ * $Id: eisaconf.h,v 1.1 1995/04/23 08:55:42 julian Exp $
*/
/*
* Ported to run under FreeBSD by Julian Elischer (julian@tfs.com) Sept 1992
*/
-#define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */
+#define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */
struct eisa_dev {
char productID[4];
unsigned short productType;
OpenPOWER on IntegriCloud