diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-11-25 18:41:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-11-25 18:41:24 +0000 |
commit | b2d2360111ee36cb6e840a3a9357e00c1f8206c1 (patch) | |
tree | dae07db3483c9e29dca2f5139c91cbb0ac0edd57 /xserver/os | |
parent | 417f076b9eb20b5b90e2a8363e191faaefe57661 (diff) |
Support the new AGP device. Work by oga@ and me, with some ideas from
dim@ long ago.
Diffstat (limited to 'xserver/os')
-rw-r--r-- | xserver/os/privsep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xserver/os/privsep.c b/xserver/os/privsep.c index ddcf12d92..98b1b5c78 100644 --- a/xserver/os/privsep.c +++ b/xserver/os/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.1 2006/11/28 20:29:32 matthieu Exp $ */ +/* $OpenBSD: privsep.c,v 1.2 2007/11/25 18:41:23 matthieu Exp $ */ /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -104,6 +104,7 @@ static const char * const allowed_devices[] = { "/dev/ttyD6", "/dev/ttyD7", "/dev/pci", + "/dev/agp0", NULL }; |