mycroft
f4a9e46aaf
Fix unimportant typos.
1994-06-13 18:54:41 +00:00
gwr
99b3d9f091
Update for new FS code (vnode_if.*)
1994-06-13 15:54:16 +00:00
chopps
6729c03f86
some cleanup and various fixes for new fs code. plus some general
...
fixes from from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-06-13 08:12:30 +00:00
mycroft
b617dc888e
Need to offset cpu_vendor by KERNBASE during startup.
1994-06-11 20:44:13 +00:00
pk
65c532b7a2
Allocate pmap's segmap separately.
...
Keep some tags on segment boundaries to optimise ctx_alloc().
1994-06-10 14:32:54 +00:00
pk
b1912ac2e2
New vnode interface.
1994-06-10 13:03:26 +00:00
pk
ff9c5cdde5
Set `uio_procp' field in case we ever need it.
1994-06-09 20:00:13 +00:00
mycroft
bb4ba15c7f
Add (experimental) 24f handling.
1994-06-08 11:16:49 +00:00
mycroft
3fa62971df
Build vnode_if.o.
1994-06-08 07:51:36 +00:00
chopps
f72a7d2c92
put back simple replacement for pte and ste structs to make code work for now.
1994-06-08 04:14:39 +00:00
chopps
41d76d5fd8
add fix from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-06-07 05:41:51 +00:00
hpeyerl
b3857f73f0
#if out references to cd.c for now.
1994-06-06 14:57:33 +00:00
mycroft
87dcadd3d9
Clean up deleted files.
1994-06-06 14:42:14 +00:00
chopps
d5d4e17e54
forgot to add RETINACONSOLE option
1994-06-05 18:24:44 +00:00
chopps
67a221f5d8
add grfrh (retina ziii) from Donn Cave <donn@u.washington.edu>
...
light cleanup from me.
1994-06-05 07:48:42 +00:00
chopps
c3cb65ac04
add grfrh (retina ziii) from Donn Cave <donn@u.washington.edu>
...
light cleanup from me. floppy changes, should now be solid.
some changes to ite and ms to fix a couple bugs report by Donn.
1994-06-05 07:45:08 +00:00
chopps
07b1d2ada8
add grfrh (retina ziii) from Donn Cave <donn@u.washington.edu>
...
light cleanup from me.
1994-06-05 07:43:34 +00:00
mycroft
90c519034d
Clean up deleted files.
1994-06-05 06:37:50 +00:00
phil
c6d9e1ae96
Blow away last bits of icode.
1994-06-05 06:37:34 +00:00
chopps
cd5921a72f
started out cleaning up amiga_init.c ended up touching alot of files.
1994-06-04 11:58:35 +00:00
chopps
7eca9aa5d4
fix long standing "bug" with pmap. Basically logic/misunderstanding
...
error commited when it was ported from hp300 (mach?). All
8M + amigas now gain ~1M of physical ram (4M hack removed).
Some minor cleanup. HAVEVAC code removed as it is for the hp300.
1994-06-04 05:24:48 +00:00
mycroft
907eccc9de
Shift vn back to major 14.
1994-06-04 02:41:46 +00:00
deraadt
00eb72f54b
two fixes from christos
1994-06-04 01:52:28 +00:00
cgd
9e65b66176
reenable SYSVMSG,SYSVSEM,SYSVSHM
1994-06-03 20:52:09 +00:00
cgd
d3e4051878
kill DDB (again)
1994-06-03 20:28:48 +00:00
mycroft
9bc7771492
Allow the probe to succeed again on 445S cards.
1994-06-03 15:56:18 +00:00
pk
8aa1346476
Profile asm entries also.
1994-06-03 11:48:13 +00:00
hpeyerl
a4c2978e39
Tell config we need .h files for sd/ct/rd/st
1994-06-03 10:51:31 +00:00
gwr
19a8f3b47d
Make buffer_map and phys_map pageable for new VM code.
...
(Thanks to Harry Schreurs, Adam Glass)
1994-06-03 02:08:59 +00:00
gwr
54fc06357a
Fix initialization of keyboard port (works now).
1994-06-03 02:05:18 +00:00
chopps
2f46860fc9
z buses early config support, needs testing.
1994-06-03 00:30:27 +00:00
glass
e501fd2ea1
fix a guess...someone tried to boot it on a 240.
1994-06-02 21:27:50 +00:00
mycroft
9a87e0deef
Increase default NKPDE.
1994-06-02 09:29:01 +00:00
chopps
f1662ba794
define cpu type options
1994-06-02 08:32:58 +00:00
chopps
663ee20f99
more cache goodies from hp300
1994-06-02 08:32:06 +00:00
mycroft
1d82b81e32
Clean up deleted files.
1994-06-02 06:20:39 +00:00
glass
5e54277664
fix a few integration bugs, add vmfault debugging, more ultrix stuff
1994-06-02 06:14:56 +00:00
chopps
1756d741f7
bring some good ideas over from hp300 port.
1994-06-01 19:34:32 +00:00
glass
8f22e98c12
VM_MIN_ADDR -> 0
1994-06-01 18:51:16 +00:00
gwr
7baff66ce6
Cute moving light in the diag LEDs like SunOS does.
...
(OK you can hit me once for frobbing with such useless things :-)
1994-06-01 15:45:39 +00:00
gwr
035efd3e6d
Remove some temporary junk.
1994-06-01 15:39:28 +00:00
gwr
a3f0632097
No longer need V_SWTCH (or any other vmstat stuff) in assembly code.
1994-06-01 15:37:03 +00:00
gwr
3743860a4a
mem.c: Add mmap support to /dev/mem, validate offset for I/O on same.
...
conf.c: Add mmmap, move MEM_MAJ to 3 for SunOS compatibility.
1994-06-01 15:28:15 +00:00
glass
d58065c17b
the evil -G 0 must be used on locore too
1994-06-01 07:38:51 +00:00
glass
8b1cefa2ee
cpu_exec_ecoff_hook() returns a errno
1994-06-01 04:50:30 +00:00
phil
1c6336eec1
conf.c: new style
...
others: new init && clean up
1994-05-31 21:54:31 +00:00
phil
dc474fc5fe
new init
1994-05-31 21:53:31 +00:00
pk
944a09b290
Move misplaced `#ifdef DEBUG'.
1994-05-31 10:20:59 +00:00
chopps
6a73a3cd2e
MIN/MAX->min/max
1994-05-31 03:11:42 +00:00
pk
6b3b8882fb
Restore context before leaving in pmap_protect() & pmap_changeprot().
1994-05-30 20:03:57 +00:00