-
Notifications
You must be signed in to change notification settings - Fork 8
/
read.me
46 lines (34 loc) · 1.78 KB
/
read.me
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Special release of a Crynwr Packet Driver
This is a special release of a Crynwr Packet Driver, in general, made
only for Crynwr customers. The entire source necessary to build the
driver is included, along with a special makefile. Please retain the
source, as Crynwr is continually improving packet drivers.
For the entire packet driver collection, along with the exact details
of the copyright (COPYING.DOC), see HOWTOGET.IT for availability.
For the copyright, see COPYING.DOC. In part it says that: Anyone
with a copy of the drivers may give it away, and the source code for
all modules must be available.
NO WARRANTY, see COPYING.DOC, but support for packet drivers is
available, see SUPPORT.DOC.
Installation:
A packet driver has at least one parameter. The usage message will
tell you what additional parameters are needed. You can get the
usage message by running the driver with no parameters.
The first parameter is the software interrupt. A packet
driver needs to have a software interrupt assigned to it for other
programs to access it. I recommend 0x7e.
Additional parameters often include the hardware irq, the I/O
address, and the memory base address. All parameters must be
specified in C-style representation. Decimal is expressed as 11,
hexadecimal is expressed as 0x0B, octal is expressed as 013. Any
numbers that the packet driver prints will be in the same notation.
Notes:
Please report problems. I cannot guarantee that I will work on your
problem if you are not a Crynwr customer. I CAN guarantee that I
will not work on it if you don't report it to me. Written reports
are preferred to phone calls.
Russell Nelson
315-268-1925 voice
315-268-9201 FAX
Crynwr Software, 11 Grant St., Potsdam, NY 13676