summaryrefslogtreecommitdiffstats
path: root/isys/devnodes.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-01-07 16:57:15 +0000
committerBill Nottingham <notting@redhat.com>2000-01-07 16:57:15 +0000
commit23ec09467a581fe113a65cee0df5ec1919427217 (patch)
treeab2a9c9466570431564a31c73289e80c1efae525 /isys/devnodes.c
parentf9ea2a733436a05b1659e792a9173850611af69b (diff)
downloadanaconda-23ec09467a581fe113a65cee0df5ec1919427217.tar.gz
anaconda-23ec09467a581fe113a65cee0df5ec1919427217.tar.xz
anaconda-23ec09467a581fe113a65cee0df5ec1919427217.zip
fix pcd driver so it works
Diffstat (limited to 'isys/devnodes.c')
-rw-r--r--isys/devnodes.c2
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 },