thorpej
2ea8a793d0
* Define prologue/epilogue macros for the cache clean functions,
...
and use them, like we do in the SA-1 code.
* Use numbered labels for loops.
2001-11-11 01:05:11 +00:00
thorpej
3492e0ce0b
Fix a missing-whitespace typo.
2001-11-11 01:02:58 +00:00
thorpej
eb8206f223
Use numeric labels for loops.
2001-11-11 00:47:49 +00:00
thorpej
de8e924e4c
* Define prologue/epilogue macros for the cache clean functions,
...
and use them, rather than replicating the code several times.
* Use numbered labels for loops.
2001-11-11 00:41:48 +00:00
soren
f6d503d78f
Fix vnd blk/chr number.
2001-11-11 00:39:33 +00:00
soren
3566ffe886
Fix vnd pastoes.
2001-11-11 00:38:30 +00:00
christos
09b14fa42a
Oops, missed one.
2001-11-11 00:34:52 +00:00
thorpej
ddb435fb56
Define KERNEL_TEXT_BASE, ALT_PAGE_TBLS_BASE, and KERNEL_VM_BASE
...
in terms of KERNEL_BASE.
2001-11-11 00:32:02 +00:00
perry
82540eeaca
fix a couple of signed->unsigned warnings lint found
2001-11-11 00:25:23 +00:00
christos
ddf09edfc0
merge duplicate register definitions.
2001-11-11 00:24:16 +00:00
christos
257a5919a3
Get rid of duplicate RID definitions.
2001-11-11 00:16:07 +00:00
perry
06ccd5c20e
make a couple of comments reflect termios.h again following changes
...
to termios.h
2001-11-11 00:03:20 +00:00
perry
ea6b9b674d
patch up some comments to avoid cpp warnings about redefines.
2001-11-11 00:00:15 +00:00
thorpej
fe9e809208
Add a comment explaining that we expect the memory controller
...
registers to already be subregion'd off, and actually init
the PCI DMA tag.
2001-11-10 23:14:51 +00:00
thorpej
9e1b785626
Split all the model/version-specific cpufuncs into separate files
...
corresponding to the model/version.
2001-11-10 23:14:08 +00:00
thorpej
a27687fb2f
Fix some whitespace.
2001-11-10 23:12:41 +00:00
wiz
588034584f
Add MAKEDEV(8) for evbarm and the necessary dirs.
2001-11-10 23:04:04 +00:00
wiz
ab7d80e97b
Misc regens with more xrefs.
2001-11-10 22:58:27 +00:00
wiz
84b670bf3e
Add MAKEDEV(8) for evbarm
2001-11-10 22:57:57 +00:00
wiz
0c941f9eca
Fix a formatting glitch, and remove a space while I'm here.
2001-11-10 22:57:02 +00:00
wiz
6714016a2d
add /usr/share/man/{cat,man}8/evbarm
2001-11-10 22:56:18 +00:00
wdk
571fbc80c7
Tidy up debug logic
...
Fix compile errors when DIAGNOSTIC or DEBUG options disabled.
2001-11-10 22:54:54 +00:00
perry
7a702dcf66
trivially rename some macro parameters to avoid lint warnings.
2001-11-10 22:48:09 +00:00
perry
2cff38a9ba
trivially rename some macro parameters to avoid lint warnings.
2001-11-10 22:21:00 +00:00
jklos
e00ba8ee0d
Now properly probes for cards with 64k of buffer. Reversed order
...
of tests in case space isn't fully decoded.
2001-11-10 21:32:33 +00:00
christos
5c7505a94f
fix compile typo.
2001-11-10 20:49:52 +00:00
tsutsui
3f6a86f512
Add some definitions for battery backed clock register 5,
...
and fix one spelling nit.
Mostly from port-hp300/8824, which had already pointed out
y2k (and y2k+1) bugs before 2000, but they were not fixed
till the last month. (I noticed this PR today. Oops)
2001-11-10 19:43:48 +00:00
fvdl
88de3daceb
Make this a bit more verbose.
2001-11-10 19:06:54 +00:00
thorpej
33e8c8e58d
Add evbarm "etc" files.
2001-11-10 18:55:52 +00:00
thorpej
bc4df2b935
Remove speed specification from the "default" entry. This allows
...
/etc/ttys to specify "default" and inherit whatever speed the device
is currently using (very useful for some serial console configurations).
2001-11-10 18:49:13 +00:00
chs
dc4cf974e0
track some changes in the ufs code:
...
update UVM's notion of the file size in *_write() rather than
*_balloc().
2001-11-10 17:48:02 +00:00
chs
c237f81065
update to track ufs_bmap.c:
...
don't call ufs_getlbns() for direct blocks.
2001-11-10 17:46:23 +00:00
thorpej
5648feb374
ANSI'ify.
2001-11-10 17:35:54 +00:00
thorpej
db122da6a9
Const'ify partab[].
2001-11-10 17:20:52 +00:00
augustss
48ea68d3d9
Make wsdisplay_set_console_kbd() a little less twisted.
2001-11-10 17:14:51 +00:00
augustss
9a444aef81
Get rid of unused abort_handle.
2001-11-10 17:11:38 +00:00
augustss
21f0709fbe
Abort any xfers on the control pipe before closing it on detach.
2001-11-10 17:10:42 +00:00
augustss
ff875692db
Improve dump routines.
2001-11-10 17:09:28 +00:00
augustss
3d3d59f852
Fill the companion controller array.
2001-11-10 17:07:21 +00:00
augustss
1b0216af5c
Add some register defines.
...
Print companion controllers.
2001-11-10 17:06:11 +00:00
augustss
3d963db4f2
Add some dump routines for debugging.
2001-11-10 16:54:56 +00:00
augustss
02186d8353
Small portability improvement.
2001-11-10 16:53:32 +00:00
augustss
c64847f048
If the RTC gives a time more than 1000 days before file system time then
...
use the file system time. (My iMac seems to give 1904 as the year very
often (dead battery?), and setting the correct date with ntpdate doesn't
seem to work.)
2001-11-10 15:37:40 +00:00
lukem
7c6d79f87c
provide the ability to remove support for generating or checking various
...
digests by #define-ing NO_MD5, NO_RMD160, or NO_SHA1. the keywords are
still parsed.
2001-11-10 14:58:20 +00:00
lukem
e4b00f433c
add RCSIDs
2001-11-10 13:33:40 +00:00
lukem
cd13721ca0
add RCSIDs
2001-11-10 13:22:20 +00:00
lukem
0ffad69384
add RCSIDs
2001-11-10 10:59:08 +00:00
wiz
397bf83de7
Fix description of Thanksgiving Day per misc/14519 by Lawrence Doan,
...
and add a '*' since it's a moving target.
2001-11-10 08:21:07 +00:00
wiz
0b47c7a3f0
Improve markup in two places, and fix a typo.
2001-11-10 08:16:45 +00:00
wiz
c11d3df947
Sort SEE ALSO.
2001-11-10 08:12:25 +00:00