]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r260401
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Aug 2014 17:18:21 +0000 (17:18 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Aug 2014 17:18:21 +0000 (17:18 +0000)
commite22afeace0c727a1a359358c8f6501268c913c79
tree939d60b7f94035b47646e571085f76b8e2fcf86b
parent5087c1a6a2131a93895d9867836d8ceb6477129c
MFC r260401

  Remove aicasm as a build dependency.  It made sense when the ahc and ahd
  drivers and their firmware were under active development, but those days
  have passed.  The firmware now exists in pre-compiled form, no longer
  dependent on it's sources or on aicasm.  If you wish to rebuild the
  firmware from source, the glue still exists under the 'make firmware'
  target in sys/modules/aic7xxx.

  This also fixes the problem introduced with r257777 et al with building
  kernels the old fashioned way in sys/$arch/compile/$CONFIG when the
  ahc/ahd drivers were included.

git-svn-id: svn://svn.freebsd.org/base/stable/10@270284 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 files changed:
Makefile.inc1
sys/conf/files
sys/dev/aic7xxx/aic79xx_reg.h [new file with mode: 0644]
sys/dev/aic7xxx/aic79xx_reg_print.c [new file with mode: 0644]
sys/dev/aic7xxx/aic79xx_seq.h [new file with mode: 0644]
sys/dev/aic7xxx/aic7xxx_reg.h [new file with mode: 0644]
sys/dev/aic7xxx/aic7xxx_reg_print.c [new file with mode: 0644]
sys/dev/aic7xxx/aic7xxx_seq.h [new file with mode: 0644]
sys/modules/aic7xxx/Makefile
sys/modules/aic7xxx/ahc/Makefile
sys/modules/aic7xxx/ahc/ahc_eisa/Makefile
sys/modules/aic7xxx/ahc/ahc_isa/Makefile
sys/modules/aic7xxx/ahc/ahc_pci/Makefile
sys/modules/aic7xxx/ahd/Makefile