Change major number to match the one actually used (whoops!).

Submitted by:	Steve Gericke <steveg@comtrol.com>
This commit is contained in:
Jordan K. Hubbard 1997-12-26 23:11:13 +00:00
parent 9c8ac6c742
commit 43b651a5e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32007
2 changed files with 2 additions and 2 deletions

View File

@ -788,7 +788,7 @@ struct isa_driver rpdriver = {
rpprobe, rpattach, "rp"
};
#define CDEV_MAJOR 20
#define CDEV_MAJOR 81
static char driver_name[] = "rp";

View File

@ -788,7 +788,7 @@ struct isa_driver rpdriver = {
rpprobe, rpattach, "rp"
};
#define CDEV_MAJOR 20
#define CDEV_MAJOR 81
static char driver_name[] = "rp";