Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Sun, 5 May 1996 20:40:04 -0400 (EDT)
mark
Sun May 5 20:30:43 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv27794
Modified Files:
irqhandler.c
Log Message:
Mark interrupt handlers attached to the irq chain as active in
irq_claim().
Clear the active flag in the irq handler when it is removed from the irq
chain in irq_release().
Checks for podule IRQ's in irq_claim() are now guarded with
#if NPODULEBUS > 0
fiq_release() now retrieves the FIQ more registers and places them
back in the fiq handler structure.
mark
Sun May 5 20:32:22 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv27857
Modified Files:
autoconf.c
Log Message:
Only call config_rootfound() for the podulebus is NPODULEBUS > 0.
mark
Sun May 5 20:35:07 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/mainbus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv27882
Modified Files:
kbd.c
Log Message:
Added a new routine kbdcmd() to send commands to the keyboard.
Added a new routine kbdreset() to conduct a full keyboard reset.
Added definitions of all keyboard command codes and responces.
Replaced kbd_set_leds() with new function that used kbdcmd().
The keyboard attach function now detects whether a keyboard is
attached or not.
mark
Sun May 5 20:36:09 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv27892
Modified Files:
cpuswitch.S
Log Message:
Don't try and idle a ARM7500 if targeting a RC7500 board as power
down is not yet supported.
mark
Sun May 5 20:37:14 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv27942
Modified Files:
makemodes.c
Log Message:
Fixed -Wall compiler warnings.
Home |
Main Index |
Thread Index |
Old Index