ufm doesn't care what major it uses.

This commit is contained in:
Warner Losh 2003-02-28 13:23:31 +00:00
parent cfb14e7100
commit 56dd04580a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111670

View File

@ -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,