History log of /netbsd/sys/arch/evbppc/explora/dev/com_elb.c (Results 1 – 12 of 12)
Revision Date Author Comments
# e41f0466 16-Mar-2021 rin <rin@NetBSD.org>

Style. No binary changes.


# 07def156 02-Mar-2021 rin <rin@NetBSD.org>

Convert to intr_establish_xname().


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

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


# fe6db6ff 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# b05e82aa 08-Aug-2008 hannken <hannken@NetBSD.org>

Make the console on com0 detection work again.


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

Remove clause 3 and 4 from TNF licenses


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


# 8b992330 27-Nov-2007 hannken <hannken@NetBSD.org>

When using bus_space_map() on the ISA bus unstride the address. Since
Rev. 1.13 of sys/arch/powerpc/powerpc/bus_space.c the address will be
strided by memio_map().


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


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

merge ktrace-lwp.


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

__KERNEL_RCSID()


# 249e0067 11-Mar-2003 hannken <hannken@NetBSD.org>

Add a port to the NCD Explora451 ThinClient.

- Supported devices: le, com, lpt, pckbd, frame buffer.
- Support missing: phy, audio, pcmcia.
- Boots from network or md.

Approved by: Eduardo Hor

Add a port to the NCD Explora451 ThinClient.

- Supported devices: le, com, lpt, pckbd, frame buffer.
- Support missing: phy, audio, pcmcia.
- Boots from network or md.

Approved by: Eduardo Horvath <eeh@netbsd.org>

show more ...