summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-04-20 20:24:19 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-04-20 20:24:19 +0000
commita7406c0d47a3b097171c7705c9eab426bfe54116 (patch)
tree40351a6042fcbac3b4c938a875d67ae6f8b84dbc /sys/arch/hppa/dev
parent78877247803610ed83706b0926c30a7790104cae (diff)
s/MINIOSIZ/IODC_MINIOSIZ/
Diffstat (limited to 'sys/arch/hppa/dev')
-rw-r--r--sys/arch/hppa/dev/pdc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/dev/pdc.c b/sys/arch/hppa/dev/pdc.c
index bee49f3b640..9b5bd32234b 100644
--- a/sys/arch/hppa/dev/pdc.c
+++ b/sys/arch/hppa/dev/pdc.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: pdc.c,v 1.5 1998/12/29 21:40:21 mickey Exp $ */
+/* $OpenBSD: pdc.c,v 1.6 1999/04/20 20:24:18 mickey Exp $ */
/*
- * Copyright (c) 1998 Michael Shalayeff
+ * Copyright (c) 1998,1999 Michael Shalayeff
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -54,7 +54,7 @@ struct pdc_softc {
pdcio_t pdc;
int pdcret[32] PDC_ALIGNMENT;
-char pdc_consbuf[MINIOSIZ] PDC_ALIGNMENT;
+char pdc_consbuf[IODC_MINIOSIZ] PDC_ALIGNMENT;
iodcio_t pdc_cniodc, pdc_kbdiodc;
pz_device_t *pz_kbd, *pz_cons;
struct tty *pdc_tty[1];