summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/majors1
-rw-r--r--sys/dev/asr/asr.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/majors b/sys/conf/majors
index 04d041a7..57cbf0d 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -74,7 +74,6 @@
139 wanrouter Sangoma Technologies Inc. (al.feldman@sangoma.com)
141 pcdmx PCDMX theatre lighting controller
142 skip SKIP port (security/skip) control device
-154 *asr Adaptec SCSI RAID <msmith@freebsd.org>
155 phone Quicknet PhoneJACK and LineJACK cards for VoIP <roger>
159 *ata ATA control device
161 swdoc Sitara networks watchdog device
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index 3ad2421..6b7edef 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -406,7 +406,6 @@ DRIVER_MODULE(asr, pci, asr_driver, asr_devclass, 0, 0);
*
* only ioctl is used. the sd driver provides all other access.
*/
-#define CDEV_MAJOR 154 /* preferred default character major */
static struct cdevsw asr_cdevsw = {
.d_version = D_VERSION,
.d_flags = D_NEEDGIANT,
@@ -414,7 +413,6 @@ static struct cdevsw asr_cdevsw = {
.d_close = asr_close,
.d_ioctl = asr_ioctl,
.d_name = "asr",
- .d_maj = CDEV_MAJOR,
};
/* I2O support routines */
OpenPOWER on IntegriCloud