Author: imp
Date: Thu Feb 16 21:56:27 2017
New Revision: 313826
URL: https://svnweb.freebsd.org/changeset/base/313826

Log:
  Remove the ahb driver for the EISA Adaptec 174x.

Deleted:
  head/share/man/man4/ahb.4
  head/sys/dev/ahb/ahb.c
  head/sys/dev/ahb/ahbreg.h
  head/sys/modules/ahb/Makefile
Modified:
  head/share/man/man4/Makefile
  head/sys/conf/NOTES
  head/sys/conf/files
  head/sys/modules/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile        Thu Feb 16 21:56:21 2017        
(r313825)
+++ head/share/man/man4/Makefile        Thu Feb 16 21:56:27 2017        
(r313826)
@@ -29,7 +29,6 @@ MAN=  aac.4 \
        age.4 \
        agp.4 \
        aha.4 \
-       ahb.4 \
        ahc.4 \
        ahci.4 \
        ahd.4 \

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Thu Feb 16 21:56:21 2017        (r313825)
+++ head/sys/conf/NOTES Thu Feb 16 21:56:27 2017        (r313826)
@@ -1530,7 +1530,6 @@ options           TERMINAL_KERN_ATTR=(FG_LIGHTRED
 # adv: All Narrow SCSI bus AdvanSys controllers.
 # adw: Second Generation AdvanSys controllers including the ADV940UW.
 # aha: Adaptec 154x/1535/1640
-# ahb: Adaptec 174x EISA controllers
 # ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/
 #      19160x/29160x, aic7770/aic78xx
 # ahd: Adaptec 29320/39320 Controllers.
@@ -1570,7 +1569,6 @@ device            aha
 hint.aha.0.at="isa"
 device         aic
 hint.aic.0.at="isa"
-device         ahb
 device         ahc
 device         ahd
 device         esp

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Thu Feb 16 21:56:21 2017        (r313825)
+++ head/sys/conf/files Thu Feb 16 21:56:27 2017        (r313826)
@@ -694,7 +694,6 @@ dev/agp/agp.c                       optional agp pci
 dev/agp/agp_if.m               optional agp pci
 dev/aha/aha.c                  optional aha
 dev/aha/aha_isa.c              optional aha isa
-dev/ahb/ahb.c                  optional ahb eisa
 dev/ahci/ahci.c                        optional ahci
 dev/ahci/ahciem.c              optional ahci
 dev/ahci/ahci_pci.c            optional ahci pci

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Thu Feb 16 21:56:21 2017        (r313825)
+++ head/sys/modules/Makefile   Thu Feb 16 21:56:27 2017        (r313826)
@@ -27,7 +27,6 @@ SUBDIR=       \
        age \
        ${_agp} \
        aha \
-       ${_ahb} \
        ahci \
        ${_aic} \
        aic7xxx \
@@ -736,9 +735,6 @@ _sbni=              sbni
 _streams=      streams
 _stg=          stg
 _svr4=         svr4
-.if ${MK_EISA} != "no"
-_ahb=          ahb
-.endif
 _cm=           cm
 .if ${MK_SOURCELESS_UCODE} != "no"
 _ctau=         ctau
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to