Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2010 17:31:55 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/modules Makefile
Message-ID:  <201003291733.o2THXINd097012@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2010-03-29 17:31:55 UTC

  FreeBSD src repository

  Modified files:
    sys/modules          Makefile 
  Log:
  SVN rev 205845 on 2010-03-29 17:31:55Z by imp
  
  Make all the modules build on arm (modulo ipfilter, which I'm looking
  into):
  
  o Don't build vpo and syscons on mips or arm either
  o Add a section for mips and arm breakages, and document why.
    This is easier than opting in on all the other architectures:
    # no BUS_SPACE_UNSPECIFIED: bce, bwi, bwn, mfi, mpt, siba_bwn
    # No barrier instruction support (specific to this driver): sym
    # no uart_cpu_$MACHINE_ARCH: uart
  
  (mips has, by inspection, the same issues as arm, so ditto for it)
  
  MFC after:      7 days
  
  Revision  Changes    Path
  1.644     +25 -10    src/sys/modules/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003291733.o2THXINd097012>