* [2.6 patch] remove Documentation/networking/pt.txt
@ 2007-11-05 17:05 Adrian Bunk
2007-11-05 17:17 ` Alan Cox
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2007-11-05 17:05 UTC (permalink / raw)
To: jgarzik; +Cc: netdev, linux-kernel
There's no no point in keeping documentation for a driver that was
removed many years ago.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
Documentation/networking/00-INDEX | 2 -
Documentation/networking/pt.txt | 58 ------------------------------
2 files changed, 60 deletions(-)
cfe9580e99bc2406a5a05bae24487ca84619bec7
diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX
index 9c64042..5e21f37 100644
--- a/Documentation/networking/00-INDEX
+++ b/Documentation/networking/00-INDEX
@@ -80,6 +80,4 @@ olympic.txt
policy-routing.txt
- IP policy-based routing
-pt.txt
- - the Gracilis Packetwin AX.25 device driver
ray_cs.txt
- Raylink Wireless LAN card driver info.
diff --git a/Documentation/networking/pt.txt b/Documentation/networking/pt.txt
deleted file mode 100644
index 72e888c..0000000
--- a/Documentation/networking/pt.txt
+++ /dev/null
@@ -1,58 +0,0 @@
-This is the README for the Gracilis Packetwin device driver, version 0.5
-ALPHA for Linux 1.3.43.
-
-These files will allow you to talk to the PackeTwin (now know as PT) and
-connect through it just like a pair of TNCs. To do this you will also
-require the AX.25 code in the kernel enabled.
-
-There are four files in this archive; this readme, a patch file, a .c file
-and finally a .h file. The two program files need to be put into the
-drivers/net directory in the Linux source tree, for me this is the
-directory /usr/src/linux/drivers/net. The patch file needs to be patched in
-at the top of the Linux source tree (/usr/src/linux in my case).
-
-You will most probably have to edit the pt.c file to suit your own setup,
-this should just involve changing some of the defines at the top of the file.
-Please note that if you run an external modem you must specify a speed of 0.
-
-The program is currently setup to run a 4800 baud external modem on port A
-and a Kantronics DE-9600 daughter board on port B so if you have this (or
-something similar) then you're right.
-
-To compile in the driver, put the files in the correct place and patch in
-the diff. You will have to re-configure the kernel again before you
-recompile it.
-
-The driver is not real good at the moment for finding the card. You can
-'help' it by changing the order of the potential addresses in the structure
-found in the pt_init() function so the address of where the card is is put
-first.
-
-After compiling, you have to get them going, they are pretty well like any
-other net device and just need ifconfig to get them going.
-As an example, here is my /etc/rc.net
---------------------------
-
-#
-# Configure the PackeTwin, port A.
-/sbin/ifconfig pt0a 44.136.8.87 hw ax25 vk2xlz mtu 512
-/sbin/ifconfig pt0a 44.136.8.87 broadcast 44.136.8.255 netmask 255.255.255.0
-/sbin/route add -net 44.136.8.0 netmask 255.255.255.0 dev pt0a
-/sbin/route add -net 44.0.0.0 netmask 255.0.0.0 gw 44.136.8.68 dev pt0a
-/sbin/route add -net 138.25.16.0 netmask 255.255.240.0 dev pt0a
-/sbin/route add -host 44.136.8.255 dev pt0a
-#
-# Configure the PackeTwin, port B.
-/sbin/ifconfig pt0b 44.136.8.87 hw ax25 vk2xlz-1 mtu 512
-/sbin/ifconfig pt0b 44.136.8.87 broadcast 44.255.255.255 netmask 255.0.0.0
-/sbin/route add -host 44.136.8.216 dev pt0b
-/sbin/route add -host 44.136.8.95 dev pt0b
-/sbin/route add -host 44.255.255.255 dev pt0b
-
-This version of the driver comes under the GNU GPL. If you have one of my
-previous (non-GPL) versions of the driver, please update to this one.
-
-I hope that this all works well for you. I would be pleased to hear how
-many people use the driver and if it does its job.
-
- - Craig vk2xlz <csmall@small.dropbear.id.au>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [2.6 patch] remove Documentation/networking/pt.txt
2007-11-05 17:05 [2.6 patch] remove Documentation/networking/pt.txt Adrian Bunk
@ 2007-11-05 17:17 ` Alan Cox
2007-11-07 10:30 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2007-11-05 17:17 UTC (permalink / raw)
To: Adrian Bunk; +Cc: jgarzik, netdev, linux-kernel
On Mon, 5 Nov 2007 18:05:57 +0100
Adrian Bunk <bunk@kernel.org> wrote:
> There's no no point in keeping documentation for a driver that was
> removed many years ago.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Defintiely very dead
Acked-by: Alan Cox <alan@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6 patch] remove Documentation/networking/pt.txt
2007-11-05 17:17 ` Alan Cox
@ 2007-11-07 10:30 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2007-11-07 10:30 UTC (permalink / raw)
To: alan; +Cc: bunk, jgarzik, netdev, linux-kernel
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Date: Mon, 5 Nov 2007 17:17:57 +0000
> On Mon, 5 Nov 2007 18:05:57 +0100
> Adrian Bunk <bunk@kernel.org> wrote:
>
> > There's no no point in keeping documentation for a driver that was
> > removed many years ago.
> >
> > Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> Defintiely very dead
>
> Acked-by: Alan Cox <alan@redhat.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-11-07 10:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 17:05 [2.6 patch] remove Documentation/networking/pt.txt Adrian Bunk
2007-11-05 17:17 ` Alan Cox
2007-11-07 10:30 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).