NetBSD/sys/arch/arm32/arm32
mark 79ec25c520 Removed #define/#undef of fdopen as clash with fdesc nolonger exists.
Removed local definition of cdev_qm_init. Mouse drivers are now declared
with cdev_mouse_init from sys/conf.h
1996-03-27 21:42:36 +00:00
..
ast.c Updated diagnostic code regarding the changes in the splxxx() functions 1996-03-08 18:54:55 +00:00
autoconf.c Removed redundant boot parameters relating to swap sizes. 1996-03-06 23:11:36 +00:00
bcopy_page.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
bcopy.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
bcopyinout.S Fix #includes. 1996-02-02 18:05:36 +00:00
blockio.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
clock.c Define a name for the hardclock timer interrupts. 1996-03-27 21:21:59 +00:00
conf.c Removed #define/#undef of fdopen as clash with fdesc nolonger exists. 1996-03-27 21:42:36 +00:00
coproc15.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
copystr.S Fix #includes. 1996-02-02 18:05:36 +00:00
cpuswitch.S Removed duplicate stores and loads of the stack pointer during context 1996-03-27 21:24:39 +00:00
db_disasm.c Fixed multiple miscellaneous bugs. Fixed the case of some instruction 1996-03-06 22:46:37 +00:00
db_interface.c Declaration of Debugger() now matches the prototype in systm.h 1996-03-18 21:33:05 +00:00
db_machdep.c Initial commit of machine dependant debugger functions. 1996-03-06 23:08:36 +00:00
db_trace.c Code now actually performs a stack traceback. 1996-03-06 22:49:51 +00:00
debug.c Fixed the formatting of the debug output. 1996-03-08 20:14:48 +00:00
disassem.c RCS id police. 1996-03-16 00:07:07 +00:00
disksubr.c Added code to locate the NetBSD disklabel on disks with RISCiX partition 1996-03-06 22:43:11 +00:00
exception.S Removed comments describing debugging code that has long since gone. 1996-03-13 21:00:26 +00:00
fault.c curpcb is declared in pcb.h so don't declare it here. 1996-03-13 21:41:41 +00:00
fiq.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
fusu.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
genassym.c The kstack pte fields no longer exist so remove them. 1996-03-13 21:22:32 +00:00
iic.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
iiccontrol.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
irq.S Table of interrupts names has been padded out to 14 characters so that 1996-03-27 20:42:53 +00:00
irqhandler.c Build the intrnames table from the interrupt name strings for vmstat -i 1996-03-27 20:16:30 +00:00
kgdb_glue.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
kgdb_step.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
locore.S Added abort function that just hangs in an infinite loop. 1996-03-20 18:57:58 +00:00
machdep.c Removed kstack references. Updated code that sets up the pcb for proc0 1996-03-13 21:32:39 +00:00
makemodes.c RCS id police. 1996-03-16 00:07:07 +00:00
mcount.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
mem.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
memset.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
pmap.c No longer need to allocate hooks for kernel stack double mapping during 1996-03-13 21:25:04 +00:00
postmortem.c Since kernel stack double mapping no longer exists there is no 1996-03-13 21:26:52 +00:00
process_machdep.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
rtc.c Corrected spelling mistakes in comments. 1996-03-08 17:11:13 +00:00
scratch.S assym.s -> assym.h 1996-02-02 02:34:09 +00:00
setcpsr.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
setstack.S Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
spl.S Commit of the new assembly spl functions splx(), raisespl() and 1996-03-08 18:03:15 +00:00
strstr.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
strtoul.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
stubs.c Added a couple of miscellaneous spl functions e.g. dumping spl 1996-03-08 18:41:52 +00:00
swapgeneric.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
sys_machdep.c Initial commit of the NetBSD/arm32 port. 1996-01-31 23:14:53 +00:00
syscall.c Removed external declaration of kstack. No longer relevant now kstack 1996-03-13 21:21:00 +00:00
undefined.c Removed old (and commented out) diagnostic code from 1996-03-08 20:54:25 +00:00
vm_machdep.c Removed all the double mapping code from cpu_fork(). 1996-03-13 21:16:15 +00:00