Fix build of si(4) and enable it in LINT on amd64 and i386.
This commit is contained in:
parent
64d6de263b
commit
669eac89c5
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user