pk
|
e9df09cd2a
|
Make setjmp/longjmp available on non-DDB kernels.
|
1995-03-01 09:26:29 +00:00 |
gwr
|
ad3992c273
|
Call fpu_emulate to handle T_FPEMULI or T_FPEMULD traps.
|
1995-03-01 05:10:36 +00:00 |
gwr
|
04efad1126
|
Add option FPU_EMULATE
|
1995-03-01 05:07:39 +00:00 |
gwr
|
bb34764434
|
Minor tweaks: avoid accidental FPU instructions,
allow DEBUG=-O override on the make command line.
|
1995-03-01 05:07:02 +00:00 |
gwr
|
54c3738c73
|
Add arch/m68k/fpe/fpu_emulate.c
|
1995-03-01 05:05:03 +00:00 |
gwr
|
6ca3d5b258
|
First cut at an mc68881 emulator. Works only for fmovem right now.
|
1995-03-01 04:56:27 +00:00 |
briggs
|
9940bbf358
|
Clean up via.c a good bit--still needs more. Get rid of some timing stuff
that we aren't using at all anymore.
|
1995-03-01 03:48:44 +00:00 |
briggs
|
50721bd46f
|
Raise watchdog timer a tad.
|
1995-03-01 03:47:08 +00:00 |
mycroft
|
4c34be6b52
|
Clean up deleted files.
|
1995-03-01 00:00:00 +00:00 |
cgd
|
8bb0b6790c
|
translate signal numbers for linux compat bins.
|
1995-02-28 23:21:45 +00:00 |
cgd
|
727c7f6f71
|
linux syscall arg gathering, handling, and return.
|
1995-02-28 23:18:03 +00:00 |
cgd
|
0e305fb3f7
|
add linux compat files, included on COMPAT_LINUX
|
1995-02-28 23:10:28 +00:00 |
chopps
|
8449f292fa
|
include new 2060 arcnet device
|
1995-02-28 22:06:05 +00:00 |
chopps
|
2ef7b2e7db
|
new arcnet (2060) device from is@Beverly.Rhein.DE (Ignatios Souvatzis)
|
1995-02-28 22:03:59 +00:00 |
brezak
|
63d3904bce
|
Use irq directly not as a mask
|
1995-02-28 21:47:42 +00:00 |
cgd
|
504990e332
|
fill up device switches, clean up a couple of mistakes.
|
1995-02-27 16:36:07 +00:00 |
gwr
|
60212a408a
|
Use twiddle() in libsa (mycroft's changes)
|
1995-02-24 05:06:43 +00:00 |
gwr
|
776a63c347
|
Call trap() for FP faults (T_FPEMULI*)
|
1995-02-24 05:03:47 +00:00 |
gwr
|
9e1cc93d67
|
Fix mappings of PROM (ctlr,unit,part) to minor numbers.
|
1995-02-24 04:59:51 +00:00 |
gwr
|
3aca3d5d48
|
Make scsi device mappings Sun compatible.
|
1995-02-24 04:58:21 +00:00 |
ragge
|
09a91fa841
|
*** empty log message ***
|
1995-02-24 01:35:08 +00:00 |
mycroft
|
b39bd2f2d3
|
Move common code for finishing a buffer into a separate function.
|
1995-02-23 22:23:40 +00:00 |
mycroft
|
ae95dc7533
|
More disks, tapes, MSDOSFS...
|
1995-02-23 22:22:07 +00:00 |
pk
|
98e7d1b075
|
Clean NONCONTIG stuff, allocate and map pv_table[] in pmap_init() entirely.
|
1995-02-23 20:00:57 +00:00 |
pk
|
02b0f2a929
|
floppy levels.
|
1995-02-23 19:58:16 +00:00 |
pk
|
6af8527cf9
|
cache_flush() only if vactype!=VAC_NONE
|
1995-02-23 19:56:24 +00:00 |
chopps
|
50278838af
|
fix warnings (br#816)
|
1995-02-23 19:14:46 +00:00 |
ragge
|
389584724a
|
Support for uVAXII, new tmscp driver added.
|
1995-02-23 17:53:16 +00:00 |
ragge
|
1e9d064a15
|
Def's for uVAXII added.
|
1995-02-23 17:51:41 +00:00 |
ragge
|
3841fa4dab
|
Support for new CPU type (KA630 == uVAXII) added, tape driver.
|
1995-02-23 17:50:56 +00:00 |
cgd
|
8976ed6a4b
|
add an entry to the 'thanks' section.
|
1995-02-23 02:21:32 +00:00 |
pk
|
e6e777cf5d
|
Reorganize to use fast interrupt handler.
|
1995-02-22 21:37:15 +00:00 |
pk
|
7278038bbd
|
add bsd_fdintr.s
|
1995-02-22 21:32:34 +00:00 |
pk
|
f80c189dc5
|
Defines for floppy trap handler.
|
1995-02-22 21:17:53 +00:00 |
pk
|
366442b2e4
|
Really fix `call n'.
|
1995-02-22 21:16:51 +00:00 |
pk
|
171313384b
|
Floppy trap handler.
|
1995-02-22 21:14:18 +00:00 |
pk
|
6b609180cd
|
Have a variable point at the auxiliary-io register.
|
1995-02-22 21:13:01 +00:00 |
pk
|
a9593288ee
|
More on MACHINE_NONCONTIG: gain back wasted pages (and make it work).
Still more GC required.
|
1995-02-22 21:06:22 +00:00 |
mycroft
|
a01e93cf4e
|
Use the twiddle() from libsa.
|
1995-02-22 08:18:18 +00:00 |
briggs
|
52c429f919
|
Clean up via.c a bit. Still needs lots of work.
|
1995-02-22 01:42:43 +00:00 |
brezak
|
190e2004e6
|
New audio drivers
|
1995-02-21 21:49:10 +00:00 |
cgd
|
715c38c819
|
clean up a bit...
|
1995-02-21 09:52:58 +00:00 |
cgd
|
22fafded22
|
hyphenation foo.
|
1995-02-21 09:18:48 +00:00 |
mycroft
|
f96a1945c5
|
Remove `nboot' completely.
|
1995-02-21 09:16:34 +00:00 |
mycroft
|
85eb2facec
|
Use the libsa exec().
|
1995-02-21 09:06:13 +00:00 |
cgd
|
d56a14b9ae
|
updated version of the readme
|
1995-02-21 08:24:52 +00:00 |
mycroft
|
28983f9e3f
|
Tweak to make the twiddler look better.
|
1995-02-21 06:39:01 +00:00 |
mycroft
|
906d699af5
|
Make the twiddler like libsa.
|
1995-02-21 06:34:58 +00:00 |
brezak
|
559df5705c
|
PSS driver; needs testing with config.new
|
1995-02-21 04:15:03 +00:00 |
brezak
|
39b8de8e12
|
Driver for Windows sound system; not extensively tested
|
1995-02-21 02:28:42 +00:00 |