diff options
| author | bouyer <bouyer@NetBSD.org> | 1999-04-06 17:49:14 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 1999-04-06 17:49:14 +0000 |
| commit | 2198b984e869b20ffc011ee11fbe2687b3c23ca0 (patch) | |
| tree | 1a8abb29b577f93f41e3b0e93c700a4eb62eed50 /sys/dev | |
| parent | 3035dcf31a6523a41aa3c29d04fc948eecf13b23 (diff) | |
Kill an extra 'pciide0: ' in a printf
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pciide.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 5e3f3a37e3e..c82094c8bc0 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $NetBSD: pciide.c,v 1.33 1999/02/22 10:12:00 bouyer Exp $ */ +/* $NetBSD: pciide.c,v 1.34 1999/04/06 17:49:14 bouyer Exp $ */ /* * Copyright (c) 1996, 1998 Christopher G. Demetriou. All rights reserved. @@ -543,7 +543,7 @@ pciide_attach(parent, self, aux) } } } else { - printf("%s: pciide0: hardware does not support DMA", + printf("%s: hardware does not support DMA", sc->sc_wdcdev.sc_dev.dv_xname); } printf("\n"); |
