Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/mips/sibyte/dev/sbjcnvar.h
RevisionDateAuthorComments
 1.9  13-May-2023  andvar fix typos in comments.
 1.8  09-Jul-2018  christos Remove duplicate copies of the SET/CLR/ISSET macros.
 1.7  09-Jul-2018  kre Avoid redefining SET/CLR/ISSET (which in the kernel are normally
defined in <sys/types.h>). These redefinitions (when they are,
that is, when types.h is included) were sneaking through because
they were defined identically ... until CLR in <sys/types.h> was
changed... Avoid that issue arising again.
 1.6  13-Apr-2015  riastradh branches: 1.6.16; 1.6.18;
MD rnd.h cleanups. Please let me know if I broke anything!
 1.5  15-Nov-2014  christos branches: 1.5.2;
centralize the call unit / dialout macros
 1.4  02-Feb-2012  tls branches: 1.4.6;
Entropy-pool implementation move and cleanup.

1) Move core entropy-pool code and source/sink/sample management code
to sys/kern from sys/dev.

2) Remove use of NRND as test for presence of entropy-pool code throughout
source tree.

3) Remove use of RND_ENABLED in device drivers as microoptimization to
avoid expensive operations on disabled entropy sources; make the
rnd_add calls do this directly so all callers benefit.

4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
have lead to slight entropy overestimation for some sources.

5) Add new source types for environmental sensors, power sensors, VM
system events, and skew between clocks, with a sample implementation
for each.

ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files). Tested with release
builds on amd64 and evbarm and live testing on amd64.
 1.3  01-Feb-2011  matt branches: 1.3.4; 1.3.8;
Update to CFATTACH_DECL_NEW.
 1.2  07-Feb-2003  cgd branches: 1.2.126; 1.2.130; 1.2.136; 1.2.138;
Update to consistently use Broadcom GPL-compatible license on all SiByte code.
 1.1  05-Mar-2002  simonb branches: 1.1.10; 1.1.12;
Add support for the on-chip peripherals on the Broadcom SiByte SB1250 CPU
and support routines for the Broadcom CFE (Common Firmware Environment).

This code is provided by the Broadband Processor Business Unit at
Broadcom Corp with minor updates by me.
 1.1.12.2  05-Mar-2002  simonb Add support for the on-chip peripherals on the Broadcom SiByte SB1250 CPU
and support routines for the Broadcom CFE (Common Firmware Environment).

This code is provided by the Broadband Processor Business Unit at
Broadcom Corp with minor updates by me.
 1.1.12.1  05-Mar-2002  simonb file sbjcnvar.h was added on branch nathanw_sa on 2002-03-05 23:46:43 +0000
 1.1.10.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.10.1  05-Mar-2002  jdolecek file sbjcnvar.h was added on branch kqueue on 2002-06-23 17:38:07 +0000
 1.2.138.1  08-Feb-2011  bouyer Sync with HEAD
 1.2.136.1  06-Jun-2011  jruoho Sync with HEAD.
 1.2.130.1  05-Mar-2011  rmind sync with head
 1.2.126.1  09-Jun-2010  matt Update to the device NWO:
Use CFATTACH_DECL_NEW
struct device * -> device_t
struct cfdata * -> cfdata_t
printf -> aprint_normal_*
Use device_* accessors
 1.3.8.1  18-Feb-2012  mrg merge to -current.
 1.3.4.1  17-Apr-2012  yamt sync with head
 1.4.6.1  03-Dec-2017  jdolecek update from HEAD
 1.5.2.1  06-Jun-2015  skrll Sync with HEAD
 1.6.18.1  10-Jun-2019  christos Sync with HEAD
 1.6.16.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed