From thompsa@thingy.tbd.co.nz  Sun Sep  5 22:23:27 2004
Return-Path: <thompsa@thingy.tbd.co.nz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9A4316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Sep 2004 22:23:27 +0000 (GMT)
Received: from thingy.tbd.co.nz (thingy.tbd.co.nz [210.48.70.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 369DE43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Sep 2004 22:23:27 +0000 (GMT)
	(envelope-from thompsa@thingy.tbd.co.nz)
Received: from thingy.tbd.co.nz (localhost [127.0.0.1])
	by thingy.tbd.co.nz (8.12.3/8.12.3/Debian-6.6) with ESMTP id i85MTMCc014333
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 6 Sep 2004 10:29:22 +1200
Received: (from thompsa@localhost)
	by thingy.tbd.co.nz (8.12.3/8.12.3/Debian-6.6) id i85MTLxw014331
	for FreeBSD-gnats-submit@freebsd.org; Mon, 6 Sep 2004 10:29:21 +1200
Message-Id: <20040905222921.GA12819@thingy.tbd.co.nz>
Date: Mon, 6 Sep 2004 10:29:21 +1200
From: Andrew Thompson <andy@fud.org.nz>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] add axe to the interfaces regex in etc/devd.conf

>Number:         71410
>Category:       conf
>Synopsis:       [patch] add axe to the interfaces regex in etc/devd.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 05 22:30:25 GMT 2004
>Closed-Date:    Mon Sep 06 20:10:07 GMT 2004
>Last-Modified:  Mon Sep 06 20:10:07 GMT 2004
>Originator:     Andrew Thompson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nhs1.fire.org.nz 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Aug 11 12:00:31 NZST 2004 thompsa@nhs1.fire.org.nz:/usr/obj/usr/src/sys/NHS1 i386


	
>Description:
add axe to the interfaces regex in etc/devd.conf
	
>How-To-Repeat:
	
>Fix:

Index: devd.conf
===================================================================
RCS file: /home/ncvs/src/etc/devd.conf,v
retrieving revision 1.14
diff -u -r1.14 devd.conf
--- devd.conf	5 Jul 2004 20:16:30 -0000	1.14
+++ devd.conf	2 Sep 2004 21:18:03 -0000
@@ -18,9 +18,9 @@
 
 	# Setup some shorthand for regex that we use later in the file.
 	set ethernet-nic-regex
-		"(an|ar|ath|aue|awi|bfe|bge|cm|cnw|cs|cue|dc|de|ed|el|em|ep|\
-		ex|fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|rue|\
-		sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|vr|vx|wb|wi|xe|xl)[0-9]+";
+		"(an|ar|ath|aue|awi|axe|bfe|bge|cm|cnw|cs|cue|dc|de|ed|el|em|\
+		ep|ex|fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|\
+		rue|sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|vr|vx|wb|wi|xe|xl)[0-9]+";
 	set scsi-controller-regex
 		"(adv|advw|aic|aha|ahb|ahc|ahd|bt|ct|iir|isp|mly|mpt|ncv|nsp|\
 		stg|sym|wds)[0-9]+";



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->wpaul 
Responsible-Changed-By: glebius 
Responsible-Changed-When: Sun Sep 5 22:38:26 GMT 2004 
Responsible-Changed-Why:  
Bill has written this driver, and seems to maintain this regex. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71410 
Responsible-Changed-From-To: wpaul->freebsd-bugs 
Responsible-Changed-By: wpaul 
Responsible-Changed-When: Mon Sep 6 06:47:59 GMT 2004 
Responsible-Changed-Why:  
I do not in any way, shape or form maintain this regex. Do not use 
the "Bill's name is somewhere within 10 miles of it, tag him with it" 
method. That trick never works. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71410 
State-Changed-From-To: open->closed 
State-Changed-By: glebius 
State-Changed-When: Mon Sep 6 20:06:54 GMT 2004 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71410 
>Unformatted:
