summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/agp.c')
-rw-r--r--sys/pci/agp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/agp.c b/sys/pci/agp.c
index e664459..2ae2b72 100644
--- a/sys/pci/agp.c
+++ b/sys/pci/agp.c
@@ -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;
OpenPOWER on IntegriCloud