svn commit: r316014 - stable/11/sys/dev/isp
Alexander Motin
mav at FreeBSD.org
Mon Mar 27 08:29:03 UTC 2017
Author: mav
Date: Mon Mar 27 08:29:02 2017
New Revision: 316014
URL: https://svnweb.freebsd.org/changeset/base/316014
Log:
MFC 315229: Remove remnant of r315163.
Modified:
stable/11/sys/dev/isp/isp_freebsd.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/isp/isp_freebsd.c
==============================================================================
--- stable/11/sys/dev/isp/isp_freebsd.c Mon Mar 27 08:18:13 2017 (r316013)
+++ stable/11/sys/dev/isp/isp_freebsd.c Mon Mar 27 08:29:02 2017 (r316014)
@@ -52,7 +52,6 @@ static const char prom3[] = "Chan %d [%u
static void isp_freeze_loopdown(ispsoftc_t *, int);
static void isp_loop_changed(ispsoftc_t *isp, int chan);
static d_ioctl_t ispioctl;
-static void isp_intr_enable(void *);
static void isp_cam_async(void *, uint32_t, struct cam_path *, void *);
static void isp_poll(struct cam_sim *);
static timeout_t isp_watchdog;
More information about the svn-src-stable-11
mailing list