diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-08-19 18:36:20 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-08-19 18:36:20 +0000 |
commit | d2eda2479a934922a25a64114aa92a03933b01b1 (patch) | |
tree | 8232258b0b81227c2334852235ca3ec3b500b013 /sys/arch/pmax/dev/dz_ioasic_cons.h | |
parent | 1f39549bbc7140b5cbcebe90ac7d753e9ada677b (diff) |
Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax
dc driver and the generic if_dc driver was found. The fix was to
change the pmax drivers name to dz instead. But this was only done
in a miminal way.
This commit will add a new dz driver to replace the current dc.
-moj
Diffstat (limited to 'sys/arch/pmax/dev/dz_ioasic_cons.h')
-rw-r--r-- | sys/arch/pmax/dev/dz_ioasic_cons.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/arch/pmax/dev/dz_ioasic_cons.h b/sys/arch/pmax/dev/dz_ioasic_cons.h new file mode 100644 index 00000000000..7c42ef361f0 --- /dev/null +++ b/sys/arch/pmax/dev/dz_ioasic_cons.h @@ -0,0 +1,15 @@ +/* $OpenBSD: dz_ioasic_cons.h,v 1.1 2000/08/19 18:36:19 maja Exp $ */ +/* $NetBSD: dc_ioasic_cons.h,v 1.1 1996/09/25 20:48:56 jonathan Exp $ */ + +#ifdef _KERNEL +#ifndef _DZ_IOASIC_CONS_H +#define _DZ_IOASIC_CONS_H + +/* + * Following declaratios for console code. + * XXX should be redesigned to expose less driver internals. + */ +int dz_ioasic_consinit __P((dev_t dev)); + +#endif /* _DZ_IOASIC_CONS_H */ +#endif /* _KERNEL */ |