History log of /src/sys/arch/arc/conf/std.arc |
Revision | | Date | Author | Comments |
1.21 |
| 24-Jun-2006 |
tsutsui | Misc minor cleanup for arc interrupt handlers: - always enable options MIPS3_ENABLE_CLOCK_INTR and just clear the compare register in cpu_intr() to make CLKF_BASE() works properly - prepare only possible number of cpu_inttab - use macro for interrupt priority number passed to arc_set_intr() to avoid confusion - merge arc_hardware_intr() into cpu_intr() - check independent timer interrupt first in cpu_intr() - tweak MIPS_SR_INT_IE before calling hardclock timer handlers so that spllowersoftclock(9) will be invoked properly in hardclock(9) - reenable interrupt for timer in cpu_intr() rather than each timer handlers
okay'ed by soda.
Note the real fix is to make CLKF_BASE() check all independent interrupt sources including jazz and isa devices.
|
1.20 |
| 11-Dec-2005 |
christos | branches: 1.20.4; 1.20.8; 1.20.16; merge ktrace-lwp.
|
1.19 |
| 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.18 |
| 17-Sep-2005 |
yamt | include "conf/std".
|
1.17 |
| 13-Dec-2003 |
sekiya | branches: 1.17.16; Remove MIPS3_L2CACHE_ABSENT.
|
1.16 |
| 30-Aug-2003 |
chs | add "makeoptions MACHINE_ARCH=..." in std.* for mips ports where it is constant (to ease cross-building).
|
1.15 |
| 25-May-2003 |
tsutsui | branches: 1.15.2; Add generic software interrupt support with mips/softintr.c.
|
1.14 |
| 28-Apr-2003 |
tsutsui | options MIPS3_L2CACHE_PRESENT was gone long ago.
|
1.13 |
| 09-Dec-2002 |
simonb | Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel builds and use the endianness of the toolchain being used to determine the endianness of the kernel.
|
1.12 |
| 23-Oct-2001 |
thorpej | branches: 1.12.4; For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead, explicitly set MACHINE_ARCH to the appropriate thing. Makefile.mips will then set all of the internal variables it needs to accordingly.
|
1.11 |
| 03-Dec-2000 |
matt | branches: 1.11.4; Revert back to a machinearch (really cputype) of mips. Put ENDIAN back.
|
1.10 |
| 22-Jun-2000 |
fvdl | branches: 1.10.2; Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.
|
1.9 |
| 25-Jan-2000 |
enami | branches: 1.9.4; - Kill the very last reference to VNODEPAGER, SWAPPAGER and DEVPAGER. - Remove empty lines at the end of file. - The traditional hack, options<SPC><TAB>.
|
1.8 |
| 23-Jan-2000 |
soda | merge to NetBSD-current (DeskStation and Algor support is currently broken)
|
1.7 |
| 23-Jan-2000 |
soda | Moved from /cvsroot/syssrc/sys/arch/pica/conf/std.pica,v
|
1.6 |
| 15-Nov-1999 |
fvdl | Add
prefix ../gnu/sys cinclude "conf/files.softdep" prefix
to all std.* files, so that soft dependencies can be activated using "options SOFTDEP".
|
1.5 |
| 25-Feb-1998 |
thorpej | branches: 1.5.20; Fix a few screwups that made it impossible to config these kernels.
|
1.4 |
| 17-Nov-1997 |
lukem | * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file * fix up use of 'options<SPACE><TAB>'
|
1.3 |
| 21-Nov-1996 |
jonathan | * Add /sys-relative paths for NetBSD-1.2b config. * Add standard mips EXEC packages to std.pica * Move non-optional options to std.pica
|
1.2 |
| 27-Mar-1996 |
jonathan | Update Pica kernel configuration (files.pica, std.pica) and the default template to use the merged mips code in sys/arch/mips/{conf,mips}.
|
1.1 |
| 13-Mar-1996 |
jonathan | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 13-Mar-1996 |
jonathan | First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine.
|
1.5.20.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.9.4.1 |
| 23-Jun-2000 |
fvdl | As on the trunk, update these for the move of ffs_softdep.c into the kernel source itself. Remove prefix construction, and add the SOFTDEP option to GENERIC kernels.
|
1.10.2.3 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.10.2.2 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.10.2.1 |
| 22-Jun-2000 |
bouyer | file std.arc was added on branch thorpej_scsipi on 2000-11-20 20:00:26 +0000
|
1.11.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.12.4.2 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.12.4.1 |
| 23-Oct-2001 |
thorpej | file std.arc was added on branch nathanw_sa on 2002-12-11 05:52:09 +0000
|
1.15.2.4 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.15.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.15.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.15.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.17.16.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.17.16.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.20.16.1 |
| 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.20.8.1 |
| 26-Jun-2006 |
yamt | sync with head.
|
1.20.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|