patch-1.3.87 linux/include/linux/cdk.h
Next file: linux/include/linux/cdrom.h
Previous file: linux/include/asm-sparc/vaddrs.h
Back to the patch index
Back to the overall index
- Lines: 56
- Date:
Fri Apr 12 09:49:46 1996
- Orig file:
v1.3.86/linux/include/linux/cdk.h
- Orig date:
Mon Mar 11 11:20:33 1996
diff -u --recursive --new-file v1.3.86/linux/include/linux/cdk.h linux/include/linux/cdk.h
@@ -36,8 +36,8 @@
*/
/*
- * Define the set of importrant shared memory addresses. These are
- * required to intialize the board and get things started. All of these
+ * Define the set of important shared memory addresses. These are
+ * required to initialize the board and get things started. All of these
* addresses are relative to the start of the shared memory.
*/
#define CDK_SIGADDR 0x200
@@ -204,7 +204,7 @@
/*
* Define the port setting structure, and all those defines that go along
- * with it. Basically this structure defines the charcateristics of this
+ * with it. Basically this structure defines the characteristics of this
* port: baud rate, chars, parity, input/output char cooking etc.
*/
typedef struct asyport {
@@ -374,7 +374,7 @@
/*
* Define the stats structure kept for each port. This is a useful set
* of data collected for each port on the slave. The A_GETSTATS command
- * is used to retrive this data from the slave.
+ * is used to retrieve this data from the slave.
*/
typedef struct asystats {
unsigned long opens;
@@ -430,7 +430,7 @@
* Each device on the slave passes data to and from the host via a ring
* queue in shared memory. Define a ring queue structure to hold the
* vital information about each ring queue. Two ring queues will be
- * allocated for each port, one for reveice data and one for transmit
+ * allocated for each port, one for receive data and one for transmit
* data.
*/
typedef struct cdkasyrq {
@@ -443,7 +443,7 @@
/*
* Each asynchronous port is defined in shared memory by the following
* structure. It contains a control block to command a device, and also
- * the neccessary data channel information as well.
+ * the necessary data channel information as well.
*/
typedef struct cdkasy {
cdkctrl_t ctrl;
@@ -461,7 +461,7 @@
/*
* Define the set of ioctls used by the driver to do special things
- * to the board. These include interrupting it, and initializeing
+ * to the board. These include interrupting it, and initializing
* the driver after board startup and shutdown.
*/
#include <linux/ioctl.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this