History log of /netbsd-src/sys/arch/sgimips/dev/scn.c (Results 1 – 11 of 11)
Revision Date Author Comments
# e5fbc36a 20-Dec-2023 thorpej <thorpej@NetBSD.org>

Remove unnecessary <sys/malloc.h>.


# b62ffa8b 26-Oct-2022 riastradh <riastradh@NetBSD.org>

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


# 40f968fe 04-Oct-2022 rin <rin@NetBSD.org>

Remove unused extern declaration of constty.


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


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


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

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


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


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


# 2626d576 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).