summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/majors1
-rw-r--r--sys/dev/amr/amr.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/conf/majors b/sys/conf/majors
index b19eef6..2c7bf89 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -128,7 +128,6 @@
128 arla Arla (AFS-clone) driver
129 i2o Intelligent I/O Character Device
130 *mlx Mylex DAC960 RAID (control device)
-132 *amr AMI MegaRAID (control device)
134 taupci Cronyx Tau-PCI card <vak@hanoi.cronyx.ru>
135 *zsc TurboLaser console uart
136 ipr Iprobe on-chip perf. counters (gallatin@freebsd.org)
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c
index 524c65e..8eece8e 100644
--- a/sys/dev/amr/amr.c
+++ b/sys/dev/amr/amr.c
@@ -86,8 +86,6 @@ __FBSDID("$FreeBSD$");
#define AMR_DEFINE_TABLES
#include <dev/amr/amr_tables.h>
-#define AMR_CDEV_MAJOR 132
-
static d_open_t amr_open;
static d_close_t amr_close;
static d_ioctl_t amr_ioctl;
@@ -97,7 +95,6 @@ static struct cdevsw amr_cdevsw = {
.d_close = amr_close,
.d_ioctl = amr_ioctl,
.d_name = "amr",
- .d_maj = AMR_CDEV_MAJOR,
};
/*
OpenPOWER on IntegriCloud