Back out change to print irq.

This commit is contained in:
matt 2001-02-27 07:34:15 +00:00
parent 2184b08f72
commit 702b27ec2c

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.11 2001/02/27 03:47:02 matt Exp $ */
/* $NetBSD: obio.c,v 1.12 2001/02/27 07:34:15 matt Exp $ */
/*-
* Copyright (C) 1998 Internet Research Institute, Inc.
@ -181,8 +181,5 @@ obio_print(aux, obio)
if (ca->ca_nreg > 0)
printf(" offset 0x%x", ca->ca_reg[0]);
if (ca->ca_nintr > 0)
printf(" irq %d", ca->ca_intr[0]);
return UNCONF;
}