bjh21
aacfb7f42c
Include <sys/sysctl.h> for cpu_sysctl() prototype.
2001-11-16 13:41:58 +00:00
bjh21
77c5245c8f
Fix names of bus_space_copy_region_1() and bus_space_copy_region_2().
2001-11-16 13:34:03 +00:00
atatat
5386330b34
Add a MKDEP?=mkdep line so that depend targets will work again.
2001-11-16 13:14:10 +00:00
bjh21
6b12ec55b2
Add prototypes for undefinedinstruction() and resethandler().
2001-11-16 13:12:06 +00:00
gmcgarry
e9ec95622b
Remove unnecessary trailing argument. Now compiles with new toolchain.
2001-11-16 08:14:05 +00:00
augustss
3b323cfaae
Better error message.
2001-11-16 02:21:54 +00:00
augustss
3db4a768d4
Handle devices that disappear during reset gracefully.
2001-11-16 01:57:47 +00:00
augustss
07ea2e28cb
Recognize port status changes.
...
Hand over low and full speed devices to companion controller.
2001-11-16 01:57:08 +00:00
atatat
d5de3c2fb2
Abstract out a large chunk of the kernel build machinery so that new
...
build features (such as ross's DEBUGLIST) can easily be applied to all
ports. This should reduce the complexity of each port's kernel
Makefile considerably. Line counts:
227 arch/i386/conf/Makefile.i386.orig
98 arch/i386/conf/Makefile.i386
227 arch/alpha/conf/Makefile.alpha.orig
99 arch/alpha/conf/Makefile.alpha
219 arch/sparc/conf/Makefile.sparc.orig
102 arch/sparc/conf/Makefile.sparc
215 arch/vax/conf/Makefile.vax.orig
102 arch/vax/conf/Makefile.vax
253 conf/Makefile.kern.inc
Roll i386, alpha, sparc, and vax over to the new build machinery.
2001-11-16 00:23:02 +00:00
augustss
122d2863d8
Add root hub emulation.
2001-11-15 23:25:09 +00:00
bouyer
1952efa437
Support Ultra/100 on CMD 0649.
2001-11-15 20:48:17 +00:00
thorpej
6b842c44f3
MACHINE_ARCH == arm on hpcarm.
2001-11-15 19:35:31 +00:00
thorpej
0b6370bfee
Implement __cpu_simple_lock*() primitives using the SWP insn. Note
...
this insn is available only on ARM arch v3 and later (and 2a). We
don't expect to be using these ops in the kernel on processors too
old to have SWP, and for userland uses (in e.g. a pthread library),
the kernel will simply have to trap and emulate the insn (it needs
to be "atomic", so a kernel trap of some sort will be necessary on
such platforms anyway).
2001-11-15 19:22:32 +00:00
soren
662f877587
MAXSLP is defined to be a machine-independent scheduling parameter,
...
so move it into sys/param.h.
2001-11-15 18:06:11 +00:00
augustss
b684cbc2a7
usbd_interface2device_handle() cannot fail.
2001-11-15 15:15:58 +00:00
lukem
2565646230
don't need <sys/types.h> when including <sys/param.h>
2001-11-15 09:47:59 +00:00
lukem
95c969f245
add RCSID
2001-11-15 07:03:28 +00:00
thorpej
1e6d430c86
Someone <sys/param.h> was deleted from the includes list. Add it
...
back so that this file compiles again.
2001-11-15 07:01:27 +00:00
lukem
1b455fb019
don't need <sys/types.h> when including <sys/param.h>
2001-11-15 06:37:15 +00:00
chs
a69c43b997
fix pmap_extract() to handle addresses with a PTP but an invalid PTE.
2001-11-15 05:16:41 +00:00
thorpej
283e0a4c6e
We need to declare the "plcom" device in files.evbarm, since a
...
"plcom.h" header file needs to be generated for conf.c even for
non-Integrator kernels.
2001-11-14 23:47:51 +00:00
thorpej
6445977d84
Slight cleanup.
2001-11-14 23:02:02 +00:00
tv
48c09b6243
Work around <bsd.lib.mk> used for kernel libs in other places. Clean up
...
include paths.
2001-11-14 23:01:13 +00:00
mhitch
636eb23869
When loadfile() leaves the ELF header at the end of the kernel, it enables
...
erroneous code that tries to compute the end of the symbol table. Disable
that for now so that kernels don't hang when booted from the disk.
2001-11-14 22:47:16 +00:00
tv
4dec0efa0b
Preload <bsd.own.mk> before .undef DESTDIR.
2001-11-14 22:00:42 +00:00
tv
4446c00002
Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>
...
handling for kernel libraries.
XXX this build method should be replaced by something more sane
2001-11-14 21:59:31 +00:00
matt
b0372f6f25
Add brgphy
2001-11-14 21:25:15 +00:00
thorpej
ceb42fbf3f
This file is not used.
2001-11-14 21:17:17 +00:00
matt
a6d8d89acf
Bump the default macppc MSGBUFSIZE to 12KB so we can get an entire
...
sequence of boot messages.
2001-11-14 20:55:34 +00:00
matt
34d4887431
Some #ifdef cleanup for DIAGNOSTIC/DEBUG/PMAPCHECK so that that many of
...
the expensive checks are skipped when (!DEBUG&&!PMAPCHECK) and all of the
light-weigth checks are skipped when (!DIAGNOSTIC&&!DEBUG&&!PMAPCHECK).
This bring pmap.o's text down from 21KB (with PMAPCHECK) to 18.5KB (DEBUG)
to 16KB text (!DIAGNOSTIC).
2001-11-14 20:38:22 +00:00
bouyer
0b74b95459
If the controller doesn't support UDMA, don't allow enabling UDMA via
...
config flags.
2001-11-14 20:18:11 +00:00
christos
88db539589
Make poll(2) ignore negative file descriptors (Bang Jun-Young).
2001-11-14 18:43:58 +00:00
thorpej
bd15cfaed8
Merge the thorpej-mips-cache branch onto the trunk. This is an
...
overhaul of how caches are handled for NetBSD's MIPS ports.
2001-11-14 18:26:21 +00:00
thorpej
af66038f73
Merge the thorpej-mips-cache branch onto the trunk. This is an
...
overhaul of how caches are handled for NetBSD's MIPS ports.
2001-11-14 18:15:10 +00:00
augustss
effc318eca
Regen.
2001-11-14 17:50:44 +00:00
augustss
77a68c4bf2
Add another printer dongle.
2001-11-14 17:50:21 +00:00
hubertf
95bf3bc4cd
add pseudo-device rnd - it's needed by sshd
2001-11-14 13:25:19 +00:00
thorpej
be13b85887
* Give the XScale its own cpu_control() entry point; we have to flush
...
the Branch Target Buffer of the BPRD bit changes.
* Enable Branch Prediction on the XScale by default.
* Don't invalidate the Branch Target Buffer explicitly. the i80200
manual (section 5.1, Branch Target Buffer Operation) notes that
manual software management of the BTB is unnecessary; it is flushed
implicitly when:
* processor resets
* FCSE process ID is written
* I-cache is invalidated
2001-11-14 01:00:05 +00:00
tv
5489b30b60
${MAKE} print-objdir -> ${PRINTOBJDIR}
2001-11-14 00:58:48 +00:00
thorpej
91f49d269d
Eliminate some duplicated code here (similar to XScale code):
...
* sa110_cache_purgeD() is the same as sa110_cache_cleanD() on the
SA-1 -- make it an alias.
* sa110_cache_syncI() and sa110_cache_purgeID() are identical to
sa110_cache_cleanD() on the SA-1, with the exception that the
I-cache must also be flushed. Save code duplication by moving
the I-cache flush before the D-cache clean and letting it fall
through.
2001-11-14 00:08:05 +00:00
chris
4d1b8d545e
Sync to libc version of divsi3.S. This is to fix up the stack for 8 byte alignment.
2001-11-13 20:06:40 +00:00
tv
d4c01db697
Turn off kernel rcsids by default on a.out, but let it be turned on again
...
with the option USE_KERNEL_RCSIDS. (On a.out, these strings are actually
allocated memory and loaded; on ELF, they exist in a non-loaded file section.)
2001-11-13 19:52:39 +00:00
augustss
b684acbf39
Add wsmux (it seems to work now).
2001-11-13 17:56:30 +00:00
augustss
c5477b70aa
The wsmux pseudo device does not need a count anymore.
2001-11-13 17:54:46 +00:00
augustss
6a161b0a72
Add a DISGNOSTIC message.
2001-11-13 17:45:07 +00:00
tv
8be2d6667c
Dummy commit (removed one blank comment line) to make sure that all the
...
libc .o's for syscalls are rebuilt.
2001-11-13 14:49:56 +00:00
lukem
43369f69d3
add RCSID
2001-11-13 13:33:44 +00:00
lukem
071697f107
fix RCSID
2001-11-13 13:32:34 +00:00
lukem
a4bae8b066
add/cleanup RCSID
2001-11-13 13:14:31 +00:00
lukem
13ac430285
add RCSID
2001-11-13 13:01:57 +00:00
lukem
0e9163223a
cleanup RCSID
2001-11-13 13:01:22 +00:00
lukem
f61cbe7489
add RCSID
2001-11-13 12:51:12 +00:00
lukem
dca6ccc83f
add/cleanup RCSID
2001-11-13 12:49:45 +00:00
lukem
b84f53efc5
add RCSID
2001-11-13 12:47:33 +00:00
lukem
05b019ba0f
add RCSID
2001-11-13 12:24:11 +00:00
isaki
2108a5c977
Rewrite vs_query_encoding() using array.
2001-11-13 09:27:06 +00:00
isaki
c2e9ead40b
Clean up debug messages. Separate it two debug levels.
2001-11-13 09:06:00 +00:00
augustss
cec12bf775
Remove trailing `b' in some numbers for lengths. It just makes them look
...
like hex.
2001-11-13 08:01:40 +00:00
lukem
3f7d8d47b6
add RCSID
2001-11-13 08:01:09 +00:00
augustss
d6e38a1474
More test for NULL pipes.
2001-11-13 07:59:32 +00:00
augustss
9dcae667ee
Small changes to behaviour when disconnecting.
2001-11-13 07:57:22 +00:00
lukem
9d2580ff16
add RCSID
2001-11-13 07:56:39 +00:00
augustss
b93fa89e60
Fix pasto in a debug printf.
2001-11-13 07:56:04 +00:00
augustss
8b1e2b3b6d
Add some #endif comments.
2001-11-13 07:55:30 +00:00
lukem
4be2902b43
regen for RCSID
2001-11-13 07:54:18 +00:00
lukem
6f230ccce0
add RCSID to generated .c file
2001-11-13 07:52:41 +00:00
lukem
9048aaae21
add RCSID
2001-11-13 07:48:40 +00:00
lukem
8b7bb91219
add RCSID
2001-11-13 07:38:28 +00:00
lukem
57119f25e5
cleanup RCSID
2001-11-13 07:35:02 +00:00
lukem
045ae768cb
add RCSID
2001-11-13 07:30:37 +00:00
lukem
ab5d9d2b0c
add RCSIDs
2001-11-13 07:24:43 +00:00
lukem
9ab2c47148
cleanup RCSID (to be consistent with use in rest of kernel)
2001-11-13 07:23:15 +00:00
lukem
a3746e00b7
add RCSIDs
2001-11-13 07:11:12 +00:00
lukem
cb1dc621e6
add/cleanup RCSIDs
2001-11-13 07:00:23 +00:00
lukem
7ba10b3532
add RCSIDs
2001-11-13 06:54:32 +00:00
lukem
640249d1e9
add RCSIDs
2001-11-13 06:28:55 +00:00
lukem
6a3181d38f
add/cleanup RCSIDs
2001-11-13 06:26:09 +00:00
lukem
667807e40c
add RCSIDs
2001-11-13 06:24:53 +00:00
chs
4b4425d13b
some callers of ufs_bmaparray() in LFS depend on *nump being set to 0 for
...
direct blocks, so restore that behaviour.
2001-11-13 06:23:17 +00:00
lukem
139747fb15
add/cleanup RCSIDs
2001-11-13 06:17:46 +00:00
lukem
b589588216
add RCSIDs
2001-11-13 06:08:32 +00:00
lukem
98bd235d29
remove superfluous NSEQUENCER > 0 test
2001-11-13 06:07:13 +00:00
lukem
2bbe2de647
add RCSIDs
2001-11-13 05:32:49 +00:00
perry
9f8afd5252
Make the type of ports in the in*()/out*() routines u_long instead of
...
int. Massively reduced kernel lint, causes no harm. Discussed
extensively with christos and thorpej.
2001-11-13 03:27:50 +00:00
enami
e5a47b8cfa
Include stdio.h when compiled in userland to pull in declaration of printf etc.
2001-11-13 03:12:44 +00:00
uwe
0c392b9e2f
Move dvma_cachealign to cache.c where it belongs and declare it in
...
cache.h, so that kernel can be linked without iommu support (for the
sake of microSPARC-IIep that has a very different iotlb).
2001-11-13 03:04:50 +00:00
lukem
dab6ef8b56
add RCSIDs (including regeneration of files as appropriate)
2001-11-13 02:07:52 +00:00
lukem
4f2ad95259
add RCSIDs
2001-11-13 00:56:55 +00:00
lukem
64a432d965
remove unnecessary #if NFOO > 0 .... #endif wrappers
2001-11-13 00:49:35 +00:00
christos
d1dcd2f401
PR/8657: z@rentaboat.se: alarm takes more seconds that it can handle.
...
This is a followup to PR/14558.
- itimerfix(9) limited the number of seconds to 100M, before I changed
it to 1000M for PR/14558.
- nanosleep(2) documents a limit of 1000M seconds.
- setitimer(2), select(2), and other library functions that indirectly
use setitimer(2) for example alarm(3) don't specify a limit.
So it only seems appropriate that any positive number of seconds in
struct timeval should be accepted by any code that uses itimerfix(9)
directly, except nanosleep(2) which should check for 1000M seconds
manually. This changes makes the manual pages of select(2), nanosleep(2),
setitimer(2), and alarm(3) consistent with the code.
2001-11-13 00:34:21 +00:00
lukem
ea1cd7eb08
add RCSIDs
2001-11-13 00:32:34 +00:00
lukem
f85a625206
add RCSIDs
2001-11-13 00:12:56 +00:00
lukem
b60687cbee
add RCSIDs
2001-11-13 00:00:58 +00:00
lukem
34d65a3414
add RCSIDs
2001-11-12 23:49:33 +00:00
lukem
f5e6ca8797
add RCSIDs
2001-11-12 23:22:57 +00:00
lukem
a13b5687d9
add RCSIDs
2001-11-12 23:08:56 +00:00
christos
731fd0e33d
Protect printf() like functions and b{copy,zero,cmp} from being defined
...
in userland.
2001-11-12 23:08:13 +00:00
lukem
1ac69d9cb3
add RCSIDs
2001-11-12 22:54:03 +00:00
bjh21
3048d543d3
Use the (not so-)newly-allocated IFT_ECONET rather than IFT_OTHER. This means
...
that programs start printing Econet link-layer addresses corrctly.
2001-11-12 20:19:04 +00:00
pk
4f1fe56be8
Remove redundant declarations.
2001-11-12 16:32:25 +00:00