svn commit: r277283 - head/sys/modules

Warner Losh imp at FreeBSD.org
Sat Jan 17 02:17:56 UTC 2015


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


More information about the svn-src-all mailing list