Re: [PATCH 2.6] Altix serial driver

From: Andrew Morton
Date: Tue Jun 22 2004 - 13:34:43 EST


Pat Gefre <pfg@xxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/