sync
authordownsj <downsj@openbsd.org>
Tue, 11 Mar 1997 09:54:09 +0000 (09:54 +0000)
committerdownsj <downsj@openbsd.org>
Tue, 11 Mar 1997 09:54:09 +0000 (09:54 +0000)
sys/arch/hp300/dev/scsi.c

index 12060f2..43d20b0 100644 (file)
@@ -1,5 +1,5 @@
-/*     $OpenBSD: scsi.c,v 1.6 1997/02/03 04:47:44 downsj Exp $ */
-/*     $NetBSD: scsi.c,v 1.15 1997/01/30 09:08:55 thorpej Exp $        */
+/*     $OpenBSD: scsi.c,v 1.7 1997/03/11 09:54:09 downsj Exp $ */
+/*     $NetBSD: scsi.c,v 1.16 1997/03/10 08:37:31 thorpej Exp $        */
 
 /*
  * Copyright (c) 1996, 1997 Jason R. Thorpe.  All rights reserved.
@@ -300,6 +300,8 @@ scsiattach(parent, self, aux)
        }
        ipl = DIO_IPL(hd);
 
+       printf(" ipl %d", ipl);
+
        hs->sc_regs = hd;
 
        /* Establish the interrupt handler. */