This is not a D_TTY driver.
This commit is contained in:
parent
fbbe961c41
commit
96cf36028e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125845
@ -77,7 +77,6 @@ static struct cdevsw agp_cdevsw = {
|
||||
.d_mmap = agp_mmap,
|
||||
.d_name = "agp",
|
||||
.d_maj = CDEV_MAJOR,
|
||||
.d_flags = D_TTY,
|
||||
};
|
||||
|
||||
static devclass_t agp_devclass;
|
||||
|
@ -77,7 +77,6 @@ static struct cdevsw agp_cdevsw = {
|
||||
.d_mmap = agp_mmap,
|
||||
.d_name = "agp",
|
||||
.d_maj = CDEV_MAJOR,
|
||||
.d_flags = D_TTY,
|
||||
};
|
||||
|
||||
static devclass_t agp_devclass;
|
||||
|
Loading…
Reference in New Issue
Block a user