manu
98f233296d
Factor the code for OOL data movement into mach_ool_copyin and
...
mach_ool_copyout.
Handle port namespace and address space translations when OOL
data moves between different processes (untested)
2003-12-08 19:27:38 +00:00
christos
5c9b8df403
remove error(1) comment.
2003-12-08 17:51:53 +00:00
pooka
3c0925818d
Match 5703 ASIC A3.
...
Also, when printing the ASIC ID, print the revision in hex in all
cases to avoid extra confusion if only the "superclass" of the ASIC
is recognized.
2003-12-08 17:09:39 +00:00
pooka
a17096b1a3
regen for broadcom 5703a3
2003-12-08 17:05:27 +00:00
pooka
9747421fda
Broadcom 5703 A3
2003-12-08 17:00:48 +00:00
scw
6e97fad006
Set up a temporary 1MB mapping to cover the SDRAM controller's registers.
2003-12-08 16:15:31 +00:00
scw
2107fae815
Scoot the SDRAM controller's mapping forward to the next 1MB boundary
...
so it can be mapped easily at startup.
2003-12-08 16:14:16 +00:00
chs
6ca2b78b74
enable com console.
2003-12-08 14:59:26 +00:00
scw
ec226f1150
Don't hard-code SDRAM size. Let ixp425_sdram_size() figure it out
...
at runtime.
2003-12-08 14:44:03 +00:00
scw
40db825e26
Add support for picking up the size of SDRAM by reading the memory
...
controller's config register.
2003-12-08 14:41:11 +00:00
hannken
37efcf9045
Fix the last commit(s). On machines with sizeof(long) != sizeof(int)
...
the hash compare would fail.
2003-12-08 14:23:33 +00:00
hannken
10654a5c0a
Fix last commit. The current spl was an implicit argument to the ACQUIRE
...
macro. With help and approval from YAMAMOTO Takashi <yamt@netbsd.org>
2003-12-08 14:21:25 +00:00
scw
c2415a0dc3
Oops, map PCI memory space at VA 0xf8000000 instead of in the middle
...
of user VM space at 0x48000000.
2003-12-08 13:40:33 +00:00
mrg
12dc5d733c
now that medlow is the defalut, no need to force it in -p/-pg.
...
suggested and tested by martin.
2003-12-08 13:15:01 +00:00
manu
9046478856
Use appropriate macro definitions when filling complex messages
...
descriptor. This changes nothing but it removes a lot of XXX
2003-12-08 12:03:16 +00:00
lukem
cbb69f7013
update for function name change
2003-12-08 12:03:01 +00:00
manu
df54a7fcc7
When handling complex messages, uses mach_msg_type_descriptor_t until we
...
know what type a descriptor really is.
2003-12-08 12:02:24 +00:00
wiz
1dca89a686
Remove non-intended arguments from macro line; drop trailing
...
spaces and bump date.
2003-12-08 11:20:35 +00:00
scw
0695d77aa5
Regen
2003-12-08 11:07:27 +00:00
scw
5379b99913
Add an entry for Intersil's Prism-54 (ISL3890) WLAN mini-PCI card.
2003-12-08 11:06:36 +00:00
rtr
fa397391ec
No such thing as NONBINOWN, use NONBINMODE instead.
2003-12-08 10:10:46 +00:00
matt
48b7ea2255
Strings (even ifdef'ed out) can't run past the end of the line. Use
...
ANSI string concatenation.
2003-12-08 09:29:30 +00:00
matt
840a2d6df7
Make -mno-asm-pic dependend on HAVE_GCC3 == no
2003-12-08 09:28:36 +00:00
lukem
6a7c1e3169
improve comment
2003-12-08 08:12:01 +00:00
jdolecek
f76cf6a9ea
need cast to (long long) for %llx format when compiling 64bit kernel
2003-12-08 08:08:40 +00:00
matt
52f58bd42a
Suppress a gcc3 type-punning warning.
2003-12-08 07:33:12 +00:00
matt
31ba84cb6a
Move common CFLAGS/AFLAGS to Makefile.inc.
...
For now, only suppy -mno-asm-pic when not using gcc3.
2003-12-08 07:32:19 +00:00
jdolecek
a8e62dad94
test-compiled evbsh5 CAYMAN and SIMULATOR, and pc532 GENERIC, remove from TODO
2003-12-08 06:43:55 +00:00
matt
aa6e9c56c3
Make this compile on non-IEEE GCC3 targets (aka VAX).
2003-12-08 06:18:16 +00:00
dyoung
1131c0f5f6
Forget the tcpdump $Header$.
2003-12-08 04:48:58 +00:00
perry
38e964828a
Clarify the relationship of the /etc/daily.conf file and the
...
/etc/defaults/daily.conf file, explain how you can check for defaults,
etc.
2003-12-08 03:59:26 +00:00
matt
cfbf1414f1
initial GCC3 support for VAX. (barely tested). No PIC support (aka no
...
shared libraries). This is an initial step to full GCC3 support for VAX.
2003-12-08 03:33:13 +00:00
matt
f158bd2750
Make nan matches __builtin_nan(const char *).
2003-12-08 03:18:07 +00:00
jonathan
626b230d59
Add new field ipq_nfrags to struct ipq. Maintain count of fragments
...
(fragments, not fragmented packets) in each queue entry.
Use ipq_nfrags to maintain a count of total fragments in reassembly queue.
2003-12-08 02:23:27 +00:00
perry
16a3b1f9cc
Add back nfs partition display if show_remote_fs is on.
...
As requested by Grant.
2003-12-08 01:17:37 +00:00
perry
089b8ee471
document show_remote_fs
2003-12-08 01:16:22 +00:00
perry
08f64583cc
add show_remote_fs
...
Triggers showing nfs mounted file systems in the nightly report.
2003-12-08 01:14:08 +00:00
grant
1492b0bcb0
"int flags" is correct in the prototype, but not in the English
...
language. s/int/in/
2003-12-08 00:55:57 +00:00
petrov
20dfeedb2e
Remove prototypes of non-existant functions, ansify and knf.
2003-12-08 00:52:48 +00:00
manu
4e9539e452
When a task to task message carries ports, translate the port names into the
...
receiver namespace.
While we are there, refactor mach_msg_overwrite by splitting it into
several smaller functions. It had grown too big to be easily maintainable.
2003-12-07 23:44:14 +00:00
mrg
a777988c2a
ofwboot.net is gone. from hannken@
2003-12-07 23:16:03 +00:00
simonb
83f816d555
Disable native gdb for ns32k (but cross-gdb works).
2003-12-07 23:07:37 +00:00
scw
95f5266b81
Note sh5 switched to in-tree toolchain.
2003-12-07 22:55:12 +00:00
scw
a26234a268
And the monkey flicks the switch ...
...
Enable the in-tree toolchain on sh5, at least for the time being so I
can evaluate the situation.
There are still numerous problems with gcc3's sh5 support, not least
of which is the fact that a native gcc3 doesn't work at all. As a
cross-compiler, it works reasonably well. Certainly enough to build
userland and kernel code.
Binutils also has problems dealing with shared libraries on sh5, so
we're back to static userland for now.
2003-12-07 22:52:56 +00:00
perry
375e81b270
Some file systems, like FAT, have no inodes in the ffs sense and don't
...
run out of inodes. df -i was saying, however, that such file systems
had 100% of their inodes in use, which would do things like trigger
alarms in scripts looking for file systems that have run out.
Instead, say 0% are in use, which although not strictly true is at
least less wrong, fixes scripts and is less worrying in nightly reports.
2003-12-07 22:42:36 +00:00
matt
36d03f8064
Fix fumble-fingers && && -> &&
2003-12-07 22:33:16 +00:00
wiz
9aa343b23a
Bump date for previous (hi perry!).
2003-12-07 22:29:36 +00:00
matt
aa713b97fe
Turn on NOPIC= if using GCC3 for VAX.
2003-12-07 22:23:00 +00:00
perry
10343cfdba
document full_netstat variable
2003-12-07 22:22:48 +00:00
perry
43a0fc6fac
Change the default behavior of the netstat run during check_network to
...
print a summary rather than the full (and not usually desired) output
of netstat -inv. The old behavior can be returned by simply setting
full_netstat to YES in daily.conf.
Original idea by me, cleaner and more correct execution via small awk
script from Greg Woods.
2003-12-07 22:22:15 +00:00