pk
c131794b0c
update to -current
1996-12-03 20:27:24 +00:00
cgd
a06362dc8e
do_sir lowers the IPL itself, now
1996-12-03 19:54:16 +00:00
cgd
b74e03da21
fix a couple of bogons in the last two, and clean up slightly
1996-12-03 19:52:58 +00:00
thorpej
15dc36463a
We use C flavors of the quad support functions in libkern.
1996-12-03 19:35:42 +00:00
perry
075566199b
fix 4(busmouse) typo (pr-2992)
1996-12-03 18:16:35 +00:00
cgd
882fa5a35d
try that last one again.
1996-12-03 18:11:40 +00:00
cgd
156fe546d2
kill siroff() and resturcture do_sir() to be cleaner and more correct.
1996-12-03 17:34:47 +00:00
cgd
a04fb885d8
clean up SCSI devices
1996-12-03 17:25:27 +00:00
mikel
83c1bcfa17
fix some typos.
1996-12-03 06:14:40 +00:00
mikel
ec5fdae8b2
Fix typo; PR misc/2990. Also rcsid police.
1996-12-03 05:24:56 +00:00
thorpej
3ae1a191dc
Recognize the HP ScanJet 4p, per PR #2663 (Kenneth Stailey).
1996-12-03 01:25:53 +00:00
cgd
38cbb3213c
Fix up includes so that up-to-date versions of 'config' can be used
...
to config pmax kernels. Not all kernels can actually be config'd because
of device declaration problems, but i don't know how to fix those.
1996-12-03 01:18:17 +00:00
thorpej
6aaaad08d2
syscalls.master changed; regen.
1996-12-03 00:30:59 +00:00
thorpej
f85bef61f1
Include sys_getfh() if NFSSERVER || NFSCLIENT.
1996-12-03 00:28:31 +00:00
thorpej
f02e8b3cf0
Make NFSSERVER work without NFSCLIENT. This is achieved by splitting
...
the client and server/shared data initialization into separate functions,
and calling the server/shared initialization directly from main().
Problem noted in PR #1308 (Kenneth Stailey) and PR #1780 (Chris Demetriou).
Fix suggested in PR #1780 by Chris Demetriou, and munged a bit by me,
and OK'd by Frank van der Linden <fvdl@netbsd.org>.
1996-12-03 00:22:43 +00:00
thorpej
aa25de69d1
NFS performance improvement from Doug Rabson/FreeBSD:
...
Improve the queuing algorithms used by NFS' asynchronous i/o. The
existing mechanism uses a global queue for some buffers and the
vp->b_dirtyblkhd queue for others. This turns sequential writes into
randomly ordered writes to the server, affecting both read and write
performance. The existing mechanism also copes badly with hung
servers, tending to block accesses to other servers when all the iods
are waiting for a hung server.
The new mechanism uses a queue for each mount point. All asynchronous
i/o goes through this queue which preserves the ordering of requests.
A simple mechanism ensures that the iods are shared out fairly between
active mount points.
Reviewed/integrated/approved by Frank van der Linden <fvdl@netbsd.org>
1996-12-02 22:55:39 +00:00
cgd
81e9bda988
convert to use bus_space_set_region_2() and bus_space_copy_2(), rather
...
than in-line clear and copy loops.
1996-12-02 22:24:54 +00:00
cgd
30b636bd09
implement bus_space_copy_*().
1996-12-02 22:19:32 +00:00
thorpej
7d4d4753a8
Implement a simple scsi xfer queue to avoid presenting a resource
...
shortage to the upper scsi layers, which don't (yet) deal well with
resource shortages.
1996-12-02 19:06:41 +00:00
thorpej
ccd0b4ef52
Change MAXBSIZE back to MAXPHYS, fixes PR #1718 , from cgd@netbsd.org.
1996-12-02 07:30:29 +00:00
cgd
256cf234a1
move barrier operation definition closer to the top of the bus space ops
...
structure. In the implementations, allow the barrier op to be inlined.
1996-12-02 07:07:18 +00:00
mikel
8962a9481a
ANSIfy; fixes PR lib/1107.
1996-12-02 06:51:11 +00:00
cgd
54ba942f79
implement bus_space_set_multi_* and bus_space_set_region_* operations.
1996-12-02 06:46:49 +00:00
cgd
e6bafb00d6
declare the single-datum read and write methods as inline, so that
...
the multi and region methods can inline them.
1996-12-02 06:12:39 +00:00
thorpej
c164cadf68
Convert to use <machine/bus.h>
1996-12-02 05:44:17 +00:00
thorpej
3883cff7fb
Oops, bus_space_set_{multi,region}_N() is supposed to have an `offset'
...
argument. Add one to the `prototype' in the comment which preceeds
`not implemented' :-)
1996-12-02 05:35:13 +00:00
tls
ffb2108034
option is PFIL_HOOKS, not PACKET_FILTER
1996-12-02 01:00:50 +00:00
tls
0def6ae7ee
.Dt request takes two and only two arguments; use of three leads to rather strange looking man page headers. :-)
1996-12-02 00:11:31 +00:00
pk
0d4df7bdb3
Handle T_IDIV0 like T_DIV0.
1996-12-01 23:21:07 +00:00
pk
08b929f619
trap 0x2a: divide by zero for hardware [su]div instruction.
1996-12-01 23:19:00 +00:00
pk
11e28a9fb3
Add librmt.
1996-12-01 21:51:53 +00:00
leo
91c17fedfa
The atari has a pci_machdep.h file.
1996-12-01 21:02:18 +00:00
pk
bd9ec27d9e
kvprintf => vprintf (PR#2989, Juergen Hannken-Illjes).
1996-12-01 20:22:19 +00:00
veego
eedc299567
Fix typo in the last revision (missing S in ${COPTS}).
1996-12-01 12:10:07 +00:00
jonathan
4c1d96de78
* Replace explicit -O2 in CFLAGS with COPTS macro. Default COPTS?= -O2.
...
Lets users over-ride with makeoptions COPTS="..." in kernel config files.
Leave `mandatory' flags (like -msoft-float which on m68k enforces no
FP in kernel) in CFLAGS.
1996-12-01 06:12:25 +00:00
jonathan
e038926656
Replace explicit -O2 in CFLAGS with COPTS macro. Default COPTS?= -O2.
...
Lets users over-ride with makeoptions COPTS="..." in kernel config files.
1996-12-01 03:23:04 +00:00
thorpej
d303db9334
Fix newline/carriage return handling during login.
...
From D'Arcy J.M. Cain <darcy@druid.com>, PR #2969 .
1996-12-01 00:44:48 +00:00
jonathan
51194cb458
Fix #ifdef DEBUG prinf() lint: bp->b_bcount is long, not int.
1996-12-01 00:43:45 +00:00
is
07e5135a49
Add the bootblock code to list of things made here.
1996-11-30 20:34:58 +00:00
is
6e8898adbd
Get it into the main branch... it was added only to netbsd-1-2 by mistake.
1996-11-30 20:31:39 +00:00
cgd
bcaa5b7b1c
When initializing 'fssize,' the size of the data buffer to be used when
...
writing data to the file system, if the "optimal" file system I/O
operation block size is less than TP_BSIZE, leave fssize alone (i.e.
at its default setting of MAXBSIZE). This was causing restore's
stack to be trashed, because the end-of-buffer checking/flushing code
around line 680 would never notice that the buffer was full (because
it'd be comparing a buffer segment index, which would always be >= 1, to
fssize / TP_BSIZE, which could be zero in that case), and would keep
filling and filling and filling...
1996-11-30 18:31:29 +00:00
cgd
a0c5caa042
patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues,
...
so this works (better, at least) on 64-bit machines (e.g. alpha).
1996-11-30 18:01:52 +00:00
jtk
15aad8e10b
forgot to regenerate these after committing pcidevs for its NetBSD header tag
1996-11-30 15:16:22 +00:00
gwr
033eec34ec
Oops... get the vprintf prototype right.
1996-11-30 04:35:51 +00:00
gwr
ecfe88202c
Add declaration for vprintf.
1996-11-30 04:20:14 +00:00
gwr
dfc25d8ab4
Finish the kprintf backout: kvprintf -> vprintf was missed.
1996-11-30 04:19:21 +00:00
jtc
9da5f60715
PROF -> GPROF
1996-11-30 02:48:57 +00:00
jtc
11935403ef
PROF -> GPROF
1996-11-30 02:31:49 +00:00
jtc
43a3714539
Define GPROF when assembling *.S files
1996-11-30 02:18:54 +00:00
jtc
6621382048
Sync with libc
1996-11-30 02:06:27 +00:00