History log of /netbsd-src/sys/arch/amiga/dev/com_supio.c (Results 1 – 25 of 31)
Revision Date Author Comments
# 6d487047 08-Dec-2018 thorpej <thorpej@NetBSD.org>

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


# 3a45360b 19-Jul-2011 dyoung <dyoung@NetBSD.org>

Change <machine/bus.h> to <sys/bus.h> throughout.


# 62e3a2ab 22-Jan-2011 tsutsui <tsutsui@NetBSD.org>

Adjust sc_frequency in MD attachment as quirks.
It is not applicable to all 1665x variants.

XXX: It looks IOBlix board actually has 22.1184MHz OSC without clock divisor
http://amiga.resource.cx

Adjust sc_frequency in MD attachment as quirks.
It is not applicable to all 1665x variants.

XXX: It looks IOBlix board actually has 22.1184MHz OSC without clock divisor
http://amiga.resource.cx/photos/gallery/ioblix.jpg
so needs to investigate why we have to divide sc_frequency by four
to get right baud rate on IOBlix com. (firmware sets MCR_PRESCALE?)

show more ...


# c2dfc316 02-Feb-2010 phx <phx@NetBSD.org>

Fix compilation warnings and errors with amigappc.


# 3dc24f5a 23-Nov-2009 rmind <rmind@NetBSD.org>

Use lwp_getpcb() on m68k ports, clean from struct user usage.


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


# f056ee12 04-Mar-2008 he <he@NetBSD.org>

Fix reference to sc_dev so that this builds again.


# e4f38925 29-Feb-2008 dyoung <dyoung@NetBSD.org>

Use pmf_device_register1() instead of shutdownhook_establish() to
register com_cleanup() as the shutdown hook.

Add a generic suspend routine. Suspend and resume com@isa.

Protect against dereferenc

Use pmf_device_register1() instead of shutdownhook_establish() to
register com_cleanup() as the shutdown hook.

Add a generic suspend routine. Suspend and resume com@isa.

Protect against dereferencing a NULL softc in comioctl().

Destroy both a mutex and a callout in com_detach().

Cosmetic: use aprint_*_dev(). Use PMF_FN_ARGS, PMF_FN_PROTO.

show more ...


# 8bf76628 21-Dec-2006 yamt <yamt@NetBSD.org>

merge yamt-splraiseipl branch.

- finish implementing splraiseipl (and makeiplcookie).
http://mail-index.NetBSD.org/tech-kern/2006/07/01/0000.html
- complete workqueue(9) and fix its ipl problem

merge yamt-splraiseipl branch.

- finish implementing splraiseipl (and makeiplcookie).
http://mail-index.NetBSD.org/tech-kern/2006/07/01/0000.html
- complete workqueue(9) and fix its ipl problem, which is reported
to cause audio skipping.
- fix netbt (at least compilation problems) for some ports.
- fix PR/33218.

show more ...


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


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 7e681f70 06-Jan-2003 wiz <wiz@NetBSD.org>

interrupt with two rs.


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

Use CFATTACH_DECL().


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

Declare all cfattach structures const.


# 1ea4df81 28-Jan-2002 aymeric <aymeric@NetBSD.org>

add __KERNEL_RCSID as suggested by Luke Mewburn


# 9382c873 26-Jan-2002 aymeric <aymeric@NetBSD.org>

- ANSIfy
- remove some trailing spaces/tabs
- minor style nits


# 7a132d78 22-Jun-1999 is <is@NetBSD.org>

Align adresses better


# 95807e51 16-Sep-1998 is <is@NetBSD.org>

Garbage collect unused 3rd parameter to comprobe1().


# d07b3639 15-Aug-1998 mycroft <mycroft@NetBSD.org>

Assign my copyrights to TNF.


# f8dd65f3 10-Aug-1998 is <is@NetBSD.org>

Fix ommision in last backout.


# e5439fc1 10-Aug-1998 is <is@NetBSD.org>

Back out last change --- it doesn't work this way


# 98f1a01d 09-Aug-1998 is <is@NetBSD.org>

Actually probe the hardware.
This is for HyperCom 3i slaveboards (to be done soon) that might or might not
sit on top of a HyperCom 3Z or HyperCom 4 or ISDN Blaster.


# da0b5bf9 11-Apr-1998 is <is@NetBSD.org>

amiga_ttyspl -> amiga_serialspl (and keep ttyspl constant at 4 again).
(Part of this change slipped in with my last machdep commit; thanks to
Matthias Scheler for pointing this out).


12