christos
ee21460344
moved to m68k/m68k
2004-11-16 01:24:01 +00:00
christos
527610e2db
moved from x86k/x68k
2004-11-16 01:21:45 +00:00
martin
ddde12b011
Add bus_space_region_stream* functions (verbatim copy from sparc64).
...
Fixes PR port-sparc/28302. OK'd by pk.
2004-11-15 10:18:58 +00:00
christos
4be762fee1
Use common procfs_machdep.c
2004-11-14 19:10:56 +00:00
christos
8eb2aff618
Delete empty function.
2004-11-14 19:10:03 +00:00
christos
f65821a933
Remove copy of empty function.
2004-11-14 19:09:01 +00:00
christos
10f45207fd
Use shared file.
2004-11-14 19:08:13 +00:00
christos
a0138ea436
Use common procfs_machdep.c
2004-11-14 19:04:44 +00:00
christos
1666a373fd
Delete copy of empty function.
2004-11-14 19:03:50 +00:00
christos
9e909da589
use the common procfs_machdep.c
2004-11-14 19:03:06 +00:00
christos
accc5fc2e1
Delete copy of empty function.
2004-11-14 19:02:26 +00:00
christos
f9258cf2bd
Eliminate copies of functions that do nothing.
2004-11-14 19:01:22 +00:00
christos
6e77b72448
use the common procfs_machdep.c
2004-11-14 18:59:50 +00:00
christos
f19f4f121f
Add CPU/FPU information from Radek Kujawa
2004-11-14 18:58:22 +00:00
uwe
61e6610474
Fix several typos in comments.
2004-11-14 15:45:02 +00:00
sekiya
ad7705ec91
Due to space limitations, we can't embed a three-meg ramdisk installation image
...
into an IP12 kernel.
Remove; installation procedure will have to be GENERIC kernel using sysinst
from a NFS filesystem.
2004-11-13 09:04:28 +00:00
grant
068c31fe44
tweak an error message.
2004-11-13 08:12:50 +00:00
sekiya
a061928d83
Add INSTALL and GENERIC kernel configuration wrappers for IP12 family.
...
Note that devices are defined in the IP2x configuration file; the IP12 is
99.5% the same as the IP20/22/24. Indeed, the only reason to have a separate
config file for IP12 is to sort out the MIPS1/MIPS3 locore bits.
To that end, the wrappers include the IP2x GENERIC config, undefine a few
directives, and define the appropriate bits for IP12.
2004-11-13 03:20:37 +00:00
sekiya
07c1fbd927
Use 8-bit SEEPROM addressing mode on the 4D/3x models. 6-bit might be used
...
on IP6, but we don't support them (and probably never will).
2004-11-12 23:28:05 +00:00
sekiya
c37efd2daa
Print board identification, same as we do on the IP2x machines.
2004-11-12 23:01:01 +00:00
he
60c4c90899
Add casts to unsigned char for the arguments to the ctype.h macros/functions.
2004-11-12 10:18:46 +00:00
he
cf13121ba3
Add a cast to unsigned char for an argument to toupper().
2004-11-12 09:52:15 +00:00
jklos
befeef393b
Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
...
(causes lockups). OK'd by Tsubai Masanari (port maintainer).
2004-11-12 02:23:09 +00:00
soren
96156c60bf
Add USB device controller register names.
2004-11-11 10:11:40 +00:00
christos
30fc143afa
Add COMPAT_BSDPTY to the rest of the config files.
2004-11-10 17:54:02 +00:00
christos
eec07087aa
Add COMPAT_BSDPTY on all the kernels that have COMPAT options.
2004-11-10 17:25:21 +00:00
jmc
97b060e9aa
This needs u16/u32/u64 defined if it's going to include internals (otherwise
...
it has to load hypervisor.h which has all sorts of other problems assuming
_KERNEL). Provide the defs before including hypervisor-if.h and then turn
them off afterwards (ala the same as hypervisor.h does
2004-11-10 02:52:11 +00:00
kent
68ec3173b5
remove mixer setting code in repulse_attach() because ac97_attach() does it
2004-11-09 16:18:58 +00:00
mbw
57baf75956
Reverting.
...
Apparently these patches cause problems.
2004-11-08 17:36:07 +00:00
kleink
9b087e52c7
From machdep.c:
...
revision 1.173
date: 2004/11/08 16:11:02; author: kleink; state: Exp; lines: +3 -3
In cpu_getmcontext(), initialize the mcontext_t storage with 0 (not '0').
Reported by Arto Huusko.
2004-11-08 17:05:37 +00:00
kleink
9322be4ef5
In cpu_getmcontext(), initialize the mcontext_t storage with 0 (not '0').
...
Reported by Arto Huusko.
2004-11-08 16:11:02 +00:00
petrov
c637afa99a
Don't compile sparc64_ipi functions when UP.
2004-11-08 08:55:43 +00:00
wiz
f037e2c174
Pasto fix.
2004-11-08 00:49:19 +00:00
christos
1e31f0a642
Use .S for assembly files instead of .s
2004-11-07 21:58:45 +00:00
christos
02c080af8b
Misc cleanups.
2004-11-07 21:56:57 +00:00
mbw
7f3392aa22
Add disklabel recognition for another Apple file type
...
"BZB_ROOTFS_NEW 0xc000"
Also closes PR 10046
2004-11-07 04:24:33 +00:00
christos
aefec4290d
Don't use "int" to represent lengths; this is what size_t is for. This
...
does not change the ABI since we don't have 64 bit mips yet.
2004-11-06 23:22:43 +00:00
ragge
d26e77c79f
Make match() fail if this is not a DWLPX (i.e a DWLMA).
...
XXX - DWL* type should be checked in kftxx.c.
This avoids a panic if the device is not a DWLPX.
2004-11-04 19:22:28 +00:00
scw
06375beb5f
Fix mbr_label_locate() to return '1' on success rather than the '0'
...
leftover from the call to biowait(9).
2004-11-03 12:21:04 +00:00
wiz
9589a2f43c
Grammar fix in comment.
2004-11-01 23:20:42 +00:00
he
0e9a54d054
Follow up on the constification of audio_hw_if, to fix build
...
problem for vs.c.
2004-10-31 22:41:23 +00:00
martin
29e38c8b5e
When doing a crashdump, counting already dumped MB per mem_region
...
is ... slightly confusing. Instead calculate the total size of the dump
beforehand and show the number of MB we still need to dump instead - just
like 386 does it.
2004-10-31 21:59:51 +00:00
he
6ef865c900
Include the <sys/bufq.h> header to allow these to compile again.
2004-10-31 12:52:55 +00:00
yamt
6e71418936
use __insn_barrier rather than homegrown equivalents.
2004-10-31 10:39:34 +00:00
mbw
7c1ffafac2
Change to fix PR 25689 for Swedish ADB keyboards
...
- KC(52), KS_Mode_switch,KS_Multi_key,
+ KC(58), KS_Mode_switch,KS_Multi_key,
2004-10-30 20:13:15 +00:00
thorpej
fc44282f79
Use elf32-hppa-netbsd output format.
2004-10-30 18:38:38 +00:00
thorpej
e9818f5b5e
When adding/deleting multicast addresses, only whack the address
...
filter if the interface is marked RUNNING.
Fixes kern/27678.
2004-10-30 18:08:34 +00:00
yamt
18f717bb90
constify audio_hw_if, midi_hw_if, and radio_hw_if.
2004-10-29 12:57:15 +00:00
yamt
05f25dcc2a
move buffer queue related stuffs from buf.h to their own header, bufq.h.
2004-10-28 07:07:35 +00:00
perry
acd0ac9fc4
replace a tab with a space so commenting out auacer is more
...
aesthetically acceptable.
2004-10-26 19:52:23 +00:00