From b569d2a37096e9b543e200d78e19d5ea34fc5ff8 Mon Sep 17 00:00:00 2001 From: non Date: Sun, 29 Oct 2000 06:03:47 +0000 Subject: Remove unnecessary printf(). --- sys/dev/stg/tmc18c30_isa.c | 1 - sys/dev/stg/tmc18c30_pccard.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c index 83ab6a8..67fb6b6 100644 --- a/sys/dev/stg/tmc18c30_isa.c +++ b/sys/dev/stg/tmc18c30_isa.c @@ -293,6 +293,5 @@ stgattach(device_t devi) sc->sc_ih = stgintr; - printf("stg%d",device_get_unit(devi)); return(STGIOSZ); } diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index e9ceef9..574fbb2 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -393,7 +393,6 @@ stgattach(DEVPORT_PDEVICE devi) sc->sc_ih = stgintr; - printf("stg%d",DEVPORT_PDEVUNIT(devi)); return(STGIOSZ); } #endif /* NCARD>0 */ -- cgit v1.1