diff options
author | Bill Nottingham <notting@redhat.com> | 2000-01-07 16:57:15 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-01-07 16:57:15 +0000 |
commit | 23ec09467a581fe113a65cee0df5ec1919427217 (patch) | |
tree | ab2a9c9466570431564a31c73289e80c1efae525 /isys | |
parent | f9ea2a733436a05b1659e792a9173850611af69b (diff) | |
download | anaconda-23ec09467a581fe113a65cee0df5ec1919427217.tar.gz anaconda-23ec09467a581fe113a65cee0df5ec1919427217.tar.xz anaconda-23ec09467a581fe113a65cee0df5ec1919427217.zip |
fix pcd driver so it works
Diffstat (limited to 'isys')
-rw-r--r-- | isys/devnodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/devnodes.c b/isys/devnodes.c index 7c0562251..f86fd1d45 100644 --- a/isys/devnodes.c +++ b/isys/devnodes.c @@ -12,7 +12,7 @@ struct devnum { static struct devnum devices[] = { { "aztcd", 29, 0, 0 }, - { "bpcd", 41, 0, 0 }, + { "pcd", 46, 0, 0 }, { "cdu31a", 15, 0, 0 }, { "cdu535", 24, 0, 0 }, { "cm206cd", 32, 0, 0 }, |