History log of /netbsd/sys/arch/hpcmips/vr/com_vrip.c (Results 1 – 24 of 24)
Revision Date Author Comments
# a97db378 08-Jul-2022 skrll <skrll@NetBSD.org>

alredy -> already


# f9581bce 08-Dec-2018 thorpej <thorpej@NetBSD.org>

Clean up initialization of com_regs structure, in preparation for
some additional changers.


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


# 37661d2f 29-Aug-2008 tsutsui <tsutsui@NetBSD.org>

Fix a fallout of device_t/softc split for com(4) devices.
Per PR port-hpcmips/39426 from Nozomu Ando.


# 607ead0e 14-Mar-2008 cube <cube@NetBSD.org>

Split device_t and softc for all com(4) devices (well, everything that
uses a com_softc backend). Use proper types and ansify where appropriate.


# 34537908 13-Jul-2006 gdamore <gdamore@NetBSD.org>

Add an option COM_REGMAP to allow com(4) to use an array of register indices.
This allows us to convert aucom to just another com attachment, and cleanup
some code in the com_arbus.c.

Additionally,

Add an option COM_REGMAP to allow com(4) to use an array of register indices.
This allows us to convert aucom to just another com attachment, and cleanup
some code in the com_arbus.c.

Additionally, we use a common com_cleanup routine rather than having a
zillion copies of it in the attachment points.

This has been tested on a number architectures, and it has been shown to get
close to comparable performance when COM_REGMAP is defined, and comparable
when it is not defined.

Approved by core@. Fixes PR port-evbmips/32362.

show more ...


# 2be6494f 29-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_cfdata().


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 0c82163c 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 0eff6718 14-Jun-2003 thorpej <thorpej@NetBSD.org>

Also pass a type argument to comcnattach() and com_kgdb_attach().
comspeed() (and thus cominit()) may need this information.


# c5e91d44 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# f818766a 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# 6929f9f4 02-Feb-2002 takemura <takemura@NetBSD.org>

Removed __vrcmu_supply() and __vrgiu_out(), which are need to enable serial
port before auto configuration.

Boot loaders (pbsdboot and hpcboot) are responsible to enable the port because
the kernel

Removed __vrcmu_supply() and __vrgiu_out(), which are need to enable serial
port before auto configuration.

Boot loaders (pbsdboot and hpcboot) are responsible to enable the port because
the kernel can't enable serial port for console any more.

show more ...


# a0584b29 27-Jan-2002 takemura <takemura@NetBSD.org>

Added vripif.


# 181ca7dc 28-Sep-2001 sato <sato@NetBSD.org>

add VR4181 clock control.


# 961880b5 16-Sep-2001 uch <uch@NetBSD.org>

ANSIfy, KNF.


# d84d2c6c 30-May-2001 lukem <lukem@NetBSD.org>

add missing #include "opt_kgdb.h"


# 26b0905d 30-Apr-2001 takemura <takemura@NetBSD.org>

Machine independent GPIO interface.


# cb1bebe0 11-Mar-2001 uch <uch@NetBSD.org>

remove unneeded include.


# cbebb75a 27-Oct-2000 sato <sato@NetBSD.org>

- add VPRINTF().
- show pwctl giu bit for verbose.


# 0e306bac 20-Jul-2000 jeffs <jeffs@NetBSD.org>

kgdb support for the vr hpcmips machines.
From Ethan Solomita (ethan@geocast.com).


# 160bf15b 11-Feb-2000 takemura <takemura@NetBSD.org>

Add com0's power control ID.


# 98a2a246 23-Dec-1999 takemura <takemura@NetBSD.org>

New button handler and power controller with configurable hooking mechanism.


# db2b0ade 16-Sep-1999 takemura <takemura@NetBSD.org>

Import NetBSD/hpcmips source files from hpcmips repository.
file list:
sys/arch/hpcmips/
distrib/hpcmips/
etc/etc.hpcmips/
lib/libc/arch/mips/fplib/
lib/libc/a

Import NetBSD/hpcmips source files from hpcmips repository.
file list:
sys/arch/hpcmips/
distrib/hpcmips/
etc/etc.hpcmips/
lib/libc/arch/mips/fplib/
lib/libc/arch/mips/fplib/Makefile.inc
lib/libc/arch/mips/fplib/environment.h
lib/libc/arch/mips/fplib/fplib_glue.c
lib/libc/arch/mips/fplib/fplib_libc.c
lib/libc/arch/mips/fplib/hpcmips-gcc.h
lib/libc/arch/mips/fplib/softfloat-macros.h
lib/libc/arch/mips/fplib/softfloat-specialize.h
lib/libc/arch/mips/fplib/softfloat.c
lib/libc/arch/mips/fplib/softfloat.h
lib/libc/arch/mips/gen/ieee.h
lib/libc/arch/mips/gen/sf_fabs.c
lib/libc/arch/mips/gen/sf_flt_rounds.c
lib/libc/arch/mips/gen/sf_fpgetmask.c
lib/libc/arch/mips/gen/sf_fpgetround.c
lib/libc/arch/mips/gen/sf_fpgetsticky.c
lib/libc/arch/mips/gen/sf_fpsetmask.c
lib/libc/arch/mips/gen/sf_fpsetround.c
lib/libc/arch/mips/gen/sf_fpsetsticky.c
lib/libc/arch/mips/gen/sf_isinf.c
lib/libc/arch/mips/gen/sf_ldexp.c
lib/libc/arch/mips/gen/sf_modf.c

show more ...