aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-08-03 00:18:35 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-08-03 00:18:35 +0000
commit13b203d0d78cc08a7e0da8e8d5eb8c1a5d94ab69 (patch)
tree9a4e586ffbcd1450917ee5e388a4e1eb38254e32 /sys/dev/aic7xxx
parentbccb41014af4667b1cf2878456f5a8a854acf1f7 (diff)
downloadsrc-13b203d0d78cc08a7e0da8e8d5eb8c1a5d94ab69.tar.gz
src-13b203d0d78cc08a7e0da8e8d5eb8c1a5d94ab69.zip
Modify device drivers supporting multicast addresses to lock if_addr_mtx
over iteration of their multicast address lists when synchronizing the hardware address filter with the network stack-maintained list. Problem reported by: Ed Maste (emaste at phaedrus dot sandvine dot ca> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=148654
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aicasm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile
index e89fd34715a5..326f6f4aa558 100644
--- a/sys/dev/aic7xxx/aicasm/Makefile
+++ b/sys/dev/aic7xxx/aicasm/Makefile
@@ -33,6 +33,7 @@ CFLAGS+= ${NOSTDINC} -I/usr/include -I.
.ifdef MAKESRCPATH
CFLAGS+= -I${MAKESRCPATH}
.endif
+NOMAN=
NO_MAN=
YFLAGS= -b ${.TARGET:R} ${.TARGET:M*macro*:S/$(.TARGET)/-p mm/} -d
LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/}