eeh
12fbdb7bb3
Make bus_space_debug default to off.
2001-07-19 23:35:42 +00:00
eeh
075ed881ad
Print out PID and command name for alignment faults.
2001-07-19 23:33:09 +00:00
eeh
a60e790efe
Make a bigger hole between kernel text and data.
2001-07-19 23:31:06 +00:00
matt
5ac8a0b7ba
powerpc support for 2.95.3
2001-07-19 22:13:23 +00:00
scw
c45a0d8765
clone(2) syscall frontend for m68k.
2001-07-19 21:50:46 +00:00
gmcgarry
7b2064c2a5
Bring up to date. pool_create() doesn't exist any longer. Include
...
missing description of pool_destroy(). Fix some minor nits.
It isn't clear from the source whether pool_reclaim() and pool_drain()
should belong to the exported API. At least it seems they aren't used.
No descriptions for these functions exist in this manpage.
2001-07-19 21:35:53 +00:00
thorpej
030941bc0d
Only match the "gbus" on the primary CPU's CPU module.
2001-07-19 20:34:08 +00:00
itojun
93a890b609
it seems that pp_{up,down} code does not really help, since (1) sppp_ioctl
...
calls lcp.{Up,Down} by itself, and (2) as lmc driver uses interrupt to
get the card initialization callback lcp calls from sppp_ioctl
does not really work. for chdlc pp_{up,down} are not really necessary so
don't bother (#if 0'ed).
2001-07-19 19:15:13 +00:00
assar
cb2d5b58af
remove support for creating files and directories from msdosfs_mknod
2001-07-19 19:12:33 +00:00
thorpej
13e63c6a43
Take a guess and initialize the prefetch threshold to 256 bytes. Haven't
...
found this one in the manual yet.
2001-07-19 19:09:22 +00:00
thorpej
b0256ef005
DWLPx has a 256-byte DMA prefetch threshold.
2001-07-19 18:59:41 +00:00
thorpej
1e21ada1d9
MCPCIA has a 256 byte DMA prefetch threshold.
2001-07-19 18:55:40 +00:00
fvdl
3350f68f80
Avoid warnings about uninitialised usage.
2001-07-19 18:55:38 +00:00
thorpej
c563df226b
The T2 has a 256 byte DMA prefetch threshold.
2001-07-19 18:50:25 +00:00
thorpej
e6ab362da0
The LCA isn't supposed to have a DMA prefetch threshold, but experience
...
has shown is that if we don't allocate a spill page, we get a machine
check. So, initialize the threshold to 256 bytes.
2001-07-19 18:47:38 +00:00
thorpej
4c4c88dbb7
ALCOR/ALCOR2/PYXIS have a 256-byte DMA prefetch threshold.
2001-07-19 18:42:42 +00:00
thorpej
908464bef9
APECS has a 256 byte DMA prefetch threshold.
2001-07-19 18:39:29 +00:00
mrg
337651a310
make this actually work: use <mips/elf.h> and <netbsd.h>, plus a few
...
little twiddles.
2001-07-19 18:37:38 +00:00
mrg
4523fd67d7
build a mipsel-netbsd gcc & libgcc.
2001-07-19 18:35:22 +00:00
matt
77315351bc
Fix a warning (missing const).
2001-07-19 18:31:57 +00:00
thorpej
63bc6c1370
Since the SGMAP buffer load subroutine doesn't need to modify
...
the segment index, don't pass it by reference.
2001-07-19 18:20:20 +00:00
scw
b4c68ef164
Descend into wrtvid in all but the install pass.
2001-07-19 18:18:30 +00:00
thorpej
77e1f86ad4
Implement dmamap_load_uio for SGMAPs.
2001-07-19 18:08:54 +00:00
matt
acfa102212
Rework Makefile (perhaps not optimally) to keep all ojbects in ${.OBJDIR}.
...
Due to SRCS containing directories, the objects went in those same
directories.
2001-07-19 18:06:19 +00:00
kleink
d775ce82eb
Hint BUS_DMA_READ and BUS_DMA_WRITE.
2001-07-19 17:47:18 +00:00
kleink
1bd93b6232
Hint BUS_DMA_READ and BUS_DMA_WRITE.
2001-07-19 17:19:40 +00:00
thorpej
e60fffea3b
Pay attention to BUS_DMA_READ; don't need to allocate a spill
...
page if it is set.
2001-07-19 17:08:44 +00:00
itojun
b66f433b03
sync with latest Linux driver, avoid framing error on LMC1200 (T1/E1).
...
from hal@vailsys.com
2001-07-19 17:02:05 +00:00
thorpej
44e529fecc
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
2001-07-19 16:36:14 +00:00
itojun
e13c617dee
do not call pp_{up,down} on cisco HDLC mode, it seems that
...
sys/net/if_spppsubr.c does not like it.
XXX api clarification needed...
2001-07-19 16:30:52 +00:00
thorpej
623f83a793
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
2001-07-19 16:25:23 +00:00
itojun
639dfc8d8f
readability changes (s/0/LMC_LINK_DOWN/, whitespace)
2001-07-19 16:14:50 +00:00
wiz
1bc6d2cee9
Fix typo (`information' has an 'r').
2001-07-19 16:13:00 +00:00
wiz
4124ef0b6c
Fix comment (device has a 'c').
2001-07-19 16:12:21 +00:00
itojun
30f2adec05
vsnprintf() can return value longer than the actual string. from assar
2001-07-19 16:00:59 +00:00
itojun
abd116eff5
- on IFF_UP change, inform sys/net/if_spppsubr.c of the change so that
...
we can run LCP and subsequent PPP negotiation.
- suppress too noisy printf() for about AIS event (if you remove the cable,
it will bark forever).
- sppp_dequeue() can return NULL even when sppp_isempty() is false, so check
it and do not deref NULL pointer.
- sppp_flush() on LMC interface shutdown.
- prepare to change BPF type on the fly (bpf_change_type).
2001-07-19 15:38:17 +00:00
matt
ac07e0c6c6
ARMELF support for libgcc
2001-07-19 15:33:09 +00:00
thorpej
babefc5331
Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-end
...
at dmamap load time that the mapping will be used for a unidirectional
transfer of the specified direction.
2001-07-19 15:32:10 +00:00
thorpej
18bf360868
Document BUS_DMA_READ and BUS_DMA_WRITE.
2001-07-19 15:32:06 +00:00
matt
3847d1eab8
ARM support for -liberty
2001-07-19 15:30:36 +00:00
matt
15d3102358
Initial 2.95.3 support for ARM-ELF.
2001-07-19 15:27:16 +00:00
mrg
c88bdb3273
build a sparc (elf) gcc 2.95.3
2001-07-19 15:20:13 +00:00
mrg
4acc89ca46
build sparc libiberty.
2001-07-19 15:17:59 +00:00
mrg
3963922c9b
build a sparc libgcc
2001-07-19 15:16:39 +00:00
matt
8251c8dd77
Don't emit JUMP_SLOT at all (match behave of gas-current for arm).
2001-07-19 14:55:51 +00:00
thorpej
b70733d358
Since DMA frobbing can be done at interrupt time by devies at
...
multiple levels, protect the extent map w/ splvm().
2001-07-19 14:26:54 +00:00
mrg
ac4b8b619b
mipsel libiberty.
2001-07-19 13:46:14 +00:00
mrg
96b4d81d72
sparc64 libiberty.
2001-07-19 13:45:09 +00:00
sato
9ae3738ab5
adhoc battery event creation for some vr machines.
...
XXX: temporary
2001-07-19 13:11:27 +00:00
tv
178c5459ad
Another missing ${.CURDIR}.
2001-07-19 12:51:05 +00:00