summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/tc/asic.c
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1996-12-22 15:23:08 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1996-12-22 15:23:08 +0000
commit8d20cedbeb449777da66cfcecbdc45fa3dcb933e (patch)
treec3444df56a3176898080fb7056e06c666ce7b29e /sys/arch/pmax/tc/asic.c
parentca1c7fedd990e6b1e7244233df5a6a638f0e4e31 (diff)
bring back all the local OpenBSD changes to the pmax tree since 961107
i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-)
Diffstat (limited to 'sys/arch/pmax/tc/asic.c')
-rw-r--r--sys/arch/pmax/tc/asic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/tc/asic.c b/sys/arch/pmax/tc/asic.c
index 270de0da728..28771c00e55 100644
--- a/sys/arch/pmax/tc/asic.c
+++ b/sys/arch/pmax/tc/asic.c
@@ -69,7 +69,7 @@ struct asic_softc {
/* Definition of the driver for autoconfig. */
int asicmatch __P((struct device *, void *, void *));
void asicattach __P((struct device *, struct device *, void *));
-int asicprint(void *, /* const TTTTT */ char *);
+int asicprint(void *, const char *);
/* Device locators. */
#define ioasiccf_offset cf_loc[0] /* offset */
@@ -248,7 +248,7 @@ asicattach(parent, self, aux)
int
asicprint(aux, pnp)
void *aux;
- /* const TTTTT */ char *pnp;
+ const char *pnp;
{
struct ioasicdev_attach_args *d = aux;