wiz
f56906c431
A persistent typo, and some minor mark-up improvements.
2002-03-01 11:42:52 +00:00
martin
7d9d648a64
For aesthetical reasons use bus_addr_t instead of paddr_t in the BUS_ADDR
...
makro. Requested by uwe.
2002-03-01 11:34:36 +00:00
ad
38b296bf9f
s/LINT/lint/
2002-03-01 11:29:46 +00:00
ad
cc996740a3
Add entries for pkill & pgrep.
2002-03-01 11:26:48 +00:00
ad
9c52aa2804
Descend into pkill/.
2002-03-01 11:23:14 +00:00
ad
3b8a0d4f4f
pgrep and pkill: search the process table for processes with a particular
...
set of characteristics, and either print or signal the matching set. Mostly
compatible with the Solaris commands of the same name.
2002-03-01 11:21:58 +00:00
martin
ba6fe47ae9
Simplify the way the hardware windows are mapped and adapt the pcmcia
...
chipset functions acordingly. Initialize timing registers (for now to
the slowest possible setting).
Add some debug output. XXX - clean this up.
This is not ready for prime time, but I can attach ray0 and wi0 now in my
LX.
2002-03-01 10:02:38 +00:00
lukem
a5fc5a8af0
- use numeric rather than symbolic trap names; it's more portable
...
- read NetBSD.dist from ${DESTDIR}/etc/mtree instead of /usr/src/etc/mtree
- run mtree with "-N ${DESTDIR}/etc" instead of using the host user databases
2002-03-01 07:21:14 +00:00
martin
feaf0ddd87
Cast the "io" parameter of BUS_ADDR to paddr_t before it gets shifted.
...
This makes this makro work with smaller values passed for io. No functional
change.
2002-03-01 07:19:29 +00:00
chs
4318a1a32b
copy kernels to the releasedir even when KERNELS_DONE is defined
...
(i.e. only skip building the kernels). fix some comments while I'm here.
2002-03-01 06:22:09 +00:00
jmc
32f6aaf031
Use sh to invoke move-if-change and don't depend on it being +x in the
...
repository
2002-03-01 06:06:50 +00:00
jmc
f6ce7f3293
Put the infodir-meta rule here (and wrap it) to allow it to be called from the
...
top level Makefile
2002-03-01 06:03:20 +00:00
jmc
c4b45e27c6
Restructure infodir-meta to call a proper submake. Put the code into the
...
install-info gnu subdir as it's the program updating the dir file. This
all has to happen because METALOG depends on _SRC_TOP_OBJ which is now
not defined in the top level Makefile per tv's last commit. Which is fine
as this rule should have gone into a program's Makefile anyways just like
the whatis.db one does.
2002-03-01 06:02:41 +00:00
blymn
7ce69c568a
Fix botches in Equivalence Classes paragraph.
2002-03-01 04:20:37 +00:00
itojun
8e4fadc28a
missing splx
2002-03-01 04:19:42 +00:00
itojun
3edb75b9d5
unifdef -D__NetBSD__
2002-03-01 04:16:38 +00:00
enami
fa5084d17e
Make this file compiles w/o FWNODE_DEBUG.
2002-03-01 01:01:18 +00:00
thorpej
8c51a03d7e
If the upper layer says Write/Invalidate is okay, then make sure
...
it's enabled in the PCI CSR.
2002-02-28 23:52:37 +00:00
pooka
9da6188fe8
re-convert to use getprogname(). This was already once done in rev 1.28,
...
but silently killed in rev 1.29.
from John Franklin <franklin@elfie.org> in bin/15771
2002-02-28 22:43:42 +00:00
pooka
360cafaddb
Don't add fs->fs_pendingblocks to f_bavail twice. It's already included
...
in f_bfree, which is added to f_bavail.
Fixes problem with statfs reporting too much free space for filesystems
which have files pending to be freed by softdeps.
2002-02-28 21:59:23 +00:00
scw
fc673fcd59
Missed this file when adding mvmeppc port.
2002-02-28 21:54:42 +00:00
thorpej
1addb1955a
Default to telling the MI PCI code that rd/line, rd/mult, and wr/inv
...
commands are OK.
2002-02-28 21:48:05 +00:00
fvdl
a16656fe06
Invalidate the access cache when loading a new set of attributes into
...
the atribute cache. Fixes access cache problem seen by
Nathan Funk of the UofS, relayed by Greg Oster.
2002-02-28 21:38:08 +00:00
jmcneill
f58e1d41e1
Regen
2002-02-28 21:10:51 +00:00
jmcneill
f3b42effa5
Add Linksys Wireless USB Network Adapters (WUSB11, both original and ver 2.5)
2002-02-28 21:10:28 +00:00
christos
894ca870b3
use the <sys/conf.h> macro to get the mmap footprint.
2002-02-28 21:00:23 +00:00
martin
75c5a16cfc
Enforce a lower bound of 32 for tcp_mssdflt.
...
This avoids kernel crashes when we don't handle nonsensial values
like 0 gracefully. Better check here once beforehand than having to
check for non meaningful values in time critical paths (like tcp_output).
Fixes PR 15709.
2002-02-28 20:26:17 +00:00
leo
18dfb594ff
These were created by accident (typo), hope this removal does what I
...
expect from the man-page...
2002-02-28 20:08:18 +00:00
thorpej
2ba5de1eb1
Change the default Rx FIFO drain threshold to 128 bytes; this
...
reduces the likelihood of Rx FIFO overruns on machines with wimpy
PCI busses, while still allowing the interface to burst with a
reasonable size.
2002-02-28 20:08:11 +00:00
thorpej
759f452292
Don't call m_aux_find() to find a VLAN tag unless VLANs are configured
...
on the interface.
2002-02-28 19:23:03 +00:00
thorpej
07e108c7dc
* On the DP83820, make sure to make the Tx DMA map large enough for
...
jumbo frames.
* Work around broken PXE firmware on some boards, which leave the ROM
BAR enabled even after the PXE stack has been unloaded.
* Set up the initial values for sc_tx_fill_thresh, sc_tx_drain_thresh, and
sc_rx_drain_thresh in sip_attach(), rather than in sip_init().
2002-02-28 19:10:16 +00:00
uch
f21c737967
Catch up with the latest vrip changes.
2002-02-28 18:26:05 +00:00
uch
b94c8137ab
cpu_reset:
...
Set EXPEVT to 0x20(manual reset) before jump to reset vector.
2002-02-28 18:18:51 +00:00
uch
bbcdfc2583
Use sh3/intcreg.h macro instead of immediate.
2002-02-28 18:17:29 +00:00
thorpej
f711992b7f
Add options GATEWAY.
2002-02-28 17:54:56 +00:00
uch
9c21656766
cpu_dumpconf, reserve_dumppages, dumpsys, cpu_reset are moved to sh3/sh3_machdep.c
2002-02-28 16:54:28 +00:00
uch
f52cc0a5e4
Fix comment to reflect reality.
2002-02-28 16:52:46 +00:00
pk
721880b0bc
Fix target order: the machine links must be present before compiling object
...
files.
2002-02-28 15:55:50 +00:00
thorpej
c49eaa2724
Don't use NULL for non-pointer arguments.
2002-02-28 04:49:16 +00:00
thorpej
92eb54d5a5
Don't assign NULL to non-pointer variables.
2002-02-28 04:43:16 +00:00
junyoung
66900b849e
Regen.
2002-02-28 03:40:43 +00:00
junyoung
c1670f1122
Oops, readd an ID for Rage XL which was removed in previous commit.
2002-02-28 03:39:37 +00:00
simonb
4324f37586
Use "#define<tab>".
2002-02-28 03:17:23 +00:00
junyoung
36dc3b5f36
Regen; fix for duplicate ATI Rage Pro.
2002-02-28 02:34:15 +00:00
junyoung
1ce4367071
Better fix of duplicate ATI Rage Pro IDs. `_B' and `_P' mean BGA and
...
PQFP, respectively.
2002-02-28 02:32:50 +00:00
tv
1493d7d064
If _SRC_TOP_OBJ_ gets set here, we will end up with a directory that may
...
not be the top level objdir, because "make obj" can happen in the *middle*
of "make build" (long after <bsd.own.mk> is calculated it). So, pre-set
_SRC_TOP_OBJ_ here so it will not be added to ${.MAKEOVERRIDES}.
2002-02-28 02:22:59 +00:00
tv
a2ba138feb
Fix fallout from collapsing libiberty to MI config.h: libstdc++ includes
...
little bits of libiberty, so -I the non-arch specific directory now.
2002-02-28 02:13:34 +00:00
uch
74680cb1cd
change define _ -> PRINT
2002-02-28 01:59:51 +00:00
uch
6ece4e10f0
Remove #if 0 #endif
2002-02-28 01:58:53 +00:00
uch
2e904b2d1e
s/MMEYE_NO_CACHE/CACHE_DISABLE/
2002-02-28 01:58:18 +00:00