From eff18422682c85ace5435c55b1582c38b811b49f Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 26 Dec 1997 23:11:13 +0000 Subject: Change major number to match the one actually used (whoops!). Submitted by: Steve Gericke --- sys/dev/rp/rp.c | 2 +- sys/i386/isa/rp.c | 2 +- 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"; -- cgit v1.1