summaryrefslogtreecommitdiff
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:31:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:31:42 +0000
commit04ac7ea63d8c482b4a634b4487d0d539f5183a58 (patch)
tree8dbf237a962475cbf78ea766b1d534e2cf69b752 /sys/scsi/sd.c
parent6b3251024eafed21fd1f959dd3403eea5f520cc6 (diff)
SC_DEBUG cleanup
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 114a284adf9..b5833db7629 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: sd.c,v 1.9 1996/05/06 11:33:37 deraadt Exp $ */
-/* $NetBSD: sd.c,v 1.97 1996/05/03 19:48:22 christos Exp $ */
+/* $OpenBSD: sd.c,v 1.10 1996/05/10 12:31:39 deraadt Exp $ */
+/* $NetBSD: sd.c,v 1.98 1996/05/05 19:52:53 christos Exp $ */
/*
* Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved.
@@ -270,8 +270,8 @@ sdopen(dev, flag, fmt, p)
sc_link = sd->sc_link;
SC_DEBUG(sc_link, SDEV_DB1,
- ("sdopen: dev=0x%x (unit %d (of %d))\n", dev, unit,
- sd_cd.cd_ndevs));
+ ("sdopen: dev=0x%x (unit %d (of %d), partition %d)\n", dev, unit,
+ sd_cd.cd_ndevs, SDPART(dev)));
if ((error = sdlock(sd)) != 0)
return error;