Commit Graph

58036 Commits

Author SHA1 Message Date
simonb
f3867cd79f Don't need to prototype consinit() - it's in systm.h. 1999-12-08 02:56:17 +00:00
itojun
9f2f48b6ef fix pathname to /etc/rtadvd.conf.
NetBSD PR: 8966
1999-12-08 02:31:26 +00:00
simonb
c47af90e21 Display the header of system specific manpages as
NetBSD/foo Manual Name
instead of
	NetBSD Manual Name (foo Architecture)
Manual page headers now fix within 80 columns.

Work by Chris Demetrioui six or more months ago, with minor updates to
current reality by me.
1999-12-08 01:57:37 +00:00
sato
1ff57633a7 - clear all intr status and show old status when attached. 1999-12-08 01:54:59 +00:00
sato
0df4960b03 - PMUINT_ALL, PMUINT2_ALL.
- some registers.
1999-12-08 01:51:56 +00:00
thorpej
781149bb12 Handle the case where PCI dense memory and PCI sparse memory don't
overlap; don't require allocation from the dense extent if the PCI
memory address isn't mapped into dense space.

Also, make sure to return an error if a liner mapping is requested
and dense space is not available (not just not requested).
1999-12-08 01:48:39 +00:00
sato
2c24f58ba1 Vr41xx LED control register definitions. 1999-12-08 01:43:58 +00:00
simonb
c2f5cc273c Don't use our own defines for SCCDEV or RCONSDEV - pull in
<pmax/pmax/cons.h> for these values.
1999-12-08 01:29:11 +00:00
simonb
9208af106d Protect against multiple inclusion. 1999-12-08 01:20:12 +00:00
thorpej
9beb275ae8 Oops, committed the wrong version of this file previously. 1999-12-08 00:35:43 +00:00
simonb
dcf49845cb Remove one of two (different!) prototypes for dc_consinit(). dc_ds.c
now includes <pmax/dev/dc_cons.h> to get the correct prototype.
1999-12-08 00:13:33 +00:00
soren
41f23e2e76 Xref rc.conf(5). 1999-12-08 00:04:38 +00:00
simonb
3742b697d5 Fix gaff in previous - need <kn230.h> and use _SYS_DZ0 not _SYS_DZ for
5100 console device.
1999-12-08 00:04:11 +00:00
soren
6cc6a03447 Add adduser(8) for compatibility. 1999-12-08 00:01:36 +00:00
thorpej
33c520ace6 Regen. 1999-12-07 23:58:27 +00:00
thorpej
0bd5e93b0e Remove duplicate vop_balloc definition accidentally added in rev 1.21. 1999-12-07 23:57:49 +00:00
soren
be4a157e48 We have useradd(8) now. 1999-12-07 23:55:14 +00:00
soren
1b29e1a5d2 Update for rc.conf. 1999-12-07 23:53:48 +00:00
simonb
12ed1b07a3 Use KN230_SYS_* names for 5100 device addresses. 1999-12-07 23:23:19 +00:00
soren
e7d9a82c6f 'If it comes from a client that already knows its address and is not
requesting a broadcast response, and we can unicast to a client without
using the ARP protocol, sent it directly to that client.'

Make some ARCS firmware happy.

Many thanks to Ted Lemon for debugging this.
1999-12-07 23:23:16 +00:00
soren
be4079c51e Add next68k to MACHINE_LIST. 1999-12-07 23:08:00 +00:00
jsm
49bc28122f Fix a gcc -W warning (empty body in an else-statement). 1999-12-07 23:07:39 +00:00
soren
c8eb8949ca Fix pasto. 1999-12-07 22:56:57 +00:00
soren
d12226a14d Use 7-bit ASCII for INSTALL.txt. 1999-12-07 22:33:49 +00:00
thorpej
a4f30c3f19 Add entry for AlphaServer 2100 (Sable, Sable-Gamma). 1999-12-07 21:51:53 +00:00
thorpej
fcf35a8417 Add options, files, etc. for the AlphaServer 2100 (Sable, Sable-Gamma).
Actual source files not yet committed.  Very Soon.
1999-12-07 21:47:12 +00:00
thorpej
25a665e643 Avoid a spurious warning when establishing a pulsed interrupt handler
on an IRQ which was marked "initially-pulsed".
1999-12-07 21:36:16 +00:00
thorpej
4056ebc587 When doing a badaddr check, insert an extra `mb', which is highly magic
on some systems (due to quirky bus adapters).
1999-12-07 21:35:06 +00:00
augustss
919abe9f39 Add powerhook man pages. 1999-12-07 21:15:45 +00:00
wrstuden
17afd02c47 Regen. 1999-12-07 21:07:38 +00:00
wrstuden
7cbac78932 Add comments to describe the lookup parameters needed in the various
component name fragments passed into VOP calls.
1999-12-07 21:06:48 +00:00
thorpej
388112cd09 Add nsphyter. 1999-12-07 19:38:54 +00:00
thorpej
1488729b56 Update for reality. 1999-12-07 19:38:36 +00:00
thorpej
28de1b15a4 Add tlp at cardbus, and nsphyter. 1999-12-07 19:37:40 +00:00
thorpej
b67d4809ed Add a driver for the National Semiconductor DP83843 `PHYTER' 10/100
Ethernet PHY.
1999-12-07 19:36:37 +00:00
wennmach
914178b225 code.c is no longer used, we use strsvis instead. Removed prototypes
from extern.h
1999-12-07 18:42:06 +00:00
wennmach
19e89641c1 Back out last change; now vis takes care not to produce ambigous
encodings.
1999-12-07 18:26:27 +00:00
thorpej
ff4a32590d When checking the SROM checksum, if the standard location fails, try
the new standard location (according to the SROM format update document
for the 21143).  From Masanori Kanaoka.
1999-12-07 18:24:01 +00:00
wennmach
12c643233f In SVIS, encode all characters on the extra list either in C-style
fashion (if possible) or as octal representation (else).
1999-12-07 18:20:28 +00:00
soren
7c11faa763 Sync with htdocs. 1999-12-07 18:17:01 +00:00
soren
84cf103b31 Use -Tlatin1 for output. 1999-12-07 17:58:04 +00:00
soren
7069e19e17 More cleanup. 1999-12-07 17:55:38 +00:00
uch
dd4be4cdba Fix iocorrect defines. 1999-12-07 17:53:04 +00:00
uch
7dd8599060 supply power. 1999-12-07 17:37:21 +00:00
soren
6ab209b3aa Cleanup. 1999-12-07 17:26:17 +00:00
uch
90c7b962a6 frame buffer device support. 1999-12-07 17:25:00 +00:00
uch
1bf65c154a Supply power before attaching socket. 1999-12-07 17:23:54 +00:00
uch
e96dc9806b changing power up sequence.
disable all power before probing plum2 devices.
1999-12-07 17:21:45 +00:00
uch
af18379afb TX3922, tx39_poll_intr uses stop timer interrupt as sampling interrupt. 1999-12-07 17:11:05 +00:00
soren
75423f904a Add missing developers. 1999-12-07 17:09:30 +00:00