diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-11 09:54:10 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-11 09:54:10 +0000 |
commit | 6e8c0497afb3eedfbc3e70be4884c8d394ce02ec (patch) | |
tree | 35b128cc2834318a5b68458da043aba425e523dd /sys/arch/hp300 | |
parent | afd6a29756d78a75965aa251449680e35e6afe90 (diff) |
sync
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/scsi.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/scsi.c b/sys/arch/hp300/dev/scsi.c index 12060f29f0e..43d20b000fe 100644 --- a/sys/arch/hp300/dev/scsi.c +++ b/sys/arch/hp300/dev/scsi.c @@ -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. */ |