From owner-svn-src-head@freebsd.org Wed Feb 22 20:47:27 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F770CE999F; Wed, 22 Feb 2017 20:47:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B91B61EE1; Wed, 22 Feb 2017 20:47:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1MKlPYx065028; Wed, 22 Feb 2017 20:47:25 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1MKlPT0065023; Wed, 22 Feb 2017 20:47:25 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201702222047.v1MKlPT0065023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Wed, 22 Feb 2017 20:47:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314110 - in head: etc share/man/man4 share/man/man4/man4.i386 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2017 20:47:27 -0000 Author: imp Date: Wed Feb 22 20:47:25 2017 New Revision: 314110 URL: https://svnweb.freebsd.org/changeset/base/314110 Log: Remove more stray EISA refernces: ahb was removed. Remove the cross reference and replace, where appropiate, with ahd.4. Modified: head/etc/devd.conf head/share/man/man4/adv.4 head/share/man/man4/ahc.4 head/share/man/man4/man4.i386/aic.4 head/share/man/man4/scsi.4 Modified: head/etc/devd.conf ============================================================================== --- head/etc/devd.conf Wed Feb 22 20:24:09 2017 (r314109) +++ head/etc/devd.conf Wed Feb 22 20:47:25 2017 (r314110) @@ -19,7 +19,7 @@ options { # Setup some shorthand for regex that we use later in the file. #XXX Yes, these are gross -- imp set scsi-controller-regex - "(aac|adv|adw|aha|ahb|ahc|ahd|aic|amr|bt|ciss|ct|dpt|\ + "(aac|adv|adw|aha|ahc|ahd|aic|amr|bt|ciss|ct|dpt|\ esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm)\ [0-9]+"; set wifi-driver-regex Modified: head/share/man/man4/adv.4 ============================================================================== --- head/share/man/man4/adv.4 Wed Feb 22 20:24:09 2017 (r314109) +++ head/share/man/man4/adv.4 Wed Feb 22 20:47:25 2017 (r314110) @@ -201,7 +201,6 @@ AdvanSys ABP980UA/3980UA .Sh SEE ALSO .Xr adw 4 , .Xr aha 4 , -.Xr ahb 4 , .Xr ahc 4 , .Xr cd 4 , .Xr da 4 , Modified: head/share/man/man4/ahc.4 ============================================================================== --- head/share/man/man4/ahc.4 Wed Feb 22 20:24:09 2017 (r314109) +++ head/share/man/man4/ahc.4 Wed Feb 22 20:47:25 2017 (r314110) @@ -361,7 +361,7 @@ more SCB space available, the less host and restoring SCB data. .Sh SEE ALSO .Xr aha 4 , -.Xr ahb 4 , +.Xr ahd 4 , .Xr cd 4 , .Xr da 4 , .Xr sa 4 , Modified: head/share/man/man4/man4.i386/aic.4 ============================================================================== --- head/share/man/man4/man4.i386/aic.4 Wed Feb 22 20:24:09 2017 (r314109) +++ head/share/man/man4/man4.i386/aic.4 Wed Feb 22 20:47:25 2017 (r314110) @@ -65,7 +65,6 @@ Adaptec AHA-1460, AHA-1460B, AHA-1460C, .El .Sh SEE ALSO .Xr aha 4 , -.Xr ahb 4 , .Xr ahc 4 , .Xr cd 4 , .Xr ch 4 , Modified: head/share/man/man4/scsi.4 ============================================================================== --- head/share/man/man4/scsi.4 Wed Feb 22 20:24:09 2017 (r314109) +++ head/share/man/man4/scsi.4 Wed Feb 22 20:47:25 2017 (r314110) @@ -315,8 +315,8 @@ for details. .Sh SEE ALSO .Xr ada 4 , .Xr aha 4 , -.Xr ahb 4 , .Xr ahc 4 , +.Xr ahd 4 , .Xr ahci 4 , .Xr ata 4 , .Xr bt 4 ,