summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 2e70f53..e7526ab 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -52,11 +52,9 @@ static void isp_kthread(void *);
static void isp_action(struct cam_sim *, union ccb *);
-#define ISP_CDEV_MAJOR 248
static struct cdevsw isp_cdevsw = {
.d_ioctl = ispioctl,
.d_name = "isp",
- .d_maj = ISP_CDEV_MAJOR,
};
static struct ispsoftc *isplist = NULL;
OpenPOWER on IntegriCloud