summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-05-02 03:51:53 +0000
committerScott Long <scottl@FreeBSD.org>2004-05-02 03:51:53 +0000
commiteb095afb0569075eec507f4c25381d75e9980fc6 (patch)
tree57ab0d3cbf46fd82ddb5cd914b064636821fb552 /sys
parent9823f1a2c95c6af7a04a8e8e5f7dac47cb46072d (diff)
Notes
Diffstat (limited to 'sys')
-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 04d041a74fc6..57cbf0d5bd8b 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 3ad242187d49..6b7edef53db9 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 */