diff options
author | gene <gene@cvs.openbsd.org> | 1997-05-15 04:05:45 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-05-15 04:05:45 +0000 |
commit | f6c14ce61ebf601718986a7da14aeb2506333658 (patch) | |
tree | 5f8903a2237d05a28acb36cbc3555d78afd10807 /sys | |
parent | 06b2caff5a06368cc7e553efd42714bcbf77ddff (diff) |
Just plain ditch sn_printf of options. We don't do things this way anyway.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/dev/sbc_obio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/mac68k/dev/sbc_obio.c b/sys/arch/mac68k/dev/sbc_obio.c index 42a9b2824f0..e851eeb8d3b 100644 --- a/sys/arch/mac68k/dev/sbc_obio.c +++ b/sys/arch/mac68k/dev/sbc_obio.c @@ -117,7 +117,6 @@ sbc_obio_attach(parent, self, args) { struct sbc_softc *sc = (struct sbc_softc *) self; struct ncr5380_softc *ncr_sc = (struct ncr5380_softc *) sc; - char bits[64]; extern vm_offset_t SCSIBase; /* Pull in the options flags. */ @@ -223,8 +222,6 @@ sbc_obio_attach(parent, self, args) if (sc->sc_options) printf(": options=0x%x", sc->sc_options); -/* printf(": options=%s", bitmask_snprintf(sc->sc_options, - SBC_OPTIONS_BITS, bits, sizeof(bits))); */ printf("\n"); /* Now enable SCSI interrupts through VIA2, if appropriate */ |