summaryrefslogtreecommitdiffstats
path: root/isys/devnodes.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-03 21:02:15 +0000
committerMatt Wilson <msw@redhat.com>1999-08-03 21:02:15 +0000
commit5352e229f272b46eb1612a770e45f43c9cd4239b (patch)
treea2a392b9a70d035d879224da5c21897f58202b04 /isys/devnodes.c
parent25af8a80df6486c855623f9e2895aa5e2f952155 (diff)
downloadanaconda-5352e229f272b46eb1612a770e45f43c9cd4239b.tar.gz
anaconda-5352e229f272b46eb1612a770e45f43c9cd4239b.tar.xz
anaconda-5352e229f272b46eb1612a770e45f43c9cd4239b.zip
added ttyS0 and psaux
Diffstat (limited to 'isys/devnodes.c')
-rw-r--r--isys/devnodes.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/isys/devnodes.c b/isys/devnodes.c
index 97ab2c3c9..cd6fab4bb 100644
--- a/isys/devnodes.c
+++ b/isys/devnodes.c
@@ -26,10 +26,15 @@ static struct devnum devices[] = {
{ "mcdx", 20, 0, 0 },
{ "nst0", 9, 128, 1 },
{ "optcd", 17, 0, 0 },
+ { "psaux", 10, 1, 1 },
{ "sbpcd", 25, 0, 0 },
{ "scd0", 11, 0, 0 },
{ "scd1", 11, 1, 0 },
{ "sjcd", 18, 0, 0 },
+ { "ttyS0", 4, 64, 1 },
+ { "ttyS1", 4, 65, 1 },
+ { "ttyS2", 4, 66, 1 },
+ { "ttyS3", 4, 67, 1 },
};
int numDevices = sizeof(devices) / sizeof(struct devnum);