History log of /src/sys/dev/isapnp/if_cs_isapnp.c |
Revision | | Date | Author | Comments |
1.20 |
| 14-Jul-2016 |
msaitoh | - Use aprint*() instead of printf() in xxx_attach(). - Add missing aprint_naive("\n"); - KNF
|
1.19 |
| 13-Apr-2015 |
riastradh | Convert sys/dev to use <sys/rndsource.h>.
|
1.18 |
| 02-Feb-2012 |
tls | branches: 1.18.6; 1.18.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.17 |
| 22-Sep-2009 |
tsutsui | branches: 1.17.12; 1.17.16; Make local functions static.
|
1.16 |
| 22-Sep-2009 |
tsutsui | Split device_t/softc. Tested only on cs at ofisa on shark.
|
1.15 |
| 12-May-2009 |
cegger | struct device * -> device_t, no functional changes intended.
|
1.14 |
| 12-May-2009 |
cegger | struct cfdata * -> cfdata_t, no functional changes intended.
|
1.13 |
| 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.12 |
| 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.11 |
| 08-Apr-2008 |
cegger | branches: 1.11.4; 1.11.12; 1.11.18; use aprint_*_dev and device_xname
|
1.10 |
| 19-Oct-2007 |
ad | branches: 1.10.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.9 |
| 29-Mar-2006 |
thorpej | branches: 1.9.18; 1.9.32; 1.9.34; 1.9.38; Use device_private().
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.4; 1.8.6; 1.8.8; 1.8.10; 1.8.12; merge ktrace-lwp.
|
1.7 |
| 27-Feb-2005 |
perry | branches: 1.7.4; nuke trailing whitespace
|
1.6 |
| 01-Sep-2004 |
drochner | branches: 1.6.4; 1.6.6; more namespace sanity: ISACF_*_DEFAULT constants are for ISA frontends, not for general use
|
1.5 |
| 02-Oct-2002 |
thorpej | branches: 1.5.6; Add trailing ; to CFATTACH_DECL.
|
1.4 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.3 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.2 |
| 21-May-2002 |
augustss | Make it possible to override the way register access is done. This is needed for some really screwball attachments of the CS8900.
|
1.1 |
| 27-Nov-2001 |
yamt | branches: 1.1.2; 1.1.4; 1.1.12; add isapnp frontend for cs driver.
|
1.1.12.1 |
| 30-May-2002 |
gehenna | Catch up with -current.
|
1.1.4.4 |
| 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.1.4.3 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.4.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.4.1 |
| 27-Nov-2001 |
thorpej | file if_cs_isapnp.c was added on branch kqueue on 2002-01-10 19:55:51 +0000
|
1.1.2.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.2.3 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.1.2.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 |
| 27-Nov-2001 |
nathanw | file if_cs_isapnp.c was added on branch nathanw_sa on 2002-01-08 00:30:36 +0000
|
1.5.6.4 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.5.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.6.1 |
| 03-Sep-2004 |
skrll | Sync with HEAD
|
1.6.6.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.6.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.7.4.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.7.4.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.8.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.8.10.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.8.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.8.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.8.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.9.38.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.9.34.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.9.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.9.18.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.10.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.11.18.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.11.12.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.11.4.3 |
| 11-Mar-2010 |
yamt | sync with head
|
1.11.4.2 |
| 16-May-2009 |
yamt | sync with head
|
1.11.4.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.17.16.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.17.12.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.18.24.2 |
| 05-Oct-2016 |
skrll | Sync with HEAD
|
1.18.24.1 |
| 06-Jun-2015 |
skrll | Sync with HEAD
|
1.18.6.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|