summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/rp/rp.c2
-rw-r--r--sys/i386/isa/rp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c
index f13233c..285c5f1 100644
--- a/sys/dev/rp/rp.c
+++ b/sys/dev/rp/rp.c
@@ -788,7 +788,7 @@ struct isa_driver rpdriver = {
rpprobe, rpattach, "rp"
};
-#define CDEV_MAJOR 20
+#define CDEV_MAJOR 81
static char driver_name[] = "rp";
diff --git a/sys/i386/isa/rp.c b/sys/i386/isa/rp.c
index f13233c..285c5f1 100644
--- a/sys/i386/isa/rp.c
+++ b/sys/i386/isa/rp.c
@@ -788,7 +788,7 @@ struct isa_driver rpdriver = {
rpprobe, rpattach, "rp"
};
-#define CDEV_MAJOR 20
+#define CDEV_MAJOR 81
static char driver_name[] = "rp";
OpenPOWER on IntegriCloud