Commit Graph

305 Commits

Author SHA1 Message Date
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
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
chopps
2f46860fc9 z buses early config support, needs testing. 1994-06-03 00:30:27 +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
chopps
1756d741f7 bring some good ideas over from hp300 port. 1994-06-01 19:34:32 +00:00
chopps
6a73a3cd2e MIN/MAX->min/max 1994-05-31 03:11:42 +00:00
chopps
1af1586c0f no more V_SWTCH, moved from cpu_switch to cpu_exit.
pointed out by osymh@gemini.oscs.montana.edu (Michael Hitch)
1994-05-29 06:58:25 +00:00
chopps
fb2022076c 5380 driver update from from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1994-05-29 04:49:51 +00:00
chopps
3a8a759a16 new floppy driver from me to replace the old one. 1994-05-29 01:44:26 +00:00
cgd
1d60e37a67 mirror recent i386 changes to conf and regarding profiling in trap
and swtch nameing changes.
(RCS file fixup)
1994-05-28 07:53:03 +00:00
cgd
281411e049 resistance is futile, you will be assimilated.
amiga goes: config.new *and* /sys/scsi.
clock code coerced into a single .c file adding an accurate usec delay().
disklabel.c updated to DTRT, code to write RDB's to be added soon.
sbic (old scsi) converted over to new scsi and config this covers about
90% of users.  Other drivers soon.
(RCS file fixup)
1994-05-28 07:52:19 +00:00
cgd
317428ff1d dummy, to keep versions consistent.
(RCS file fixup)
1994-05-28 07:50:14 +00:00
cgd
6c930b5d00 old rev 1.12 and 1.13:
incorpaorated floppy code from Brad Pepers, needs work doesn't work on my
machine.  more clenaup in trap.c
and:
fp -> fd, consistency good. [nameclash bad.]
(RCS file fixup)
1994-05-28 07:49:20 +00:00
chopps
db8f5bf677 now uses new type of init bootstrap 1994-05-27 10:32:07 +00:00
chopps
0ad37a4913 fix typo 1994-05-26 03:05:01 +00:00
chopps
b472ce43d7 update from steve. 1994-05-26 01:55:43 +00:00
chopps
d5fa055da6 add beginning of support for series I controllers doesn't work yet. 1994-05-25 21:55:04 +00:00
chopps
54223721ec fix le line 1994-05-25 21:54:09 +00:00
chopps
1d10219c6a add AMIX dostype and some changes (hacks) to RDB code. 1994-05-25 21:48:48 +00:00
chopps
11a73d2aae MIN() -> min() 1994-05-25 11:32:38 +00:00
chopps
62843870cc update to work with new m68k frame and recent vm changes. 1994-05-25 07:59:57 +00:00
mycroft
025966a1f9 Clean up deleted files. 1994-05-25 07:59:21 +00:00
chopps
48eb278b08 add arch/m68k/m68k/copy.s 1994-05-25 07:59:02 +00:00
chopps
9caa601ebe get up-to-date with recent vm changes and also with change of
m68k frame.
1994-05-25 07:58:24 +00:00
chopps
e3d00a46da lowercase options in files.amiga.newconf required, remove SYS* for now
from GENERIC and remove old configs that serve no current purpose.
1994-05-22 19:33:25 +00:00
mycroft
3534cfc77a Clean up deleted files. 1994-05-22 19:33:24 +00:00
chopps
0988229112 lowercase options in files.amiga.newconf required, remove SYS* for now
from GENERIC and remove old configs that serve no current purpose.
1994-05-22 19:33:23 +00:00
chopps
37a723b0f0 fix check for configured device in interrupt routine. 1994-05-22 19:05:10 +00:00
chopps
6e1e1f9a6b an ide driver and hack reload device to do symbols.
from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-05-22 07:22:10 +00:00
chopps
3e38213ded add md_coredump 1994-05-21 10:07:04 +00:00
chopps
4d3b82713d bye MAXFDESCS 1994-05-21 10:06:31 +00:00
chopps
9af91bf2ed sys/vmmeter.h, sys/user.h and vm/vm.h shuffle. 1994-05-21 10:05:27 +00:00
chopps
ffcb3329e3 need to include vnode.h 1994-05-19 08:51:44 +00:00
chopps
6f82f6fb4a add cpu_coredump from i386/vm_machdep.c 1994-05-19 08:28:57 +00:00
chopps
6ceb224667 mirror recent i386 changes to conf and regarding profiling in trap
and swtch nameing changes.
1994-05-18 16:05:04 +00:00
chopps
4b420ae51e just include common m68k version 1994-05-16 05:17:05 +00:00
chopps
ef38811633 move mysterious dk_establish() stub routine from gtsc driver to disksubr.c 1994-05-16 05:08:26 +00:00
chopps
9397020698 remove uneeded function from ser.c and fix common bad arg to sbicintr() in ahsc
and atzsc
1994-05-16 04:55:05 +00:00
chopps
2b6b69bbb3 ()'s for macro args, sheesh. 1994-05-16 04:52:43 +00:00
chopps
e764a84440 add macro and fix typo. 1994-05-16 04:50:43 +00:00
chopps
90660bcd58 remove SYSVSHM 1994-05-16 04:50:03 +00:00
chopps
13e5e05cdb setrq -> setrunqueue 1994-05-13 06:06:59 +00:00
chopps
5311b63b87 ifdef out use of scsi_xfer->req_sense_length for now.. 1994-05-12 06:43:09 +00:00
chopps
4a2330f45d new scsi siop drivers and zthreebus support from
osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-05-12 06:00:05 +00:00
chopps
c1de856362 update from osymh@gemini.oscs.montana.edu (Michael L. Hitch) add support
for zthreebus siop scsi drivers and better machine recocgnition.
1994-05-12 05:56:28 +00:00
chopps
92c4eec4e6 update to new ioctl names 1994-05-11 19:09:29 +00:00
chopps
b08b714bd3 general cleanup including boot diag messages. 1994-05-11 19:06:40 +00:00
chopps
7061e64af2 compile genassym static and add adosfs to GENERIC 1994-05-11 19:03:33 +00:00
chopps
020b93a9ed fix mmutype recocgnition cleanup cpu identify and other boot diags. 1994-05-11 19:02:53 +00:00
chopps
0c5b43e133 update for recent sig changes and fix clock.c and ite.c 1994-05-09 06:38:37 +00:00
chopps
e9ea2b3d91 update for recent sig changes and fix clock.c 1994-05-09 06:37:56 +00:00
chopps
2434886725 a few files that were forgoton in the last batch. 1994-05-08 05:56:18 +00:00
chopps
be30ea7c3e oops forgot one. 1994-05-08 05:54:39 +00:00
chopps
571ade5c16 resistance is futile, you will be assimilated.
amiga goes: config.new *and* /sys/scsi.
clock code coerced into a single .c file adding an accurate usec delay().
disklabel.c updated to DTRT, code to write RDB's to be added soon.
sbic (old scsi) converted over to new scsi and config this covers about
90% of users.  Other drivers soon.
1994-05-08 05:53:56 +00:00
mycroft
5e4319c56b Clean up deleted files. 1994-05-08 05:53:54 +00:00
chopps
15d4cf6bf9 resistance is futile, you will be assimilated.
amiga goes: config.new *and* /sys/scsi.
clock code coerced into a single .c file adding an accurate usec delay().
disklabel.c updated to DTRT, code to write RDB's to be added soon.
sbic (old scsi) converted over to new scsi and config this covers about
90% of users.  Other drivers soon.
1994-05-08 05:52:54 +00:00
mycroft
86f62e991f Clean up deleted files. 1994-05-08 05:52:51 +00:00
chopps
13a0aa4ee0 resistance is futile, you will be assimilated.
amiga goes: config.new *and* /sys/scsi.
clock code coerced into a single .c file adding an accurate usec delay().
disklabel.c updated to DTRT, code to write RDB's to be added soon.
sbic (old scsi) converted over to new scsi and config this covers about
90% of users.  Other drivers soon.
1994-05-08 05:52:49 +00:00
mycroft
c9b7e4389f Clean up deleted files. 1994-05-08 05:52:34 +00:00
chopps
6ea80db90c resistance is futile, you will be assimilated.
amiga goes: config.new *and* /sys/scsi.
clock code coerced into a single .c file adding an accurate usec delay().
disklabel.c updated to DTRT, code to write RDB's to be added soon.
sbic (old scsi) converted over to new scsi and config this covers about
90% of users.  Other drivers soon.
1994-05-08 05:52:11 +00:00
chopps
18e7e67be3 fix tags. 1994-05-08 05:47:07 +00:00
chopps
36de8a074d update to match current proc flags. 1994-05-04 07:35:33 +00:00
chopps
2ad38fe7cd change mmap to vmpte to avoid nameclash with the syscall. 1994-04-29 10:50:06 +00:00
chopps
1996d53f08 don't reinit board twice if it works once. 1994-04-26 03:48:08 +00:00
chopps
17d245f3af fix form hp300. 1994-04-24 12:05:28 +00:00
chopps
381a97f597 add commented out options for selecting font. 1994-04-22 22:10:26 +00:00
chopps
31245469cf update to deal with ttyflags from tsarna@endicor.com (Ty Sarna),
major design changes by me which include shrinking of ring buffer
size from 16k to 256 bytes and removing code that realloced the
clists for the tty from default to 8192 (was using 24k) suggested
as suggested by theo.
1994-04-22 10:44:30 +00:00
chopps
d4476c6ffc fix typo. 1994-04-22 02:54:29 +00:00
chopps
daeed471a2 spaces pasted should be tabs 1994-04-22 02:53:54 +00:00
chopps
aa8be88b4d eek paste accidental spaces. 1994-04-22 02:47:35 +00:00
chopps
49c7544f02 changes to make fd work better (not done yet) from Michael Hitch
(osymh@montana.edu)
1994-04-22 02:20:48 +00:00
chopps
be65617ad8 changes to allow fd as boot device. 1994-04-22 02:19:05 +00:00
chopps
75ab227d57 grab new net changes from hp300/mchdep.c 1994-04-22 01:48:27 +00:00
mycroft
6e0541d8c5 Clean up deleted files. 1994-04-22 01:35:29 +00:00
chopps
ef5abe01ad Changed fonts. Added 2 non (c) fonts kf_8x{8,11}.c retina now uses
kf_8x8.  CC console users can now choose between the provided fonts
or provide there own.
1994-04-22 01:34:53 +00:00
chopps
743895e7c0 make current with recent vm changes. 1994-04-18 04:09:11 +00:00
chopps
bda0c08156 make current with recent vm changes, also clean old from genassym 1994-04-18 04:08:43 +00:00
chopps
0be2dea3b6 add A3000 (we use it in snapshot) and commented GENERIC. (pretty heafty) 1994-04-18 00:25:16 +00:00
cgd
6debdb3c22 kill symbols.{raw,sort}; no longer necessary, with kvm dbs. 1994-04-16 08:37:50 +00:00
mycroft
5052de79df Clean up deleted files. 1994-04-16 08:31:39 +00:00
cgd
e937bc9bfd convert vm system to use new queues. I'll never write code w/queues again. 1994-04-15 07:04:03 +00:00
chopps
a9c190cefa add COMPAT_09 1994-04-15 02:33:04 +00:00
chopps
de318bb111 vmunix? no, we are netbsd. 1994-04-12 15:44:28 +00:00
chopps
fff586b552 fix pretend_tobe hack. from Robert Leland (leland@wacky.acet.org) 1994-04-10 23:16:29 +00:00
chopps
ce42637613 missed a cast. 1994-04-10 21:30:44 +00:00
chopps
172b2ced90 also conform to standard style 1994-04-10 02:28:14 +00:00
chopps
c1a4ced691 protect against multiple inclusion (and be consitent) 1994-04-10 02:06:32 +00:00
chopps
9a9b27b82b little bit of KNiFeing, view and ite ioctl names cleaned. ite bell
values made sensical for users. (that is pitch,msec not period,count)
1994-04-10 00:43:32 +00:00
chopps
3629e4d216 yuck, there has got to be a better way to derive things and copyright them. 1994-04-07 17:43:29 +00:00
chopps
667794048e fp -> fd from (rhealey@aggregate.com)Z 1994-04-07 17:06:44 +00:00