freebsd-dev/sys/scsi/uk.c

39 lines
587 B
C
Raw Normal View History

1993-11-18 05:03:27 +00:00
/*
* Driver for a device we can't identify.
1993-11-18 05:03:27 +00:00
* by Julian Elischer (julian@tfs.com)
*
* $Id: uk.c,v 1.7 1995/03/01 22:24:47 dufault Exp $
*
* If you find that you are adding any code to this file look closely
* at putting it in "scsi_driver.c" instead.
1993-11-18 05:03:27 +00:00
*/
#include <sys/param.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
SCSI_DEVICE_ENTRIES(uk)
1993-11-18 05:03:27 +00:00
struct scsi_device uk_switch =
{
NULL,
NULL,
NULL,
NULL,
"uk",
0,
{0, 0},
SDEV_ONCE_ONLY, /* Only one open allowed */
0,
"Unknown",
ukopen,
0,
T_UNKNOWN,
0,
0,
0,
0,
0,
0,
};