simonb
353ca54019
Move memory sizing to a new function memsize_scan(), and add an empty
...
stub for memsize_bitmap() to use the PROM bitmap for memory information.
Add a memsize function pointer to the platform structure, and make all
existing DECstation models use memsize_scan() for now.
Interestingly, from the Ultrix cpuconf.{c,h} only the 3100 and 5400 use
a memory scan to determine available memory - all other models use the
PROM bitmap...
1999-11-25 01:40:22 +00:00
augustss
961d4d6ad2
Change CS4297 id entry.
1999-11-24 23:21:01 +00:00
augustss
df60fd6eac
Regen.
1999-11-24 23:18:07 +00:00
augustss
ae1dcc2dc0
Comment out some entries for Entrega serial adapters. These entries
...
are only relevant before firmware download.
1999-11-24 23:17:27 +00:00
augustss
c156651eb9
Avoid the special when disconnecting devices with no config descriptor.
...
It was wrong.
1999-11-24 23:14:39 +00:00
augustss
bb2a9b3008
Add some more debug printing.
1999-11-24 23:13:19 +00:00
scottr
2454426afe
Take a cue from the i386 port: Enable DHCP by default, rather than
...
BOOTP.
1999-11-24 22:01:19 +00:00
drochner
cfabac64f5
fix vm_page initialization for the case where kernel+symbols+tables
...
exceed 16M
1999-11-24 18:32:50 +00:00
drochner
b1f2453dee
add a diagnostic panic to catch illegal memory ranges passed to
...
uvm_page_physload()
1999-11-24 18:28:49 +00:00
simonb
93d33f5806
Wildcard 3max {asc,le}0 at tc attachment.
1999-11-24 02:25:37 +00:00
thorpej
635d546dd9
Specify the locators for everything.
1999-11-24 02:10:47 +00:00
thorpej
4d7bdecfce
My 3MAX's config file.
1999-11-24 02:05:40 +00:00
thorpej
7fa174a09e
Specify all the locators for the various devices.
1999-11-24 02:05:12 +00:00
mrg
d4cf67e2d2
s/CEXTRAFLAG/CEXTRAFLAGS/ so it works.
1999-11-24 01:54:34 +00:00
mrg
abc579187f
prefix a variable with "pci_"
1999-11-24 01:53:38 +00:00
simonb
05715b1dbd
Attach asc0 and le0 at tc 5 and 6 respectively - 5000/200 now works again.
...
XXX: Should the turbochannel slot numbers be wildcarded or hardcoded?
It's not as if they can appear anywhere else...
1999-11-24 01:52:06 +00:00
simonb
6a03465ac4
Don't check for additional dc instances yet.
1999-11-24 01:43:38 +00:00
thorpej
11ea81b1c2
Delete now-unreferenced files.
1999-11-24 01:18:13 +00:00
simonb
d6a69159ca
Fix tyop in comment.
1999-11-24 00:18:37 +00:00
thorpej
298f4b27f4
Make separate device lists for the 3100 and 5100, and add a way to probe
...
for optional `dc' devices on the 5100.
1999-11-24 00:04:06 +00:00
fvdl
d901f6eae0
Be more careful to block bio interrupts for some data structures. There
...
were at least a few missed cases where vp->v_{clean,dirty}blkhd were
unprotected since the softdep/trickle sync merge.
1999-11-23 23:52:40 +00:00
augustss
881d3f4735
A little cosmetic.
1999-11-23 20:36:10 +00:00
thorpej
98e19f8e0e
Add an `addr' locator to the `ibus' bus. This allows you to wire down
...
unti numbers on systems which have e.g. multiple `dc' devices on the
internal bus (like the 5100).
1999-11-23 20:07:34 +00:00
leo
761038f279
Correct the test for a free-slot for isa_intr_alloc(). Also issue a warning
...
that should make it clear in which slot the card is expected to be in.
Isapnp is not what it seems to be on the atari (where interrupts are
hardwired to slot numbers).
1999-11-23 14:48:58 +00:00
minoura
c48182e1ae
Add missing `major' entries: md and fd.
1999-11-23 14:17:09 +00:00
simonb
a09d3191a0
Remove leading '/' from pathnames, using same logic as ufs.c. Allows new
...
style (but not yet committed) pmax bootblocks to open "/boot.pmax" on an
ISO image. Same problem reported for NFS by Jason Thorpe.
1999-11-23 12:20:53 +00:00
augustss
2e175b3f88
Avoid 0 blocksize.
1999-11-23 08:38:30 +00:00
shin
6378e492c1
RAMDISK = GENERIC + md
1999-11-23 05:08:25 +00:00
scottr
d617933e27
Round out our options with 4bpp framebuffer support, conditional
...
on RCONS_4BPP.
1999-11-23 01:52:52 +00:00
wrstuden
e9c570ec77
Now make an ofwboot.xcf, and XCOFF version of ofwboot. Uses the new
...
fix-coff program.
1999-11-23 01:35:37 +00:00
wrstuden
cd6e26a395
Add fixcoff, a program to be used during a build to help make xcoff'
...
binaries from elf ones.
1999-11-23 01:32:37 +00:00
augustss
17971be39a
Don't used extern on uhcidebug and ohidebug variables.
1999-11-22 21:57:09 +00:00
jdolecek
e55cd100f8
minor stylistic change
1999-11-22 19:15:12 +00:00
jdolecek
5d1658a740
don't prototype Debugger() here, including <sys/sytm.h> is enough
1999-11-22 19:05:32 +00:00
jdolecek
5b50e62cbb
don't prototype Debugger() here, i't done in <sys/systm.h>
1999-11-22 19:01:50 +00:00
jdolecek
b9d5c93b1c
Debugger() --> cpu_Debugger(), include <sys/sytm.h> for it's prototype
...
remove obsolete comment
1999-11-22 19:00:57 +00:00
jdolecek
9986dd3f7d
Debugger()/cpu_Debugger() is always available and always defined/prototyped
...
in <sys/systm.h> for sun3/sun3x, even in non-DDB case
1999-11-22 18:34:00 +00:00
jdolecek
aca868ca69
previous is true even for sun3x
1999-11-22 18:05:41 +00:00
jdolecek
a0d86c452f
sun3 has cpu_Debugger() and hence Debugger() available even in non-DDB case
1999-11-22 16:53:59 +00:00
tsubai
1acee6a50f
Remove D-I cache synchronization code in setregs(). MI part has it now.
1999-11-22 13:31:44 +00:00
tsubai
668b553d53
Need opt_compat_netbsd.h.
1999-11-22 13:26:59 +00:00
tron
82d9324e38
Remove duplicate IPv6 options.
1999-11-22 08:14:05 +00:00
itojun
0cea637239
merge SHARK.v6 into SHARK.
1999-11-22 05:17:33 +00:00
sommerfeld
17d170b1ca
defopt COM_DEBUG, COM_HAYESP, and COM16650
1999-11-22 03:53:38 +00:00
shin
1cf30597ea
forgot to change 'VRKIU_LAYOUT' to 'PCKBD_LAYOUT'.
1999-11-22 02:14:30 +00:00
shin
49ead2a4a7
add RCS Id.
...
add copyright & license notice.
1999-11-22 02:11:09 +00:00
itohy
3e16beaf22
Add a bunch of "__attribute__((__packed__))"s
...
to get along with the ELF compiler.
1999-11-22 01:14:55 +00:00
perseant
bb2093f24a
Initialize i_ffs_effnlink, so every file doesn't look like it's already been
...
deleted for the purpose of dirops (particularly create and mkdir). Addresses
PR#8815.
1999-11-21 19:25:31 +00:00
is
58f7417063
Call the machine dependent code to do d-cache/i-cache synchronization, for
...
architectures that need it. Without this, at least on Motorola 68040 and 68060
machines, the sigtramp regression test fails.
1999-11-21 17:04:05 +00:00
pk
633fd1e1cc
Check presence of Sbus interrupt properties before using them.
1999-11-21 15:23:01 +00:00