Re: [PATCH 2.6] Altix serial driver
From: Andrew Morton (akpm_at_osdl.org)
Date: 06/22/04
- Previous message: Dipankar Sarma: "Re: [PATCH] reduce rcu_head size [2/2]"
- In reply to: Pat Gefre: "[PATCH 2.6] Altix serial driver"
- Next in thread: Christoph Hellwig: "Re: [PATCH 2.6] Altix serial driver"
- Reply: Christoph Hellwig: "Re: [PATCH 2.6] Altix serial driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 22 Jun 2004 11:24:42 -0700 To: Pat Gefre <pfg@sgi.com>
Pat Gefre <pfg@sgi.com> wrote:
>
> 2.6 patch for our console driver. We converted the driver to use the
> serial core functions. Also some changes to use sysfs/udev and a new
> major number.
Well it doesn't use a new major, does it?
+#define DEVICE_MAJOR 204
+#define DEVICE_MINOR 40
Which is:
204 char Low-density serial ports
0 = /dev/ttyLU0 LinkUp Systems L72xx UART - port 0
...
32 = /dev/ttyDB0 DataBooster serial port 0
...
39 = /dev/ttyDB7 DataBooster serial port 7
205 char Low-density serial ports (alternate device)
which seems reasonable, I suppose, but a patch to devices.txt is needed
please.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Dipankar Sarma: "Re: [PATCH] reduce rcu_head size [2/2]"
- In reply to: Pat Gefre: "[PATCH 2.6] Altix serial driver"
- Next in thread: Christoph Hellwig: "Re: [PATCH 2.6] Altix serial driver"
- Reply: Christoph Hellwig: "Re: [PATCH 2.6] Altix serial driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|