home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyrighted as an unpublished work.
- * (c) Copyright 1991 Brian Smith
- * All rights reserved.
- *
- * Read the LICENSE file for details on distribution and use.
- *
- */
-
- #include <sys/types.h>
- #include <sys/iobuf.h>
- #include <config.h>
-
- #include <sys/sb.h>
-
- ushort sb_configured = SB;
- ushort sb_dma_chan = SB_CHAN;
- ushort sb_interrupt = SB_0_VECT;
- struct iobuf sbtab[3];
-