Date: Wed, 22 Feb 2017 20:47:25 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <201702222047.v1MKlPT0065023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702222047.v1MKlPT0065023>