Home | History | Annotate | Download | only in ofisa
History log of /src/sys/dev/ofisa/if_cs_ofisa.c
RevisionDateAuthorComments
 1.32  28-Apr-2021  thorpej Avoid a double "cs0: " in the autoconfiguration messages.
 1.31  27-Jan-2021  thorpej branches: 1.31.4;
Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.30  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.29  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.28  19-Jan-2021  thorpej of_compatible() is a hokey API (returning -1 for no match) and nothing
here relies on its reverse-index return value semantics, so just use
of_match_compat_data() instead.
 1.27  09-Dec-2016  christos branches: 1.27.30;
Factor our model printing code; use aprint; eliminate alloca.
 1.26  13-Apr-2015  riastradh branches: 1.26.2;
Convert sys/dev to use <sys/rndsource.h>.
 1.25  02-Feb-2012  tls branches: 1.25.6; 1.25.24;
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.24  22-Sep-2009  tsutsui branches: 1.24.12; 1.24.16;
Make local functions static.
 1.23  22-Sep-2009  tsutsui Split device_t/softc. Tested only on cs at ofisa on shark.
 1.22  12-May-2009  cegger struct device * -> device_t, no functional changes intended.
 1.21  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.20  14-Mar-2009  dsl ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.19  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.18  28-Apr-2008  martin branches: 1.18.8; 1.18.14;
Remove clause 3 and 4 from TNF licenses
 1.17  08-Apr-2008  cegger branches: 1.17.2; 1.17.4;
use aprint_*_dev and device_xname
 1.16  19-Oct-2007  ad branches: 1.16.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.15  29-Mar-2006  thorpej branches: 1.15.18; 1.15.32; 1.15.34; 1.15.38;
Use device_private().
 1.14  11-Dec-2005  christos branches: 1.14.4; 1.14.6; 1.14.8; 1.14.10; 1.14.12;
merge ktrace-lwp.
 1.13  04-Feb-2005  perry branches: 1.13.6;
de-__P
 1.12  01-Sep-2004  drochner branches: 1.12.4; 1.12.6;
one more case: don't use ISACF_* constants internally
 1.11  03-May-2003  wiz branches: 1.11.2;
DMA, not dma nor Dma.
 1.10  02-Oct-2002  thorpej Add trailing ; to CFATTACH_DECL.
 1.9  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.8  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.7  08-Jun-2002  yamt constify and make auto const variables static.
 1.6  26-Nov-2001  yamt branches: 1.6.8;
move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic
and split isadma parts into /dev/isa/cs89x0isa*.
 1.5  13-Nov-2001  lukem add RCSIDs
 1.4  26-Dec-2000  mycroft branches: 1.4.2; 1.4.4;
Um, we need rnd.h so that cs_softc is defined properly. Overrunning structures
is bad.
NOTE: #IFDEF IN SOFTC DEFINITIONS IS BAD.
 1.3  17-Aug-1998  thorpej branches: 1.3.12; 1.3.22;
Fix a typo.
 1.2  15-Aug-1998  thorpej Use _CS_OFISA_MD_* callbacks for old, broken OpenFirmware builds.
 1.1  27-Jul-1998  thorpej ISA with OpenFirmware configuration glue for the CS8900 Ethernet driver.
 1.3.22.1  25-Jan-2001  jhawk Pull up revision 1.4 (requested by mycroft):
Include <sys/rnd.h> as appropriate to properly size cs_softc.
 1.3.12.1  05-Jan-2001  bouyer Sync with HEAD
 1.4.4.3  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.4.4.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.4.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.2.4  18-Oct-2002  nathanw Catch up to -current.
 1.4.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.4.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.4.2.1  14-Nov-2001  nathanw Catch up to -current.
 1.6.8.1  20-Jun-2002  gehenna catch up with -current.
 1.11.2.4  04-Feb-2005  skrll Sync with HEAD.
 1.11.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.11.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.11.2.1  03-Sep-2004  skrll Sync with HEAD
 1.12.6.1  12-Feb-2005  yamt sync with head.
 1.12.4.1  29-Apr-2005  kent sync with -current
 1.13.6.2  27-Oct-2007  yamt sync with head.
 1.13.6.1  21-Jun-2006  yamt sync with head.
 1.14.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.14.10.1  19-Apr-2006  elad sync with head.
 1.14.8.1  01-Apr-2006  yamt sync with head.
 1.14.6.1  22-Apr-2006  simonb Sync with head.
 1.14.4.1  09-Sep-2006  rpaulo sync with head
 1.15.38.1  25-Oct-2007  bouyer Sync with HEAD.
 1.15.34.1  06-Nov-2007  matt sync with HEAD
 1.15.32.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.15.18.1  23-Oct-2007  ad Sync with head.
 1.16.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.17.4.4  11-Mar-2010  yamt sync with head
 1.17.4.3  16-May-2009  yamt sync with head
 1.17.4.2  04-May-2009  yamt sync with head.
 1.17.4.1  16-May-2008  yamt sync with head.
 1.17.2.1  18-May-2008  yamt sync with head.
 1.18.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.18.8.1  28-Apr-2009  skrll Sync with HEAD.
 1.24.16.1  18-Feb-2012  mrg merge to -current.
 1.24.12.1  17-Apr-2012  yamt sync with head
 1.25.24.2  05-Feb-2017  skrll Sync with HEAD
 1.25.24.1  06-Jun-2015  skrll Sync with HEAD
 1.25.6.1  03-Dec-2017  jdolecek update from HEAD
 1.26.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.27.30.1  03-Apr-2021  thorpej Sync with HEAD.
 1.31.4.1  13-May-2021  thorpej Sync with HEAD.

RSS XML Feed