diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
commit | dcec8a13bf565e47942a1751a9cec21bec5648fe (patch) | |
tree | 548b69625b18cc2e88c3e68d0923be546c9ebb03 /Documentation/networking/ltpc.txt | |
parent | 2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff) |
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash.
o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'Documentation/networking/ltpc.txt')
-rw-r--r-- | Documentation/networking/ltpc.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/networking/ltpc.txt b/Documentation/networking/ltpc.txt index 477f9fc6b..50a39ea88 100644 --- a/Documentation/networking/ltpc.txt +++ b/Documentation/networking/ltpc.txt @@ -1,8 +1,8 @@ This is the ALPHA version of the ltpc driver. In order to use it, you will need at least version 1.3.3 of the -netatalk package, and the Apple or Farallon Localtalk PC card. -There are a number of different Localtalk cards for the PC; this +netatalk package, and the Apple or Farallon LocalTalk PC card. +There are a number of different LocalTalk cards for the PC; this driver applies only to the one with the 65c02 processor chip on it. To include it in the kernel, select the CONFIG_LTPC switch in the @@ -20,7 +20,7 @@ The driver will autoprobe, and you should see a message like: at bootup. The appropriate netatalk configuration depends on whether you are -attached to a network that includes appletalk routers or not. If, +attached to a network that includes AppleTalk routers or not. If, like me, you are simply connecting to your home Macintoshes and printers, you need to set up netatalk to "seed". The way I do this is to have the lines @@ -29,14 +29,14 @@ dummy -seed -phase 2 -net 2000 -addr 2000.26 -zone "1033" ltalk0 -seed -phase 1 -net 1033 -addr 1033.27 -zone "1033" in my atalkd.conf. What is going on here is that I need to fool -netatalk into thinking that there are two appletalk interfaces +netatalk into thinking that there are two AppleTalk interfaces present -- otherwise it refuses to seed. This is a hack, and a more permanent solution would be to alter the netatalk code. Note that the dummy driver needs to accept multicasts also -- earlier versions of dummy.c may need to be patched. -If you are attached to an extended appletalk network, with routers on +If you are attached to an extended AppleTalk network, with routers on it, then you don't need to fool around with this -- the appropriate line in atalkd.conf is @@ -75,7 +75,7 @@ board. Set the switches so as not to conflict with other hardware. IP: Many people are interested in this driver in order to use IP -when Localtalk, but no Ethernet, is available. While the code to do +when LocalTalk, but no Ethernet, is available. While the code to do this is not strictly speaking part of this driver, an experimental version is available which seems to work under kernel 2.0.xx. It is not yet functional in the 2.1.xx kernels. |