History log of /src/sys/arch/arc/arc/c_nec_pci.c |
Revision | | Date | Author | Comments |
1.21 |
| 19-Sep-2021 |
andvar | fix various typos in comments, messages and documentation.
|
1.20 |
| 13-Oct-2012 |
jdc | Adapt to the changed signature of pckbc_cnattach().
|
1.19 |
| 01-Jul-2011 |
dyoung | branches: 1.19.2; 1.19.12; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.18 |
| 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64. Adapt to new interrupt/spl framework. Add LP64 support.
|
1.17 |
| 03-Dec-2007 |
ad | branches: 1.17.36; 1.17.40; 1.17.46; 1.17.48; 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.
|
1.16 |
| 17-Oct-2007 |
garbled | branches: 1.16.2; 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.
|
1.15 |
| 08-Aug-2007 |
tsutsui | branches: 1.15.2; 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.
|
1.14 |
| 26-Jun-2007 |
tsutsui | branches: 1.14.4; 1.14.8; Use C99 initializers.
|
1.13 |
| 11-Dec-2005 |
christos | branches: 1.13.30; 1.13.32; 1.13.38; merge ktrace-lwp.
|
1.12 |
| 05-Nov-2005 |
tsutsui | Adapt arc port to the new MI mips3 wired map functions. Tested on NEC-RD94 with several PCI and jazzio devices.
|
1.11 |
| 03-Jun-2005 |
tsutsui | branches: 1.11.2; Add const.
|
1.10 |
| 22-Jan-2005 |
tsutsui | - remove __P() - use ANSI function decls - u_intNN_t -> uintNN_t - some KNF
|
1.9 |
| 04-Dec-2003 |
keihan | branches: 1.9.8; netbsd.org -> NetBSD.org
All "netbsd.org" is now gone from src/sys/arch.
|
1.8 |
| 29-Oct-2003 |
tsutsui | Switch arc to use MI mc146818 tod driver.
|
1.7 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.6 |
| 14-Jun-2003 |
thorpej | branches: 1.6.2; Also pass a type argument to comcnattach() and com_kgdb_attach(). comspeed() (and thus cominit()) may need this information.
|
1.5 |
| 25-May-2003 |
tsutsui | Add generic software interrupt support with mips/softintr.c.
|
1.4 |
| 19-Jan-2003 |
tsutsui | TAB/space cleanup.
|
1.3 |
| 28-Dec-2002 |
tsutsui | Fix typo in comment.
|
1.2 |
| 09-Dec-2002 |
tsutsui | As per discussion with soda, all EISA based Jazz machines seem to require the same method to access TOD clock, so move chipset-dependent mcclock routines to appropriate files.
This should also fix Express RISCserver and RISCserver2200 (aka R96) support which has been broken since "struct platform" was introduced.
|
1.1 |
| 13-Jun-2001 |
soda | branches: 1.1.2; 1.1.10; common chipset description for NEC PCI generation platforms
|
1.1.10.3 |
| 29-Dec-2002 |
thorpej | Sync with HEAD.
|
1.1.10.2 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.1.10.1 |
| 13-Jun-2001 |
thorpej | file c_nec_pci.c was added on branch nathanw_sa on 2002-12-11 05:52:05 +0000
|
1.1.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.6.2.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.6.2.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.6.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.9.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.11.2.3 |
| 07-Dec-2007 |
yamt | sync with head
|
1.11.2.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.11.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.13.38.2 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.13.38.1 |
| 26-Jun-2007 |
garbled | Sync with HEAD.
|
1.13.32.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.13.30.3 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.13.30.2 |
| 20-Aug-2007 |
ad | Sync with HEAD.
|
1.13.30.1 |
| 15-Jul-2007 |
ad | Sync with head.
|
1.14.8.2 |
| 09-Dec-2007 |
jmcneill | Sync with HEAD.
|
1.14.8.1 |
| 09-Aug-2007 |
jmcneill | Sync with HEAD.
|
1.14.4.1 |
| 15-Aug-2007 |
skrll | Sync with HEAD.
|
1.15.2.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.15.2.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.16.2.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.17.48.1 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.17.46.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.17.40.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.17.36.1 |
| 29-Dec-2010 |
matt | Adapt to the new interrupt structure.
|
1.19.12.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.19.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|