This is not a D_TTY driver.

This commit is contained in:
Poul-Henning Kamp 2004-02-14 19:56:35 +00:00
parent 679a106075
commit d1dc3136b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125807

View file

@ -220,7 +220,7 @@ static struct cdevsw DRM(cdevsw) = {
.d_mmap = DRM( mmap ),
.d_name = DRIVER_NAME,
.d_maj = CDEV_MAJOR,
.d_flags = D_TTY | D_TRACKCLOSE,
.d_flags = D_TRACKCLOSE,
#if __FreeBSD_version < 500000
.d_bmaj = -1
#endif