Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2015 02:17:56 +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: r277283 - head/sys/modules
Message-ID:  <201501170217.t0H2HufT038755@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sat Jan 17 02:17:55 2015
New Revision: 277283
URL: https://svnweb.freebsd.org/changeset/base/277283

Log:
  The sn driver isn't UCODE sourceless. While it is true there's an
  binary FPGA image that's in an include file in this directory, that
  include file isn't actually used. It is only for certain Trump Cards
  that we don't yet support. When support was anticipated for them, we
  got permission to include the required FPGA image in our sources under
  the BSDL, but didn't start actually including the file. This was done
  to provide a public paper trail for this file.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sat Jan 17 01:21:30 2015	(r277282)
+++ head/sys/modules/Makefile	Sat Jan 17 02:17:55 2015	(r277283)
@@ -317,7 +317,7 @@ SUBDIR=	\
 	sis \
 	sk \
 	${_smbfs} \
-	${_sn} \
+	sn \
 	${_snc} \
 	snp \
 	${_sound} \
@@ -438,7 +438,6 @@ _ispfw=		ispfw
 _mwlfw=		mwlfw
 _ralfw=		ralfw
 _sf=		sf
-_sn=		sn
 _ti=		ti
 _txp=		txp
 .endif



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