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
gwr
67ad80c6ed
Not really useful anymore.
1995-08-08 22:28:32 +00:00
gwr
690bed406e
Missed the error pointed out in PR#804 (Oops! 8^)
1995-08-08 21:37:40 +00:00
gwr
5fb3d760b1
No more zupdate
1995-08-08 21:16:10 +00:00
jtc
5ca7ef7788
Added declarations for hsearch(), hdestroy(), and hcreate().
1995-08-08 21:14:45 +00:00
gwr
75dc312695
Do errno translation when emulation needs it.
1995-08-08 21:11:47 +00:00
gwr
ee8dd73508
Make this link with PMAP_DEBUG turned off.
1995-08-08 21:10:18 +00:00
gwr
73d4eba4cf
Only allow mmap in "managed" RAM for now.
1995-08-08 21:09:01 +00:00
gwr
fafc2a527a
Fix signed/unsigned comparison in dumpconf().
1995-08-08 21:07:52 +00:00
gwr
106e4e8c4a
Fix "oops" line that was supposed to increment tv_usec
...
(just to make sure time keeps moving 8^)
1995-08-08 21:05:48 +00:00
gwr
dac3687c31
Make it work with obj dirs. (from Jason Thorpe)
1995-08-08 21:02:04 +00:00
gwr
7eda63e726
Get rid of libnet
1995-08-08 21:00:00 +00:00
gwr
b090a64678
Add bcea[] here now that is is gone from arp.c
1995-08-08 20:59:07 +00:00
gwr
59078e8a4b
Cosmetic (fix order)
1995-08-08 20:57:51 +00:00
gwr
239821855f
Add default value for SHMMAXPGS (from Jason Thorpe - fixes PR#1220)
1995-08-08 20:56:45 +00:00
gwr
c96c328a9d
Use old-style function definitions (like the sparc driver).
1995-08-08 20:54:08 +00:00
gwr
2a3eef935e
Improve handling of a device that "sits on" the bus (from Jason Thorpe)
1995-08-08 20:53:16 +00:00
gwr
9ede017ccb
Set TIMEZONE=0, DST=0 (which is correct for the hardware clock).
1995-08-08 20:51:26 +00:00
gwr
9df0a9a560
Add boot_sun3.8
1995-08-08 20:46:20 +00:00
gwr
19969f2fe2
Use RPCAUTH_UNIX in requests to please picky NFS servers.
1995-08-08 20:43:43 +00:00
gwr
b80cb1aea6
Fix examples of names the Sun PROM looks for in /tftpboot (PR#804)
1995-08-08 20:34:05 +00:00
gwr
8894b953f7
Add man8.sun3
1995-08-08 20:24:08 +00:00
gwr
3f4776bec8
Some man pages (mostly from the sparc port).
1995-08-08 20:23:08 +00:00
gwr
2e82cb0366
Add man4.sun3
1995-08-08 20:20:58 +00:00
gwr
3f7b5d9f70
Some man pages (mostly from the sparc port).
1995-08-08 20:18:53 +00:00
thorpej
0b486f9aa0
Add bounds_check_with_label().
1995-08-08 06:23:08 +00:00
mycroft
e4413d1a10
Fix another comment.
1995-08-07 14:26:51 +00:00
mycroft
f657f5bf3e
Make this interface simplex. It's more efficient, and sidesteps the
...
problem of receiving our own multicasts in promiscuous mode. Also, fix
some outdated comments.
1995-08-07 14:16:26 +00:00
jonathan
19e02269b2
New-style config (config.new) autoconfiguration code for Decstation
...
turhsturbochannel machines. Lifted wholesale from cgd's Alpha
turbochannel code, with changes that reflect the slightly different
bus topology and `slot' numbering on Decstations.
1995-08-07 07:07:43 +00:00
mycroft
8e77047f2c
Make new-style core dumps.
1995-08-07 06:13:57 +00:00
mycroft
89becae2d5
Implement fetch_core_registers. Floating point needs work.
1995-08-06 20:38:41 +00:00