chopps
d4d4e26055
ed driver for 8390 based ethernet boards (currently only hydra supported)
...
original code from Timo Rossi <trossi@bedivere.cc.jyu.fi>, some major
style changes (KNF, pull i386 comments in, et al.) plus converting to
config.new by me.
1994-07-16 02:26:05 +00:00
chopps
bea44f01a5
bring up to date with siop.c
1994-07-10 23:00:29 +00:00
chopps
4ca4be7f46
fix typo that was blowing away MMU table root pointer on A3000's :)
1994-07-07 16:56:21 +00:00
chopps
a874624a13
make disklabel code more sane
1994-07-06 20:51:14 +00:00
chopps
d4688f7275
remove stranded .globl's
1994-07-06 05:25:25 +00:00
chopps
047231b39c
similar changes as the hp300 for FPSP.
1994-07-06 04:33:31 +00:00
chopps
ce933c6d23
update for FPSP changes (taken from hp300)
1994-07-06 03:56:44 +00:00
chopps
5000b8947b
conditional FPSP stuff.
1994-07-04 20:27:44 +00:00
chopps
39be43d67f
move to new disk minor encoding (parts have lowest 4 bits instead of 3)
...
remove multiple inclusions protection from varargs.h
1994-07-04 19:39:59 +00:00
chopps
3f9c050090
move to new disk minor encoding (parts have lowest 4 bits instead of 3)
1994-07-04 19:37:51 +00:00
chopps
983c19d69d
increase SYSPTSIZE to 2 to accommodate zthreebus devices.
1994-07-02 21:16:36 +00:00
chopps
55713234f3
couple fixes from Michael. 2091 now uses 24bit only dma (oops)
1994-07-02 21:15:10 +00:00
chopps
f9e885c22e
remove exec_aout.h
1994-07-02 15:53:56 +00:00
chopps
f3ac12d5c9
some aga cleanup from osymh@gemini.oscs.montana.edu (Michael Hitch)
1994-06-30 11:49:05 +00:00
chopps
d64a1b73b1
aga mode, finally.. thanks to osymh@gemini.oscs.montana.edu (Michael Hitch)
1994-06-29 13:12:43 +00:00
chopps
43f5db7cf8
some fixes from Michael
1994-06-27 04:56:29 +00:00
chopps
3252e2de20
some minor changes
1994-06-27 04:55:58 +00:00
chopps
a4f9f62cf0
recognize amix partitions that are of bsd 4.2 type.
1994-06-27 04:55:38 +00:00
chopps
de7b5347d1
some various fixes from ahh@netcom.com (Andy Heffernan)
1994-06-23 05:39:09 +00:00
chopps
7eb080aa23
fix spelling.
1994-06-23 05:33:20 +00:00
chopps
d6f84d665c
fix to writeback code from Michael Hitch, and some cleanup in cc.c from me
1994-06-23 05:31:24 +00:00
chopps
b61b170f3b
update from michael.
1994-06-23 05:28:04 +00:00
chopps
3c6012bd2a
cleanup from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-06-22 16:20:48 +00:00
chopps
99b0889a3c
cleanup and recognize the a1200.
1994-06-22 16:19:55 +00:00
mycroft
98b9a45ec0
Clean up deleted files.
1994-06-22 06:51:28 +00:00
chopps
487fcdc736
a3000 hack
1994-06-21 04:06:45 +00:00
chopps
ebc68d94ba
no gvp series I yet. and if_le.c from Rob Healey (rhealey@aggregate.com)
1994-06-21 04:02:13 +00:00
chopps
63bcbe359b
fix protection around arpintr().
1994-06-21 03:59:29 +00:00
chopps
29724524e2
add ethernet driver to GENERIC and remove now uneeded ETHER options
1994-06-21 03:58:50 +00:00
chopps
bdb7b94b26
fixed a couple bogons with continueation and motoroff.
1994-06-20 06:36:47 +00:00
chopps
85e97e0839
remove last (!?) of HAVEVAC code.
1994-06-20 02:30:17 +00:00
chopps
3f5f0825a8
make smaller remove lots of networking options
1994-06-20 02:29:51 +00:00
chopps
6717b573b6
don't set 040 specific flush flag if not 040 system.
1994-06-20 02:23:12 +00:00
chopps
0948cd9d55
add back adosfs
1994-06-17 20:06:50 +00:00
chopps
d4b5e243c8
must use file system blocks that are multiples of CLBYTES. (for now)
1994-06-16 15:06:49 +00:00
chopps
fab45fa1a2
add eclockfreq. remove physstrat from machdep and cleanup a little.
1994-06-16 15:04:59 +00:00
chopps
779ae81038
fix boot diag output.
1994-06-16 14:28:42 +00:00
chopps
3790c833ed
some cleanup and added passing of timer frequency
1994-06-15 19:17:36 +00:00
chopps
8c6621ad70
clock now uses passed in frequency if present protect dma cache
...
flush calls from non 040. don't compile ite_xx if not used.
1994-06-15 19:05:55 +00:00
chopps
1f0030e824
include more device .h files, update Makefile.amiga to use new
...
vnode_if.x gerating procedure
1994-06-15 19:04:20 +00:00
chopps
976b4fa5a1
now uses passed in timer frequency.
1994-06-15 19:02:35 +00:00
chopps
cb16e0c4cc
remove dumb comment of mine.
1994-06-14 01:01:56 +00:00
chopps
ff496d00ee
don't flush cache on context switches for 040's, reduce flushing
...
on dma operations. code from me and Michael Hitch
1994-06-14 00:58:05 +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
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
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