summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mac68k/dev/sbc_obio.c3
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 */