summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-05-02 03:51:53 +0000
committerscottl <scottl@FreeBSD.org>2004-05-02 03:51:53 +0000
commitda1d089bd29e9efb22223c1220abd3e5310e00c6 (patch)
tree57ab0d3cbf46fd82ddb5cd914b064636821fb552 /sys/dev/asr
parenteac7eb3288dcf010dea8a301a5a5650b1d720bf8 (diff)
downloadFreeBSD-src-da1d089bd29e9efb22223c1220abd3e5310e00c6.zip
FreeBSD-src-da1d089bd29e9efb22223c1220abd3e5310e00c6.tar.gz
Remove the static reservation of the asr major number
Diffstat (limited to 'sys/dev/asr')
-rw-r--r--sys/dev/asr/asr.c2
1 files changed, 0 insertions, 2 deletions
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