PERFORCE change 69179 for review

Sam Leffler sam at FreeBSD.org
Mon Jan 17 15:41:52 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=69179

Change 69179 by sam at sam_ebb on 2005/01/17 23:41:10

	add iwi

Affected files ...

.. //depot/projects/wifi/etc/devd.conf#7 edit
.. //depot/projects/wifi/share/man/man4/Makefile#12 edit
.. //depot/projects/wifi/share/man/man4/iwi.4#1 add
.. //depot/projects/wifi/sys/dev/iwi/if_iwi.c#1 add
.. //depot/projects/wifi/sys/dev/iwi/if_iwireg.h#1 add
.. //depot/projects/wifi/sys/dev/iwi/if_iwivar.h#1 add
.. //depot/projects/wifi/sys/modules/Makefile#10 edit
.. //depot/projects/wifi/sys/modules/iwi/Makefile#1 add
.. //depot/projects/wifi/usr.sbin/Makefile#4 edit
.. //depot/projects/wifi/usr.sbin/iwicontrol/Makefile#1 add
.. //depot/projects/wifi/usr.sbin/iwicontrol/iwicontrol.8#1 add
.. //depot/projects/wifi/usr.sbin/iwicontrol/iwicontrol.c#1 add

Differences ...

==== //depot/projects/wifi/etc/devd.conf#7 (text+ko) ====

@@ -19,8 +19,9 @@
 	# Setup some shorthand for regex that we use later in the file.
 	set ethernet-nic-regex
 		"(an|ar|ath|aue|awi|axe|bfe|bge|cm|cnw|cs|cue|dc|de|ed|el|em|\
-		ep|ex|fe|fxp|gem|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|rue|\
-		sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|udav|vge|vr|vx|wb|wi|xe|xl)\
+		ep|ex|fe|fxp|gem|hme|ie|iwi|kue|lge|lnc|my|nge|pcn|ray|re|rl|\
+		rue|sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|udav|vge|vr|vx|wb|wi|\
+		xe|xl)\
 		[0-9]+";
 	set scsi-controller-regex
 		"(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\

==== //depot/projects/wifi/share/man/man4/Makefile#12 (text+ko) ====

@@ -110,6 +110,7 @@
 	ipsec.4 \
 	isp.4 \
 	ispfw.4 \
+	iwi.4 \
 	ixgb.4 \
 	joy.4 \
 	kame.4 \

==== //depot/projects/wifi/sys/modules/Makefile#10 (text+ko) ====

@@ -113,6 +113,7 @@
 	${_ips} \
 	isp \
 	ispfw \
+	iwi \
 	joy \
 	kue \
 	lge \

==== //depot/projects/wifi/usr.sbin/Makefile#4 (text+ko) ====

@@ -64,6 +64,7 @@
 	${_ipsend} \
 	${_iptest} \
 	IPXrouted \
+	iwicontrol \
 	jail \
 	jexec \
 	jls \


More information about the p4-projects mailing list