Commit Graph

93792 Commits

Author SHA1 Message Date
wiz
8d15f4d372 Put comment on separate line. 2002-03-13 21:42:20 +00:00
jdolecek
368878d433 add NetBSD RCS tag 2002-03-13 20:51:37 +00:00
jdolecek
19ac0b19d7 Merge in FreeBSD rev. 1.18 - MP changes + rename of PIPE_LOCK to PIPE_LOCKFL
XXXSMP the MP hooks are unused on NetBSD for now

put NetBSD kernel-only parts into #ifdef _KERNEL
2002-03-13 20:50:00 +00:00
manu
eb3041b4dc I finnally identified syssgi(SGI_FDHI) as the implementation of the
getdtablehi(3) library call. Updated comments and removed the paranoid
diagnostics about this mysterious syssgixi() request.
2002-03-13 20:33:41 +00:00
jandberg
225d8bccbe Fixed cc_load_mode restart copper after setting the new list
when called with null argument. This is needed for the screen
blank to actually take effect.
2002-03-13 20:33:35 +00:00
jandberg
4b1642e62c added WSCONS config file and makefile target to generate it 2002-03-13 20:23:44 +00:00
jandberg
a52d11410f bring up to date with code 2002-03-13 19:46:01 +00:00
uwe
9165b68765 Change wording a bit. Add URL for the PCIO manual. 2002-03-13 19:44:42 +00:00
jandberg
9ddf538d8e added wscons vts 2002-03-13 19:38:05 +00:00
eeh
90a4d6de36 Get rid of any references to PCI. 2002-03-13 19:37:44 +00:00
eeh
2949f98aba Install machine check trap handler. 2002-03-13 19:36:45 +00:00
eeh
a2d1936614 Add cache_info offset into curcpu(). 2002-03-13 19:34:06 +00:00
eeh
d9a7cb78c4 dcr.h has moved. 2002-03-13 19:32:25 +00:00
eeh
f71b8e46fe CACHELINESIZE is going away. Use curcpu()'s cache_info instead. 2002-03-13 19:31:33 +00:00
eeh
38e180b078 This is now a pci controller driver that attaches to mainbus rather than
a pci-pci bridge.
2002-03-13 19:28:25 +00:00
eeh
baf1e04c3c board_cfg_data is now in cpu.h 2002-03-13 19:27:02 +00:00
eeh
478fa29f6b Add a ppc4xx_tlbflags macro. 2002-03-13 19:26:07 +00:00
eeh
a41c1f25cb Fixup comments. 2002-03-13 19:24:46 +00:00
eeh
353b53f75a Move DCR definitions here since they are implementation specific. 2002-03-13 19:22:46 +00:00
eeh
3b7b449d26 Separate mainbus from pcibus. 2002-03-13 19:19:49 +00:00
eeh
7f267b53d3 Adapt to the new mainbus. 2002-03-13 19:18:07 +00:00
eeh
0892a81974 Add a copyright and license. 2002-03-13 19:17:41 +00:00
eeh
266bd056b2 Adapt to the new, separate mainbus. 2002-03-13 19:13:10 +00:00
eeh
8e235a382a Add a vector for machine check traps. 2002-03-13 19:11:53 +00:00
uwe
14102fe2d6 Add reference to ebus(4). 2002-03-13 19:06:24 +00:00
uwe
bc482afeea Skeletal manpage for EBus derived from comments in ebusreg.h
by Matthew Green.
2002-03-13 18:59:14 +00:00
pk
542708dea8 JobInterrupt(): add missing and fix a misplaced Lst_Close(). 2002-03-13 17:46:03 +00:00
pk
e98ee34b4c Add the job's name to the `*** Error/Suspended/Continuing' informational
output. Useful when doing, e.g. a `make -j42'
2002-03-13 17:43:31 +00:00
ad
449a7e788b Remove unmaintained / of limited use configs. 2002-03-13 16:56:49 +00:00
ad
0cf4c60b83 zskbd_keydesctab -> lkkbd_keydesctab 2002-03-13 15:21:30 +00:00
ad
690cf19e33 Give wskbdmap_lk201.c its own attribute. 2002-03-13 15:18:19 +00:00
ad
b89e39b91a Reorganise the wsfont stuff slightly so that multiple display adapters
with different bit/byte order requirements can co-exist happily.
2002-03-13 15:05:13 +00:00
simonb
17162f3d40 Add R4400 reg 0x60 to the MIPS CPU table.
From PR port-mips/15894 from Thilo Manske.
2002-03-13 13:18:58 +00:00
simonb
707b8da2e8 Replace lots of 8x<space> with <tabs> and other miscellaneous indentation
fixes.
Wrap a couple of long lines.
Use <return-type>\n<function name> as per KNF in a few places.
2002-03-13 13:12:25 +00:00
simonb
f49b148a2f Don't provide a local declaration of 'struct pool_cache_group' now that
it's in <sys/pool.h>.
2002-03-13 11:02:11 +00:00
simonb
f81b8604f8 Move 'struct pool_cache_group' definition into <sys/pool.h> 2002-03-13 10:57:18 +00:00
ad
cf9ef8999f Clean up. 2002-03-13 10:42:56 +00:00
ad
4a032cc0fb Set RI_FORCEMONO so that wscons doesn't try to use colors (mfb is an 8-bpp
device with a depth of 1).
2002-03-13 10:07:14 +00:00
simonb
4067afd322 Remove two instances of an "error" variable that is only ever assigned to
but not used.
2002-03-13 08:12:58 +00:00
manu
25f8840ca4 Implements syssgi(FDHI), which seems (it's not documented) to return the
higher open file descriptor plus one. This makes IRIX's find able to work.
2002-03-13 07:54:18 +00:00
lukem
9bcc098690 Use ${_arg}_postcmd even if we're not using the default ${_arg}_cmd method. 2002-03-13 06:58:34 +00:00
itojun
496665ab2c suppress -Wunused if !INET6 2002-03-13 06:43:18 +00:00
chs
5d8f761ba0 support the 4-port boards with the Cogent OUI as well. 2002-03-13 05:05:38 +00:00
simonb
189fba2bc0 Add ecoff_machdep.h for userland usage. 2002-03-13 05:03:18 +00:00
lukem
ce3cfa06ae document ${_arg}_postcmd 2002-03-13 04:57:11 +00:00
lukem
9cfa003dc7 Implement ${_arg}_postcmd support, which is run if a default
start/stop/reload/restart operation succeeds (i.e, zero exit code).
Code from Lubomir Sedlacik <salo@Xtrmntr.org>.
2002-03-13 04:50:08 +00:00
yamt
05bfd84f7c fix a bug that timevals are compared incorrectly. 2002-03-13 04:36:49 +00:00
uwe
3f9d183e35 Fix cast. 2002-03-13 04:23:25 +00:00
chs
fcbc075a7a support ANA-6944A boards (in addition to ANA-6922). 2002-03-13 04:15:05 +00:00
simonb
ad911f7801 Oops, Tracy had already added evbmips and sbmips - delete the double-ups. 2002-03-13 04:11:41 +00:00