summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-01 21:14:17 +0000
committermsmith <msmith@FreeBSD.org>2000-09-01 21:14:17 +0000
commit2cc52c55cd28a474bb01459f28e047b3104f6425 (patch)
treeafa91e06577e3e0b25559d86c4f5a94e31cd835a /sys/dev/asr
parentd6381a4a904967ef5d0c9f0ce00648a7676cec77 (diff)
downloadFreeBSD-src-2cc52c55cd28a474bb01459f28e047b3104f6425.zip
FreeBSD-src-2cc52c55cd28a474bb01459f28e047b3104f6425.tar.gz
Move the 'asr' driver to cdev major 154, since 97 is already taken.
Diffstat (limited to 'sys/dev/asr')
-rw-r--r--sys/dev/asr/asr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index e3493b8..99793cd 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -533,7 +533,7 @@ DATA_SET (mode0_pciset, mode0_pcidev);
*
* only ioctl is used. the sd driver provides all other access.
*/
-#define CDEV_MAJOR 97 /* prefered default character major */
+#define CDEV_MAJOR 154 /* prefered default character major */
STATIC struct cdevsw asr_cdevsw = {
asr_open, /* open */
asr_close, /* close */
OpenPOWER on IntegriCloud