From eac107b8dbe9118a6daceb135899e230cd4d2526 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 17 Jan 2015 02:17:55 +0000 Subject: [PATCH] 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. --- sys/modules/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index f5e4575e683d..3e4e79aad5cd 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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