History log of /src/sys/arch/sandpoint/include/intr.h |
Revision | | Date | Author | Comments |
1.19 |
| 17-Jun-2011 |
matt | intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT. Cleanup intr.h so MD definitions can overload common definitions. Rototill pic/intr.c. Virtual IRQs can now be reclaimed. separate virq from hwirq from picirq. Redo intr mask calculations. tested on pmppc and macppc (MP).
|
1.18 |
| 13-Nov-2010 |
uebayasi | branches: 1.18.6; sys/device.h is not suitable for such low-level definitions.
|
1.17 |
| 24-Apr-2010 |
kiyohara | Support 64-bit imask for powerpc/pic.
|
1.16 |
| 28-Apr-2008 |
martin | branches: 1.16.20; 1.16.22; Remove clause 3 and 4 from TNF licenses
|
1.15 |
| 11-Dec-2007 |
nisimura | branches: 1.15.8; 1.15.10; 1.15.12; - have machine/cpu.h and sys/device.h references here.
|
1.14 |
| 27-Oct-2007 |
nisimura | branches: 1.14.4; 1.14.6; 1.14.8; - copy intr.h from prep and make mods. - ANSI-fy pci_machdep.c
|
1.13 |
| 17-Oct-2007 |
garbled | 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.12 |
| 16-Feb-2007 |
ad | branches: 1.12.6; 1.12.14; 1.12.22; 1.12.24; 1.12.26; 1.12.28; Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts via a soft interrupt. In the near future, softclock will be run from process context.
|
1.11 |
| 21-Dec-2006 |
yamt | 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.
|
1.10 |
| 16-Feb-2006 |
perry | branches: 1.10.14; 1.10.16; Change "inline" back to "__inline" in .h files -- C99 is still too new, and some apps compile things in C89 mode. C89 keywords stay.
As per core@.
|
1.9 |
| 24-Dec-2005 |
perry | branches: 1.9.2; 1.9.4; 1.9.6; __asm__ -> __asm __const__ -> const __inline__ -> inline __volatile__ -> volatile
|
1.8 |
| 24-Dec-2005 |
perry | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
1.7 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.6 |
| 03-Sep-2003 |
matt | branches: 1.6.16; Move CLKF_BASEPRI to machine specific <intr.h> file since it depends on the encoding of the spl for the port.
|
1.5 |
| 16-Jun-2003 |
thorpej | branches: 1.5.2; Rename IPL_IMP -> IPL_VM.
|
1.4 |
| 05-Jul-2002 |
matt | Peform a rototill over the powerpc-based ports.
Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT initialization code.
Add user Altivec support.
Fix calls to OF_call_method in macppc/macppc/machdep.c.
Use ci_fpuproc in cpu_info instead of separate fpuproc.
Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.
|
1.3 |
| 30-Aug-2001 |
briggs | branches: 1.3.6; 1.3.10; 1.3.14; - Change default time frequency to 100MHz from 66MHz. - Support the serial mode interrupts (with a kernel configuration option) on the Sandpoint X3. - Initialize cpu_timebase. - Enable tulip driver.
|
1.2 |
| 13-Apr-2001 |
thorpej | branches: 1.2.2; Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() is allowed for the protection of data structures used by network devices.
|
1.1 |
| 04-Feb-2001 |
briggs | branches: 1.1.2; 1.1.4; Support for the Motorola Sandpoint reference platform using the MPC8240 processor module. See the README for more information.
|
1.1.4.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.1.2.3 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.1.2.2 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.1.2.1 |
| 04-Feb-2001 |
bouyer | file intr.h was added on branch thorpej_scsipi on 2001-02-11 19:11:48 +0000
|
1.2.2.2 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.2.2.1 |
| 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.3.14.1 |
| 17-Jul-2002 |
gehenna | catch up with -current.
|
1.3.10.1 |
| 17-Mar-2002 |
thorpej | IPL_IMP -> IPL_VM
|
1.3.6.2 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.3.6.1 |
| 30-Aug-2001 |
nathanw | file intr.h was added on branch nathanw_sa on 2002-08-01 02:43:16 +0000
|
1.5.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.6.16.5 |
| 21-Jan-2008 |
yamt | sync with head
|
1.6.16.4 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.6.16.3 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.6.16.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.6.16.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.9.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.9.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.9.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.10.16.2 |
| 04-Nov-2006 |
yamt | add IPL_STATCLOCK, IPL_SCHED, IPL_LOCK.
|
1.10.16.1 |
| 04-Nov-2006 |
yamt | implement splraiseipl/makeiplcookie for sandpoint.
|
1.10.14.1 |
| 12-Jan-2007 |
ad | Sync with head.
|
1.12.28.2 |
| 13-Nov-2007 |
bouyer | Sync with HEAD
|
1.12.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.12.26.1 |
| 18-Oct-2007 |
yamt | sync with head.
|
1.12.24.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.12.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.12.22.2 |
| 28-Oct-2007 |
joerg | Sync with HEAD.
|
1.12.22.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.12.14.3 |
| 08-May-2007 |
garbled | Make powerpc/intr.h more common than it previously was. Having done that, delete all the duplicate entries from the 4 ports that have converted to shared pic code. Also, commit a minor change to sandpoint that I forgot to commit earlier (delete an unused variable)
|
1.12.14.2 |
| 04-May-2007 |
nisimura | - place a comment in machdep.c to tell interrupt number scheme. - make EPIC register locator valid both for direct and serial mode irq. - fix a typo (?) in openpicreg.h for OPENPIC_SERIAL_MODE case.
|
1.12.14.1 |
| 04-May-2007 |
nisimura | NetBSD/sandpoint steps forward to ppcoea-renovation. - __HAVE_GENERIC_SOFT_INTERRUPTS - __HAVE_TIMEOUTER - adapt powerpc/pic cascadable PIC dispatching scheme. - import bus.h, intr.h and isa_machdep.h from prep. - make openpicreg.h EPIC register locator somehow flexible.
|
1.12.6.2 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.12.6.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.14.8.1 |
| 13-Dec-2007 |
bouyer | Sync with HEAD
|
1.14.6.1 |
| 11-Dec-2007 |
yamt | sync with head.
|
1.14.4.1 |
| 26-Dec-2007 |
ad | Sync with head.
|
1.15.12.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.15.12.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.15.10.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.15.8.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.16.22.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.16.22.1 |
| 30-May-2010 |
rmind | sync with head
|
1.16.20.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.18.6.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|