summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-11-26 10:35:43 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-11-26 10:35:43 +0000
commit21bf0d98fe86c8006a14862017c848bca0c51a95 (patch)
tree7e30618e7c3079f497035690860d622095b8ef41 /etc
parent464afe6e47a10f3be60e044677bf8f7ab272a34d (diff)
fix new agp code on amd64
- internal intel graphics semi-agp chipsets need special handling in pchb.c - re-add the i965GM device - use the correct major device id for /dev/agp0 on amd64 (not the i386 one) ok deraadt@
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.amd64/MAKEDEV.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.amd64/MAKEDEV.md b/etc/etc.amd64/MAKEDEV.md
index 77cdeb63f3b..7673cfa1de3 100644
--- a/etc/etc.amd64/MAKEDEV.md
+++ b/etc/etc.amd64/MAKEDEV.md
@@ -1,5 +1,5 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.22 2007/11/25 22:33:09 reyk Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.23 2007/11/26 10:35:42 reyk Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -68,7 +68,7 @@ _DEV(urio, 65)
_DEV(usb, 61)
_DEV(uscan, 77)
_TITLE(spec)
-_DEV(agp, 87)
+_DEV(agp, 86)
dnl _DEV(apm, 21)
_DEV(apm, 83)
_DEV(au, 42)