jwise
bffc53d606
Fix grammar in error message.
2004-03-29 15:57:28 +00:00
aymeric
83d29714cc
delay(): use =&r instead of =r for a temporary register as suggested in
...
PR #24830 . The bad reuse of the register was actually triggered by using
no optimization at all.
pmap_subr.c is the only file that still requires at least -O to compile
into working code (the proper fix would be to write almost all of
pmap_zero_page() in assembly). The rest of a macppc kernel requires only
-finline now.
2004-03-29 08:06:12 +00:00
matt
a1d9764403
Add SMBFS/nsmb
2004-03-29 07:47:57 +00:00
kristerw
a53ff5c8f3
Add the wsmux pseudo-device. This will make the adb keyboard work
...
even if the heuristics in the console attachment code fail to
identify the keyboard type.
This should fix PR 22317 and part of PR 24778.
2004-03-29 01:46:03 +00:00
kristerw
a5892fecd3
Add "wdc* at pci? dev ? function ?".
2004-03-29 01:36:49 +00:00
simonb
06f98319d7
Fix the LINTSTUB entries- the second arg to these functions is a
...
bus_space_handle_t, not a bus_addr_t.
2004-03-29 01:15:14 +00:00
simonb
d4c87e3c2e
Use "%#x" instead of "%x" so it's obvious the printed number is in hex.
2004-03-29 01:12:01 +00:00
ragge
8177977394
Add 11/730 to recognized cpu-types.
2004-03-28 19:52:01 +00:00
pk
7bbe926f59
iommu_dmamap_load: deal with pmap_extract() failing.
2004-03-28 19:35:13 +00:00
mhitch
21f2c02f74
Remove license clauses 3 and 4 in my licenses.
2004-03-28 18:59:39 +00:00
drochner
568386df44
We should ensure stack alignment _after_ subtracting sizeof(sigframe).
...
Should fix PR bin/24948 by Wolfgang S. Rupprecht.
(nuke getframe() completely because its interface doesn't support this,
and it it used at one place only anyway)
2004-03-28 15:46:14 +00:00
scw
aa2635cadb
Assign my license to TNF.
2004-03-28 15:35:33 +00:00
uwe
d4129e7685
Sort the list of supported platforms that we show to the user.
2004-03-28 15:32:35 +00:00
he
f8fd8eb7f7
Adapt to the removal of __HAVE_SIGINFO, assume that we always have it now.
2004-03-28 10:07:24 +00:00
nakayama
dcfdceefdd
Set prom_getprop args correctly.
2004-03-28 09:31:21 +00:00
eeh
5f1ffa71fc
License cleanup.
2004-03-27 16:21:53 +00:00
dsl
5f345f8d68
Rework previous to avoid checking FS_FLAGS_UPDATED for ffsv2
2004-03-27 11:46:40 +00:00
uwe
fad92c3ca3
When we attach a channel, set a high level to DRV control pin of the
...
external buffer for the PC card connected to the channel. This hack
makes pcmcia cards "being used" at the boot time (by WinCE or NetBSD)
correctly detected. A machine running with root on NFS can now be
properly rebooted.
2004-03-27 02:53:12 +00:00
uwe
8dd212dad7
Add option HD64461PCMCIA_REORDER_ATTACH that attaches channels in
...
reversed order.
When you boot with two CF cards inserted, this options makes the one
in the "memory only" slot (channel 1), which is almost always the card
with the NetBSD install, attached as wd0.
Unlike using fixed unit numbers in the kernel config, if you boot with
only a single CF card, that single card will still be wd0 regardless
of which slot it is inserted in.
http://mail-index.netbsd.org/port-hpcsh/2003/10/23/0000.html provides
a more verbose description of why this option is convenient for most
usage patterns.
2004-03-27 02:24:01 +00:00
uwe
fb20d3f467
Print bootinfo timezone in decimal. -180 is more readable then 0xffffff4c
...
(though may be I'm just getting old :).
2004-03-27 02:01:07 +00:00
simonb
cd019fdfb8
Pass the OpenBIOS magic number to the awk script just like the other
...
numbers passed in instead of using a BEGIN construct. nawk didn't like
the hex escapes used there.
Fixes a problem reported by Shin'ichiro TAYA on port-powerpc.
Use "int(NUMBER)%256" instead of just "NUMBER" in the printf "%c"
statements in the awk script. nawk was appearing to refuse outputing
a 0 byte of the low eight bits of the number were 0 but any higher
bits were set.
walnut-mkimg.sh tested using gawk, nawk and mawk.
2004-03-27 01:47:46 +00:00
petrov
0514cbdca0
Use want_resched from cpu_info area.
2004-03-26 23:18:42 +00:00
drochner
c83eb997b8
nothing cares about __HAVE_SIGINFO anymore, so nuke it
2004-03-26 21:39:57 +00:00
drochner
ae94c80224
fix references to the syscall formerly known as SYS___sigreturn14
2004-03-26 19:05:33 +00:00
drochner
88a4abdbd2
the whole sigcode business is COMPAT_16 only
2004-03-26 18:44:36 +00:00
drochner
d19f706361
all ports define __HAVE_SIGINFO now, so remove the CPP conditionals
2004-03-26 17:34:18 +00:00
drochner
80bded6289
To the rest of the kernel, pretend that hppa supports SIGINFO.
...
There are still only "sigcontext" stackframes passed to the user,
but at least we can clean up the MI sources now.
2004-03-26 14:11:01 +00:00
minoura
a3a2a1ebcf
Print better names for Pentium4-class processors (Xeon, Celeron, etc).
2004-03-26 13:57:44 +00:00
wiz
2837bf7e95
Update David Huang's email address in the license
...
per his request in PR 24907.
2004-03-26 12:15:46 +00:00
jmc
77e0ba6695
Convert athhal-elf.o to a .uue and add appropriate make hooks to use it
2004-03-25 23:32:10 +00:00
matt
27b002601f
Enable generic software interrupts on macppc.
2004-03-25 18:52:25 +00:00
matt
06bf53b3d7
Add diagnostic to skip calling uvm_fault when the lwp's USERSR is unset.
2004-03-25 18:50:50 +00:00
matt
040b0bc071
Move data structures to softintr.c. Remove an unneeded if. Fix a typo.
2004-03-25 18:46:27 +00:00
matt
6fbc543513
Don't call hardclock until cpu_initclocks has been called.
2004-03-25 18:44:57 +00:00
drochner
cb0991ae18
Native code doesn't need sigcode. Never.
...
So replace it by a dummy setting sigcode=esigcode=0, just to get
COMPAT_16+COMPAT_NETBSD32 kernels linking.
2004-03-25 18:33:17 +00:00
drochner
967b985e5b
clean up the .globl confusion
2004-03-25 15:47:12 +00:00
drochner
be80b39cd6
remove sigcontext-style signal delivery code
2004-03-25 15:32:27 +00:00
drochner
e2afc3a3d8
always use siginfo-style signal delivery for native programs
2004-03-25 15:29:26 +00:00
drochner
badd642235
only accept signal trampoline version 2, and remove "struct sigcontext"
2004-03-25 15:27:26 +00:00
wiz
f1b19ce1db
Backout previous -- this is not enough, config needs to be taught
...
how to reach partitions above h. Noted by Simon Burge, related to
PR 24905.
2004-03-25 15:26:35 +00:00
pooka
3b19c32c1a
KNF
2004-03-25 15:16:11 +00:00
pooka
75033bc71e
replace terms ip1x and ip2x in comment
2004-03-25 15:08:57 +00:00
pooka
39a22bd417
Sprinkle some #ifdef MIPS3 to be able to compile the port without
...
including MIPS3 code.
for upcoming IP12
2004-03-25 15:06:37 +00:00
wiz
8e545c2180
Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
...
Addresses PR 24905 by Simon Burge.
2004-03-25 12:41:54 +00:00
wiz
1e2bd86f4e
Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
...
[Down from 16 to 8, since disklabel.h still says 8.]
Addresses PR 24905 by Simon Burge.
2004-03-25 12:40:19 +00:00
wiz
3afe1a1d87
Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
...
Addresses PR 24905 by Simon Burge.
2004-03-25 12:38:49 +00:00
is
313b807f3f
Only change my own license conditions.
2004-03-25 11:12:08 +00:00
is
6de8cab7db
UCB no longer requires the advertising clause.
2004-03-25 10:53:46 +00:00
leo
edd0d1c8e7
Licence cleanup (suggested by wiz).
2004-03-25 10:17:19 +00:00
uwe
9cde36aeb3
We may run one page too few during reboot for certain kernel sizes.
...
Allocate an extra page for the loadable segment to compensate for the
fact that the last tag may be only partially filled.
2004-03-25 04:04:28 +00:00