summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2010-04-03 09:32:14 +0000
committerdlg <dlg@openbsd.org>2010-04-03 09:32:14 +0000
commitd7cc998299773b426b1f580e4ed5d8ce54e8f688 (patch)
treef715ad579bd17876cb3faf03990158b6362421fe
parentdont allocate with M_TEMP and then free with M_DEVBUF. made even worse that (diff)
downloadwireguard-openbsd-d7cc998299773b426b1f580e4ed5d8ce54e8f688.tar.xz
wireguard-openbsd-d7cc998299773b426b1f580e4ed5d8ce54e8f688.zip
remove some debug output
-rw-r--r--sys/dev/ata/atascsi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ata/atascsi.c b/sys/dev/ata/atascsi.c
index 8bee37f61a5..4bccf8d3596 100644
--- a/sys/dev/ata/atascsi.c
+++ b/sys/dev/ata/atascsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atascsi.c,v 1.73 2010/04/03 07:09:29 dlg Exp $ */
+/* $OpenBSD: atascsi.c,v 1.74 2010/04/03 09:32:14 dlg Exp $ */
/*
* Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
@@ -222,8 +222,6 @@ atascsi_probe(struct scsi_link *link)
if (type != ATA_PORT_T_DISK)
return (0);
- printf("106: 0x%04x\n", ap->ap_identify.p2l_sect);
-
/* Enable write cache if supported */
if (ap->ap_identify.cmdset82 & ATA_IDENTIFY_WRITECACHE) {
xa = ata_get_xfer(ap);