summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/dio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/dev/dio.c')
-rw-r--r--sys/arch/hp300/dev/dio.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/arch/hp300/dev/dio.c b/sys/arch/hp300/dev/dio.c
index 308785cd4e9..89a38c94df9 100644
--- a/sys/arch/hp300/dev/dio.c
+++ b/sys/arch/hp300/dev/dio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dio.c,v 1.14 2010/04/15 20:38:09 miod Exp $ */
+/* $OpenBSD: dio.c,v 1.15 2011/08/18 19:52:08 miod Exp $ */
/* $NetBSD: dio.c,v 1.7 1997/05/05 21:00:32 thorpej Exp $ */
/*-
@@ -359,15 +359,5 @@ dio_inhole(int scode)
if (scode >= 32 && scode < DIOII_SCBASE)
return DIOII_SCBASE;
- /* skip the frame buffer memory on 3x2 systems */
- switch (machineid) {
- case HP_362:
- case HP_382:
- if (scode >= DIOII_SCBASE && scode < DIOII_SCBASE + 4)
- return DIOII_SCBASE + 4;
- default:
- break;
- }
-
return 0;
}