Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/shark
Module Name: src
Committed By: thorpej
Date: Fri Apr 30 02:11:37 UTC 2021
Modified Files:
src/sys/arch/shark/conf: GENERIC files.shark
src/sys/arch/shark/shark: hat.c sequoia.c sequoia.h
Log Message:
- Introduce sequoiaLock() / sequoiaUnlock() functions that hide away
the details of what's going on (disable / restore interrupts), and
use it consistently.
- Give "sequoia" a device_t in the system device tree, matching on
the Shark's /vlbus/isa node, acting a subclass of ofisa (an "ofisa"
will be attached to "sequoia"). This allows us to attach other logical
device nodes to the "sequoia".
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/sys/arch/shark/conf/GENERIC
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/shark/conf/files.shark
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/shark/shark/hat.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/shark/shark/sequoia.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/shark/shark/sequoia.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index