History log of /src/sys/arch/shark/shark/sequoia.h |
Revision | | Date | Author | Comments |
1.6 |
| 05-Dec-2021 |
msaitoh | s/progam/program/ in comment.
|
1.5 |
| 30-Apr-2021 |
thorpej | - 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".
|
1.4 |
| 22-Aug-2017 |
kre | branches: 1.4.20;
Add () around "1 << n' in #define's, without it ~NAME is "~1 << n" which is not what is wanted at all (and which caused the << of a negative number issue.) Making the values unsigned is harmless (perhaps even better) so those that were changed are still that way.
|
1.3 |
| 22-Aug-2017 |
joerg | Since left shifts of negative values is undefined, make sure the various constants are unsigned.
|
1.2 |
| 14-Mar-2009 |
dsl | branches: 1.2.22; 1.2.40; Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.1 |
| 10-Feb-2002 |
thorpej | branches: 1.1.2; 1.1.14; 1.1.128; 1.1.136; 1.1.142; Kill arch/arm32. The last platform supported there, Shark, is now in arch/shark.
(NOTE: arch/dnard, a premature move to split out the Shark support code, is going to be deleted. It has bit-rotted.)
|
1.1.142.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.1.136.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.1.128.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.1.14.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.14.1 |
| 10-Feb-2002 |
jdolecek | file sequoia.h was added on branch kqueue on 2002-06-23 17:41:34 +0000
|
1.1.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 |
| 10-Feb-2002 |
nathanw | file sequoia.h was added on branch nathanw_sa on 2002-02-28 04:11:57 +0000
|
1.2.40.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.2.22.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.4.20.1 |
| 13-May-2021 |
thorpej | Sync with HEAD.
|