History log of /netbsd/sys/arch/arc/arc/c_nec_eisa.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 80b252d6 08-Feb-2018 dholland <dholland@NetBSD.org>

Typos.


# adb6337c 11-Jul-2016 matt <matt@NetBSD.org>

Use pmap_kenter flags to create cached/uncached entries.
#include <mips/locore.h> when appropriate


# 97d257d6 20-Feb-2011 matt <matt@NetBSD.org>

Merge forward from matt-nb5-mips64.
Adapt to new interrupt/spl framework.
Add LP64 support.


# b87210fa 14-May-2008 tsutsui <tsutsui@NetBSD.org>

Normalize my licenses.


# 4b293a84 03-Dec-2007 ad <ad@NetBSD.org>

Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implemen

Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.

show more ...


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# 7ff0d7e3 08-Aug-2007 tsutsui <tsutsui@NetBSD.org>

Defer arc_init_wired_map() call after MD ipl_sr_bits[] is initilized
in platform dependent init functions.

arc_init_wired_map() refers ipl_sr_bits[] via
extent_create(9) -> mutex_init(9) -> makeiplc

Defer arc_init_wired_map() call after MD ipl_sr_bits[] is initilized
in platform dependent init functions.

arc_init_wired_map() refers ipl_sr_bits[] via
extent_create(9) -> mutex_init(9) -> makeiplcookie(9)
since the partial merge of vmlocking.

show more ...


# dd8d8eb3 26-Jun-2007 tsutsui <tsutsui@NetBSD.org>

Use C99 initializers.


# 8d456d84 20-Nov-2005 tsutsui <tsutsui@NetBSD.org>

Fix page size values passed to arc_wired_enter_page() for NEC-R96 and Tyne.
Detected by gxemul. (Wow, gxemul is also trying to emulate these machines!)


# fdb3b14b 05-Nov-2005 tsutsui <tsutsui@NetBSD.org>

Adapt arc port to the new MI mips3 wired map functions.
Tested on NEC-RD94 with several PCI and jazzio devices.


# 7fe2a5a0 22-Jan-2005 tsutsui <tsutsui@NetBSD.org>

- remove __P()
- use ANSI function decls
- u_intNN_t -> uintNN_t
- some KNF


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

__KERNEL_RCSID()


# 51260dec 25-May-2003 tsutsui <tsutsui@NetBSD.org>

Add generic software interrupt support with mips/softintr.c.


# f9f27acb 31-Jan-2003 tsutsui <tsutsui@NetBSD.org>

Add c_nec_eisa_cons_init() for NEC-J96A and NEC-R96 which have
Cirrus Logic GD5428 ISA VGA console to initialize its registers properly
for generic vga(4) driver(s).


# 8c3c217b 09-Dec-2002 tsutsui <tsutsui@NetBSD.org>

cosmetics.


# 40ca5f08 07-Dec-2002 tsutsui <tsutsui@NetBSD.org>

- Add definitions RD_94_[PVS]_EISA_{IO,MEM} in rd94.h.
- J96A (Express5800/240 R4400 EISA) requires different method to access
todclock from other NEC machines (it's similar with magnum),
so hand

- Add definitions RD_94_[PVS]_EISA_{IO,MEM} in rd94.h.
- J96A (Express5800/240 R4400 EISA) requires different method to access
todclock from other NEC machines (it's similar with magnum),
so handle it in p_nec_j96a.c.

Now my NEC Express5800/240 works. (and now I can test 53c700 SCSI.)

show more ...


# 5ea71c97 13-Aug-2001 soda <soda@NetBSD.org>

fix duplicate wired TLB allocation, this is now done in {vga,pccons}_jazzio.c.


# 221f7299 13-Jun-2001 soda <soda@NetBSD.org>

common chipset description for NEC EISA generation platforms