summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pciide.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 5d9f67cc935..f2eed5537b9 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.18 2000/01/11 01:14:52 chris Exp $ */
+/* $OpenBSD: pciide.c,v 1.19 2000/01/11 01:16:00 chris Exp $ */
/* $NetBSD: pciide.c,v 1.48 1999/11/28 20:05:18 bouyer Exp $ */
/*
@@ -2191,8 +2191,6 @@ sis_chip_map(sc, pa)
PCI_CLASS_REG));
bus_size_t cmdsize, ctlsize;
- printf("\nrevision: i:%i h:%x i:%i h:%x i:%i h:%x\n",rev,rev,interface,interface,interface & PCI_REVISION_MASK, interface & PCI_REVISION_MASK);
-
if (pciide_chipen(sc, pa) == 0)
return;