History log of /netbsd/sys/arch/sgimips/dev/scn.c (Results 1 – 10 of 10)
Revision Date Author Comments
# de31d4ad 26-Oct-2022 riastradh <riastradh@NetBSD.org>

sgimips/scn(4): Convert to ttylock/ttyunlock.


# 6e131940 04-Oct-2022 rin <rin@NetBSD.org>

Remove unused extern declaration of constty.


# 205dc317 04-Apr-2015 macallan <macallan@NetBSD.org>

don't malloc a tiny, fixed size buffer to scribble into, then not use it
and never free it either

found by Brainy


# 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.


# cc8a8576 24-Mar-2014 christos <christos@NetBSD.org>

- use cpu_{g,s}etmodel
- fix unused


# 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 ...


# 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.


# 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.


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

Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.


# b610ccb0 10-Feb-2009 rumble <rumble@NetBSD.org>

Check in work in progress of Personal IRIS 4D/20 and 4D/25 support (IP6
and IP10, respectively).