fvdl
ac0bb07268
Add MACHINE_NONCONTIG as a define.
1996-11-15 09:21:41 +00:00
fvdl
5d9d9e5cda
Move non-optional options to std.i386, and use that file.
1996-11-15 09:19:31 +00:00
thorpej
23ff20cd74
Use bitmask_snprintf().
1996-11-15 03:32:46 +00:00
thorpej
f6290552bf
Use bitmask_snprintf().
1996-11-15 03:11:19 +00:00
thorpej
8859cd5ced
Use bitmask_snprintf().
1996-11-15 03:01:01 +00:00
cgd
71f1ac1e29
print ptrdiff_t's by casting to long and printing with %l<whatever>.
...
(This fixes problems with the printf format fixes i checked in yesterday.
ptrdiff_t is an 'int' on the i386 but a 'long' on the alpha, so the cast
really is necessary... *sigh*)
1996-11-14 20:33:04 +00:00
jtk
acf32b66b8
fix bitmask_sprintf typo
1996-11-14 12:39:55 +00:00
mikel
5d1041a8ee
remove extra $(DESTDIR). Fixes port-i386/2878.
1996-11-14 08:05:58 +00:00
thorpej
b98d1aca52
Only build kern/kern_ntptime.c if NTP is being compiled into the kernel.
1996-11-14 04:53:59 +00:00
thorpej
621d9e4932
Regen.
1996-11-14 04:52:30 +00:00
thorpej
9d9479eb2f
Make ntp_gettime() and ntp_adjtime() like other system calls:
...
- The functions that implement them and the argument names are
prepended with "sys_".
- Optional systems calls are "UNIMPL" if the support is not being
compiled into the kernel.
1996-11-14 04:51:09 +00:00
thorpej
82b23eb20c
Only call sysctl_ntptime() if NTP is compiled into the kernel.
1996-11-14 04:47:45 +00:00
cgd
03a0bfabac
fix slight mis-ordering
1996-11-13 23:42:55 +00:00
cgd
d8aea5f52d
print out unrecognized processor minor types as 0x%x, rather than %d,
...
also print out minor types in a few cases where they previously wouldn't
be printed (but that aren't likely to be run into, anyway).
1996-11-13 23:18:07 +00:00
cgd
a86f553589
update for all known processor major and minor type numbers.
1996-11-13 23:13:02 +00:00
cgd
6e3d55a53c
clean up cpu type descriptions, in line with rev. 3 of the AARM
1996-11-13 22:26:41 +00:00
cgd
db5fd4e8e2
update copyright dates
1996-11-13 22:20:54 +00:00
cgd
6c9cb4aa9b
compile cleanly with:
...
-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
1996-11-13 21:13:04 +00:00
cgd
750ee83e95
Set CWARNFLAGS to:
...
-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wcast-qual -Wno-format
(if not already set). -Wno-format is necessary because of the few
bits of code in the tree that use NetBSD's special kernel printf()
formats, and because there are a few bits of code that try to use the 'q'
modifier to print int64_t's (but int64_t's are only 'long' on the
alpha, not 'long long').
1996-11-13 20:53:24 +00:00
cgd
3706f8b184
kill the makeoptions spec of CWARNFLAGS
1996-11-13 20:43:19 +00:00
cgd
6cc49bedec
fix -Wformat problems
1996-11-13 20:00:15 +00:00
cgd
b005a8ee10
move cominit() prototype to comvar.h, so that ports which use 'com'
...
for serial console, but don't use the (i386-specific)
comcninit()/comcnprobe() functions, can do the right thing.
1996-11-13 19:41:35 +00:00
cgd
2bf9f4b20a
fix a bunch of printf format botches
1996-11-13 19:34:31 +00:00
cgd
458e5a37c9
include libkern.h, not types.h, to get prototype. (libkern.h includes types.h)
1996-11-13 19:30:39 +00:00
thorpej
1a2f892e07
Deal with unused variable warning introduced in last change, pointed
...
out by David Carrel <carrel@cisco.com>.
1996-11-13 17:42:45 +00:00
thorpej
a0dffcafc2
Use bitmask_snprintf().
1996-11-13 07:00:30 +00:00
thorpej
490126b07a
Use bitmask_snprintf().
1996-11-13 06:48:24 +00:00
thorpej
5bbb546d40
Add missing bitmask buffer declaration. (*sigh*)
1996-11-13 06:46:12 +00:00
thorpej
f3d0bd2b74
Slight stylistic tweak, to match the same changes I made in the SPARC
...
version of the fd driver.
1996-11-13 06:41:21 +00:00
thorpej
ae63cbffa1
Use bitmask_snprintf().
1996-11-13 06:36:56 +00:00
thorpej
35c9c776fe
Use bitmask_snprintf().
1996-11-13 06:13:39 +00:00
thorpej
d3b5fe8492
Prototype bitmask_snprintf().
1996-11-13 06:07:09 +00:00
thorpej
156e926117
Implement bitmask_snprintf(), which takes a value and a string
...
representing the names of those bits, prints them into a buffer
provided by the caller, and returns a pointer to that buffer.
Functionality is identical to that of the (non-standard) `%b' printf()
format, which will be deprecated.
Rename the non-exported function ksprintn() to ksnprintn(), and change
it to use a buffer provided by the caller, rather than at static
buffer.
1996-11-13 06:06:05 +00:00
cgd
f5abc1b89a
recognize 21164A (ev56)
1996-11-13 01:03:52 +00:00
mikel
fd55e79cd3
Don't build ufs_quota.c if not QUOTA. Fixes PR 2821.
1996-11-13 00:15:28 +00:00
mikel
d9763055f7
Enable eisa0 and pci0 for network cards
1996-11-13 00:09:57 +00:00
thorpej
4ad70417a0
Centralize the declaration of the "en" driver (Efficient Networks, Inc.
...
155Mb/sec ATM interface).
1996-11-12 23:58:01 +00:00
pk
037130a502
Allow larger text (64MB) and data (256MB) segments.
...
On sun4/sun4c with a virtual address hole (starting at 512MB), this seems
like a reasonable compromise: about 196MB left for shared libs and sysv-style
shared memory segments.
On the sun4m the limits can easily be made larger: consider turning
MAXTSIZ and MAXDSIZ into tunable variables..
1996-11-12 21:08:51 +00:00
cgd
000ff895c3
sync with alpha version
1996-11-12 21:06:21 +00:00
cgd
c55c19e5b1
-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual cleanups.
1996-11-12 21:00:33 +00:00
mycroft
990ebfa55d
Fix uha_{reset,init}_mscp() prototypes.
1996-11-12 20:57:43 +00:00
cgd
be771a0f36
add DEC_EB164 option
1996-11-12 18:05:53 +00:00
cgd
206e66a5a4
resort cpu option list
1996-11-12 18:05:27 +00:00
mikel
457c188626
Use device struct from sbdsp_softc, eliminate redundant softc members.
...
Fixes PR kern/2237.
1996-11-12 07:39:56 +00:00
cgd
45ba05f710
convert cpu-dependent routine selection to use a centralized CPU switch, thus
...
deleting (and cleaning up) N pages of #ifdefs in machdep.c. While we're
at it, make the cpu type options generate flags, and check them instead of
kernel Makefile defines.
1996-11-12 05:14:27 +00:00
jtc
46ab334aef
Changed condition used to determine whether to do the overlap-safe
...
copy to succeed only when regions actually overlap. This improves
the performance of the average case. Pulled from userland bcopy.S.
1996-11-12 01:49:29 +00:00
pk
8aa79b5600
Declare `uk' device.
1996-11-11 23:58:48 +00:00
pk
8896ec778e
Declare `cgtwo' and `rd' character devices.
1996-11-11 23:57:12 +00:00
pk
615fe88f6f
Add missing entries: cgtwo, uk, ss
1996-11-11 23:54:56 +00:00
pk
a65399dce0
Need to include <machine/param.h>
1996-11-11 23:53:45 +00:00