summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2007-11-25 17:44:59 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2007-11-25 17:44:59 +0000
commit100057f51b9597206f6040945fad8d08c4d66873 (patch)
treed6ede35dabc98c96f714c7f031a371f13a8b6ce9 /sys
parente070267c4f4959eae6cdd599a2fea009dcf75728 (diff)
Change the AGP_DEVICE define to /dev/agp0. syncing it with the truth.
ok deraadt, matthieu
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/agpio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/agpio.h b/sys/sys/agpio.h
index 02c92dffdea..c5f6567412c 100644
--- a/sys/sys/agpio.h
+++ b/sys/sys/agpio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: agpio.h,v 1.1 2002/07/12 20:17:03 mickey Exp $ */
+/* $OpenBSD: agpio.h,v 1.2 2007/11/25 17:44:58 oga Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@@ -31,7 +31,7 @@
#ifndef _SYS_AGPIO_H_
#define _SYS_AGPIO_H_
-#define AGP_DEVICE "/dev/ttyC0"
+#define AGP_DEVICE "/dev/agp0"
/*
* The AGP gatt uses 4k pages irrespective of the host page size.