History log of /netbsd/sys/arch/arm/s3c2xx0/sscom.c (Results 1 – 25 of 50)
Revision Date Author Comments
# e00aa033 26-Oct-2022 riastradh <riastradh@NetBSD.org>

ddb/db_active.h: New home for extern db_active.

This can be included unconditionally, and db_active can then be
queried unconditionally; if DDB is not in the kernel, then db_active
is a constant zer

ddb/db_active.h: New home for extern db_active.

This can be included unconditionally, and db_active can then be
queried unconditionally; if DDB is not in the kernel, then db_active
is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB.

show more ...


# 5a842d16 20-Nov-2020 thorpej <thorpej@NetBSD.org>

malloc(9) -> kmem(9)


# 70747dc1 10-Nov-2019 chs <chs@NetBSD.org>

in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.


# 7347b26d 13-Apr-2015 riastradh <riastradh@NetBSD.org>

MD rnd.h cleanups. Please let me know if I broke anything!


# a72ef114 10-Aug-2014 tls <tls@NetBSD.org>

Merge tls-earlyentropy branch into HEAD.


# 1a918832 25-Jul-2014 dholland <dholland@NetBSD.org>

Add d_discard to all struct cdevsw instances I could find.

All have been set to "nodiscard"; some should get a real implementation.


# 8738d17e 16-Mar-2014 reinoud <reinoud@NetBSD.org>

Remove unneeded dependencies


# cd0c3d07 16-Mar-2014 reinoud <reinoud@NetBSD.org>

Exclude sscom_init() prototype definition when its not declared later


# 76258fa0 16-Mar-2014 dholland <dholland@NetBSD.org>

Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.

I have not built every extant kernel so I have probably broken at
least one build; however I've also found

Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.

I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.

show more ...


# 31ea9834 14-Mar-2014 matt <matt@NetBSD.org>

Cleanup sscom to make more SoC invariant


# 5e9b9221 10-Mar-2014 htodd <htodd@NetBSD.org>

Delete unused variables for new gcc.


# 45734347 01-May-2013 mlelstv <mlelstv@NetBSD.org>

For a polled console incoming characters are buffered on output.
The buffer is never passed to the regular tty routines and can
survive from early boot to halt where it is read by the "press
any cont

For a polled console incoming characters are buffered on output.
The buffer is never passed to the regular tty routines and can
survive from early boot to halt where it is read by the "press
any continue to reboot" loops.
As a workaround, just kill the read-ahead buffer when switching
from and to polled mode.

show more ...


# 5f819ca3 27-Oct-2012 chs <chs@NetBSD.org>

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.


# 9f3de97d 07-Feb-2012 nisimura <nisimura@NetBSD.org>

- add MBR editing menu to sysinst.
- fix typos in timecounter names.
- make sure to drain Tx FIFO to avoid clobbering
kernel boot messages.
- allow to have the 3rd UART.
- add missing time-of-day c

- add MBR editing menu to sysinst.
- fix typos in timecounter names.
- make sure to drain Tx FIFO to avoid clobbering
kernel boot messages.
- allow to have the 3rd UART.
- add missing time-of-day clock support.

Ok by releng.

show more ...


# eca40861 04-Feb-2012 christos <christos@NetBSD.org>

fix the build


# cc9ee3de 02-Feb-2012 tls <tls@NetBSD.org>

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 entrop

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.

show more ...


# 35ad48b8 30-Jan-2012 nisimura <nisimura@NetBSD.org>

Add FriendlyARM Mini2440 support.
- new code for Samsung S3C2440 SoC.
- update for other S3C2xx0.
This port was done by Paul Fleischer.


# 80f6fc52 24-Apr-2011 rmind <rmind@NetBSD.org>

Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
consistency. Remove some unnecessary malloc.h inclusions as well.


# 8529946f 09-Dec-2009 he <he@NetBSD.org>

Make this one build again.


# 3dedfc00 06-Dec-2009 dyoung <dyoung@NetBSD.org>

Simplify the device-activation hook. Move some of the device
deactivation to the detachment routine, where it belongs.


# 77214629 21-Nov-2009 rmind <rmind@NetBSD.org>

Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage.


# 5402ae69 11-Jun-2008 cegger <cegger@NetBSD.org>

use device_lookup_private to get softc


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 99801e92 27-Nov-2007 ad <ad@NetBSD.org>

Use the softint API.


# dc26833b 19-Nov-2007 ad <ad@NetBSD.org>

- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.


12