summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcic.h
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/i386/isa/pcic.h
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/i386/isa/pcic.h')
-rw-r--r--sys/i386/isa/pcic.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/isa/pcic.h b/sys/i386/isa/pcic.h
index 852f332..6b99d72 100644
--- a/sys/i386/isa/pcic.h
+++ b/sys/i386/isa/pcic.h
@@ -4,7 +4,7 @@
* [2] parse tuples to find out where to map the shared memory buffer,
* and what to write into the configuration register
* [3] move pcic-specific code into a separate module.
- *
+ *
* Device driver for IBM PCMCIA Credit Card Adapter for Ethernet,
* if_ze.c
*
@@ -49,7 +49,7 @@
/*
* Each PCIC chip (82365SL or clone) can handle two card slots, and there
* can be up to four PCICs in a system. (On some machines, not all of the
- * address lines are decoded, so a card may appear to be in more than one
+ * address lines are decoded, so a card may appear to be in more than one
* slot.)
*/
#define MAXSLOT 8
@@ -61,8 +61,8 @@
* the value from or to the DATA register for that controller.
*
* The first pair of chips shares I/O addresss for DATA and INDEX,
- * as does the second pair. (To the programmer, it looks like each
- * pair is a single chip.) The i/o port addresses are hard-wired
+ * as does the second pair. (To the programmer, it looks like each
+ * pair is a single chip.) The i/o port addresses are hard-wired
* into the PCIC; so the following addresses should be valid for
* any machine that uses this chip.
*/
@@ -167,7 +167,7 @@ void pcic_map_memory (int slot, int window, unsigned long sys_addr,
unsigned long card_addr, unsigned long length,
enum memtype type, int width);
void pcic_unmap_memory (int slot, int window);
-void pcic_map_io (int slot, int window, unsigned short base,
+void pcic_map_io (int slot, int window, unsigned short base,
unsigned short length, unsigned short width);
#ifdef TEST
void pcic_unmap_io (int slot, int window);
OpenPOWER on IntegriCloud