mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
ufm doesn't care what major it uses.
This commit is contained in:
parent
cfb14e7100
commit
56dd04580a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111670
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user