Fix build of si(4) and enable it in LINT on amd64 and i386.

This commit is contained in:
John Baldwin 2014-08-20 16:07:17 +00:00
parent 64d6de263b
commit 669eac89c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270224
3 changed files with 5 additions and 5 deletions

View File

@ -521,7 +521,7 @@ hint.pbio.0.port="0x360"
device smbios
device vpd
device asmc
#device si
device si
device tpm
device padlock_rng # VIA Padlock RNG
device rdrand_rng # Intel Bull Mountain RNG

View File

@ -36,9 +36,9 @@
__FBSDID("$FreeBSD$");
#ifndef lint
static const char si_copyright1[] = "@(#) Copyright (C) Specialix International, 1990,1992,1998",
si_copyright2[] = "@(#) Copyright (C) Andy Rutter 1993",
si_copyright3[] = "@(#) Copyright (C) Peter Wemm 2000";
__IDSTRING(si_copyright1, "@(#) Copyright (C) Specialix International, 1990,1992,1998");
__IDSTRING(si_copyright2, "@(#) Copyright (C) Andy Rutter 1993");
__IDSTRING(si_copyright3, "@(#) Copyright (C) Peter Wemm 2000");
#endif /* not lint */
#include "opt_compat.h"

View File

@ -871,7 +871,7 @@ device spic
hint.spic.0.at="isa"
hint.spic.0.port="0x10a0"
device asmc
#device si
device si
device tpm
device padlock_rng # VIA Padlock RNG
device rdrand_rng # Intel Bull Mountain RNG