Home | History | Annotate | Download | only in eb7500atx
History log of /src/sys/arch/acorn32/eb7500atx/if_cs.c
RevisionDateAuthorComments
 1.13  29-May-2022  andvar fix various typos in comments and log messages.
 1.12  25-Apr-2019  msaitoh KNF. No functional change.
 1.11  25-Apr-2019  msaitoh No functional change:
- Use __arraycount().
- u_int_{8,16,32}_t -> uint_{8,16,32}_t
- KNF.
- Tabify.
- Remove extra space.
 1.10  13-Apr-2015  riastradh branches: 1.10.18;
MD rnd.h cleanups. Please let me know if I broke anything!
 1.9  10-May-2012  skrll branches: 1.9.2; 1.9.16;
_int*_t -> uint*_t

Same code before and after.
 1.8  02-Feb-2012  tls 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.7  19-Jul-2011  dyoung branches: 1.7.2; 1.7.6;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark acorn32/bus.h obsolete.
 1.6  22-Sep-2009  tsutsui Split device_t/softc. Tested only on cs at ofisa on shark.
 1.5  12-May-2009  cegger use device_xname()
 1.4  11-Dec-2005  christos branches: 1.4.80; 1.4.94;
merge ktrace-lwp.
 1.3  04-Jul-2004  chris branches: 1.3.2;
Use a define, rather than hard coded number, for the interrupt to claim.

Make use of the ability to parse the cs's eeprom for values, rather than
ignoring the eeprom.
 1.2  03-Jan-2004  chris Tidy up the code, add a copyright block for myself. Sprinkle a few
comments, de-_P things.
 1.1  03-Jan-2004  chris First part of support for the eb7500atx board from simtec:
http://www.simtec.co.uk/products/EB7500ATX/

also available with RISC-OS as a RiscStation:
http://www.riscstation.co.uk/html/products.html

This is basic bootstrap with support for ide and networking, currently only
tested with booting from ABLE, and not RISC-OS.

I would have placed it into evbarm, but iomd doesn't appear to use the same
interrupt files as evbarm. I'll check it into here for now, until iomd
uses the common interrupt code.
 1.3.2.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.3.2.3  18-Sep-2004  skrll Sync with HEAD.
 1.3.2.2  03-Aug-2004  skrll Sync with HEAD
 1.3.2.1  04-Jul-2004  skrll file if_cs.c was added on branch ktrace-lwp on 2004-08-03 10:30:49 +0000
 1.4.94.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.4.80.2  11-Mar-2010  yamt sync with head
 1.4.80.1  16-May-2009  yamt sync with head
 1.7.6.2  02-Jun-2012  mrg sync to latest -current.
 1.7.6.1  18-Feb-2012  mrg merge to -current.
 1.7.2.2  23-May-2012  yamt sync with head.
 1.7.2.1  17-Apr-2012  yamt sync with head
 1.9.16.1  06-Jun-2015  skrll Sync with HEAD
 1.9.2.1  03-Dec-2017  jdolecek update from HEAD
 1.10.18.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed