summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ufm.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-02-28 13:23:31 +0000
committerimp <imp@FreeBSD.org>2003-02-28 13:23:31 +0000
commit9412a6bfeaee7a4f768de70841cde8c489cf8be1 (patch)
tree5fbd2b455cf3fa40618067c677214871e62aeff9 /sys/dev/usb/ufm.c
parented6bf211a7df86dc23dd8b5ea6b9282b912c86ad (diff)
downloadFreeBSD-src-9412a6bfeaee7a4f768de70841cde8c489cf8be1.zip
FreeBSD-src-9412a6bfeaee7a4f768de70841cde8c489cf8be1.tar.gz
ufm doesn't care what major it uses.
Diffstat (limited to 'sys/dev/usb/ufm.c')
-rw-r--r--sys/dev/usb/ufm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ufm.c b/sys/dev/usb/ufm.c
index 80178b4..5269a8d 100644
--- a/sys/dev/usb/ufm.c
+++ b/sys/dev/usb/ufm.c
@@ -87,7 +87,7 @@ d_open_t ufmopen;
d_close_t ufmclose;
d_ioctl_t ufmioctl;
-#define UFM_CDEV_MAJOR 200
+#define UFM_CDEV_MAJOR MAJOR_AUTO
Static struct cdevsw ufm_cdevsw = {
ufmopen, ufmclose, noread, nowrite,
OpenPOWER on IntegriCloud