mycroft
c5ec5c3003
Add splsoftnet().
1995-08-13 00:03:11 +00:00
mycroft
5482957905
splnet --> splsoftnet
1995-08-12 23:59:09 +00:00
mycroft
8887de9230
opri --> s
1995-08-12 22:58:01 +00:00
mycroft
240560e9fd
ia_irq has not been a power of 2 for a long time...
1995-08-12 22:37:58 +00:00
mycroft
8a9880e714
Fix oversight in previous.
1995-08-12 21:36:46 +00:00
mycroft
80d7b0695a
minphys() functions really should return void.
1995-08-12 20:30:45 +00:00
briggs
52e968da1a
Fix oversight in last.
1995-08-12 18:48:47 +00:00
gwr
d9678d59b2
Fix up DVMA-related confusion. Disk boot now works.
1995-08-12 18:38:30 +00:00
jtc
cb188d3b35
fix typo
1995-08-12 05:02:46 +00:00
briggs
1fd03600dd
Get rid of cpu040 for good.
1995-08-12 04:08:29 +00:00
jtc
89a5fea138
Added man4.sun3 & man8.sun3
1995-08-12 01:22:31 +00:00
cgd
705e61651e
fix a couple of bugs pointed out by John Birrell, though fix some
...
differently he did. (1) don't assume that the timeval in
the packet is correctly aligned, (2) don't compare beyond the end
of the packet, (3) minor cast for printf happiness.
1995-08-11 22:37:58 +00:00
leo
24644e5151
New version of NCR5380-SCSI driver. This version is far more generic than
...
the previous version. The machine dependent part contains the configuration
for both the TT and FALCON. The configuration files have been changed to
select SCSI-support for either TT, Falcon or both.
The configuration file for the Atari-Falcon will only get _really_ usefull
when the Falcon video part is finished.
1995-08-11 20:01:15 +00:00
briggs
8f58d57321
Don't fake these values.
1995-08-11 17:48:19 +00:00
briggs
72d557cf87
The serial console works again (at least on the Q700).
1995-08-11 03:29:07 +00:00
briggs
d192d70a87
Note that we've been initialized.
1995-08-11 03:02:04 +00:00
briggs
100380f075
Do the serial console a bit better (still has problems).
1995-08-11 03:00:15 +00:00
jonathan
6a43b6e3a1
Re-port the Alpha versino of NetBSD's machine-independent LANCE driver
...
back to the DECstation. Boots on 3MAX and 3MAXPLUS. The bug-fixes
applied to this driver since it forked off the Decstation code also
seem to fix long-standing DMA problems with the Decstation SCSI driver.
1995-08-11 02:12:56 +00:00
thorpej
6bd48c2b9a
Update the `BUGS' section, now that we support the more sophisticated
...
group and passwd YP prototypes.
1995-08-11 01:16:52 +00:00
thorpej
110b961e86
Change a few bogus instances of ';' to the syntactically correct ','.
1995-08-11 01:10:21 +00:00
jtc
40b67f2121
lose unused variable; PR #1297
1995-08-11 00:38:15 +00:00
jtc
a6751cc939
Updated for LOG_FTP (PR #1312 ).
...
Edited the examples section so that they are all separated by a single
blank line, since they're unrelated. SunOS' syslog(3) has a sentance
or two describing each line. We'll either have to come up with our
own text or ignore it. I'm ignoring it for now.
1995-08-11 00:34:34 +00:00
jtc
71c33981ab
Fix parity calculation; PR #1325
1995-08-11 00:10:40 +00:00
jtc
ea00559d41
Convert to use err(3)
1995-08-11 00:08:18 +00:00
jtc
7320c39038
makedev(8) -> MAKEDEV(8); PR #1306
1995-08-10 23:47:32 +00:00
jtc
3619016374
Moved from section 1 to section 8; PR #1298
1995-08-10 23:29:47 +00:00
chuck
0744a4dc6a
sync with hp300 version (cpu_coredump changes)
1995-08-10 19:46:45 +00:00
chuck
b256a1bf82
sync with hp300 version
1995-08-10 19:44:01 +00:00
chuck
939f7eb7d0
add bounds_check_with_label(), and thus sync with hp300 version.
1995-08-10 19:36:41 +00:00
chuck
f54a288467
minor alphabetize clean up
1995-08-10 19:18:02 +00:00
chuck
d65beaf096
add bcea[] (as per sun3 port)
1995-08-10 16:21:54 +00:00
jonathan
37e46e6b64
clockattach() wasn't printing a newline; add it.
1995-08-10 10:50:58 +00:00
jonathan
69f95bd2bb
Use "lance" as the name of the PMAX (kn01) Lance device, not "le", since
...
"lance" is what the Alpha drivers use.
1995-08-10 10:49:46 +00:00
thorpej
7df5d8b0ec
If set, show a route's mtu in the routing table display.
1995-08-10 06:24:52 +00:00
jonathan
0822ab0fe1
Map from NetBSD/Alpha names for machine-dependent functions (e.g.,
...
"force this pending write to complete") to the names used in NetBSD/pmax.
1995-08-10 05:29:11 +00:00
jonathan
b42e35d645
Un-comment dependency on file cpu.c, since cpu.c has been commited to CVS.
1995-08-10 05:22:26 +00:00
jonathan
0b4c870908
Change DEcstation autoconfiguration to use new-style config.
...
All devices except SCSI disks and tapes are found using new config only.
SCSI disks and tapes are configured using a table edited from an ioconf.c
produced by config.old.
Boots multi-user on PMAX, 3MAX and 3MAXPLUS. The old-style "slot hand fill"
functions for those machines, and the old TurboChannel configuration
main loop, have been removed.
Since new-style config runs later in boot than the old pmax turbochannel
probing, we no longer know what devices will be configured when consinit()
is called. Use PROM output until autoconfig is finished.
1995-08-10 05:17:07 +00:00
jonathan
bc6e09fad6
Remove extraneous debugging printf()s when running on processors
...
this code has been tested on.
1995-08-10 04:31:46 +00:00
jonathan
a1a7750426
Move IO ASIC interrupt-enable outside #ifdef DEBUG, where it had
...
accidentally snuck in. Clean up debugging messages and explicitly
give a warning on CPUs the code hasn't been tested on.
1995-08-10 04:30:41 +00:00
jonathan
e3b5a34826
Update DECstation Lance ethernet driver to use new-style config.
1995-08-10 04:27:43 +00:00
jonathan
88b9b7eb4a
Update DECstation drivers to use new-style config, removing
...
old-style config support, except for SCSI disks and tapes.
1995-08-10 04:21:35 +00:00
ghudson
558fb11b35
Accept numeric uid or gid for -o and -g flags, for consistency with
...
chown and chgrp.
1995-08-10 04:20:57 +00:00
mycroft
6f7dc7fd4e
Make this compile if one of SYSV{SEM,SHM,MSG} is not defined.
1995-08-10 04:08:57 +00:00
briggs
81cc5998a1
Missing increment operator for if_opackets in last change.
1995-08-09 12:16:10 +00:00
briggs
b4eecb5362
We need to set cpu040 for just a while longer.
1995-08-09 03:25:25 +00:00
briggs
53af1e73b8
Make sure we don't remap video/serial before we're done writing to it.
1995-08-09 03:23:57 +00:00
briggs
71b21ba74e
Don't go bonkers if we don't have a real swap device.
1995-08-09 03:22:50 +00:00
briggs
dbdcebe34b
Fix a few 040-isms, remove an old comment, and add a few things for the future.
1995-08-09 03:21:59 +00:00
mycroft
3ee59cd771
Fix oversight in previous change; spl*() must also block
...
software interrupts.
1995-08-09 01:47:37 +00:00
jonathan
96f7ad7c6e
Add missing "priority" field value in KN02 "asic" configuration entry for
...
the Dallas-compatible real-time clock. The missing entry caused the offset
to end up in the "priority" field. New-style config now boots cleanly on a
KN02 (3MAX).
1995-08-09 01:21:43 +00:00