pk
|
e01c46144d
|
Minimalist implementation of KIOC[SG]KEY.
|
1995-05-10 16:04:55 +00:00 |
mycroft
|
8742c18c06
|
Update for slightly modified ARP handling.
|
1995-05-10 14:04:14 +00:00 |
leo
|
7b03e25bf5
|
Print proper machine type at startup. Use 'vfs_shutdown' to sync the
disks.
|
1995-05-10 07:07:30 +00:00 |
leo
|
9804349e4d
|
Ignore HBL/VBL interrupts instead of reporting them as stray as they
can't be turned off on a Falcon.
|
1995-05-10 06:33:31 +00:00 |
leo
|
18976dc656
|
Added machine type detection, the presence of the 2nd MFP determines
if the machine is a Falcon or a TT030. The type is added to 'machineid'.
Interrupt initialisation is now dependend on the machine type.
|
1995-05-10 05:59:27 +00:00 |
briggs
|
725cb78165
|
Actually probe for 881 vs. 882. Also add a case for 040, although it's
really lip-service at the moment.
|
1995-05-10 03:19:00 +00:00 |
brezak
|
d1ba0651cc
|
Cleanup
|
1995-05-08 22:21:29 +00:00 |
brezak
|
c68110e043
|
Remove strings
|
1995-05-08 22:01:34 +00:00 |
phil
|
fae7c89fdd
|
RCS id/header cleanup.
|
1995-05-08 19:37:45 +00:00 |
christos
|
8e536df8d5
|
Added sunos_machdep.c; from Matthew Green
|
1995-05-08 19:14:21 +00:00 |
christos
|
9d460c41af
|
Added sunos_machdep.c [from Matthew Green]
|
1995-05-08 19:13:48 +00:00 |
ragge
|
7d8ace7679
|
Typo
|
1995-05-08 19:10:53 +00:00 |
pk
|
530cf06fbb
|
Adapt declaration to stand.h; PR #1036
|
1995-05-08 18:56:06 +00:00 |
pk
|
9ca43d7c14
|
Remove -I/usr/include from `genassym' line.
|
1995-05-08 18:02:12 +00:00 |
mycroft
|
af7265051f
|
The previous optimization only works for edge-triggered interrupts...
|
1995-05-08 18:00:20 +00:00 |
pk
|
c9d346c81c
|
Refuse to map addresses in a MMU hole; the process will get a SEGV.
Changed mmu_pagein() interface.
Small nit in mmu_entry.
|
1995-05-08 17:56:49 +00:00 |
pk
|
51082874bf
|
Use VA_INHOLE().
Define arguments to mmu_pagein() in terms of MI VM constants; an idea from Theo.
|
1995-05-08 17:53:40 +00:00 |
pk
|
2a3952abeb
|
implement cpu_swapout()
|
1995-05-08 17:50:00 +00:00 |
pk
|
f250262185
|
#define VA_INHOLE() - to test a VA for being in an MMU hole
(and PG_VSHIFT should 29).
|
1995-05-08 17:47:26 +00:00 |
brezak
|
2d93a58abd
|
Don't call hardware close in mixer_close(). From Rolf Grossmann <grossman@informatik.tu-muenchen.de>
|
1995-05-08 17:42:07 +00:00 |
pk
|
9ef5f62072
|
Start swapping.
|
1995-05-08 17:34:20 +00:00 |
brezak
|
05f27a97ce
|
Fix holes in device index space. PR#1028
|
1995-05-08 17:28:51 +00:00 |
brezak
|
f5675abf16
|
Set mixer type for rec and play level set. PR#1027
|
1995-05-08 16:06:38 +00:00 |
chopps
|
79d6c6505e
|
fix a few thinkos
|
1995-05-08 02:52:21 +00:00 |
chopps
|
6a9186c322
|
may now work for asdg boards.. offsets obtained months ago but untestable here
|
1995-05-08 02:40:51 +00:00 |
cgd
|
3ada5aac65
|
ignore the kernel compile dirs for which we provide config files.
|
1995-05-07 22:26:16 +00:00 |
cgd
|
1c04650195
|
protect npxproc usage with #if NNPX. From Bob Baron <rvb@cs.cmu.edu>.
|
1995-05-07 21:07:17 +00:00 |
cgd
|
7bd5b4bfa8
|
oops; vm_pageout.c should include machine/cpu.h, _not_ vm_pager.c
|
1995-05-07 19:27:27 +00:00 |
chopps
|
e84ef6b4af
|
rm unused local vars
|
1995-05-07 16:54:51 +00:00 |
ragge
|
197ff756b0
|
Machine dependent core dump struct added.
|
1995-05-07 16:43:34 +00:00 |
ragge
|
9bdf9bed5e
|
Changed core dump style to generic netbsd format.
|
1995-05-07 16:41:28 +00:00 |
cgd
|
cf08de5cf0
|
needs machine/cpu.h
|
1995-05-07 16:22:40 +00:00 |
chopps
|
2ca98c3cb6
|
enable pseudo-dma on ivsc, allow no ite/grfcc.
|
1995-05-07 15:37:02 +00:00 |
mycroft
|
dbaa7014ef
|
Turn off a debugging printf().
|
1995-05-07 03:27:37 +00:00 |
mycroft
|
8a50716192
|
Fix restore of %fs and %gs in linux_sigcode.
|
1995-05-07 03:16:16 +00:00 |
mycroft
|
4e9f66f9ca
|
Improve Linux signal emulation, and emulate the modify_ldt() call.
|
1995-05-07 02:59:30 +00:00 |
mycroft
|
6e02c4b647
|
Add a copy of the user code and data descriptors in the GDT.
|
1995-05-06 20:30:14 +00:00 |
mycroft
|
5c75c8b7ad
|
Use global definitions of i386_[gs]et_ldt_args.
|
1995-05-06 19:21:37 +00:00 |
mycroft
|
7a69a9c95b
|
Define i386_[gs]et_ldt_args here.
|
1995-05-06 19:19:57 +00:00 |
briggs
|
56b5c26854
|
Get rid of a printf() that got left behind in the probe.
|
1995-05-06 18:44:48 +00:00 |
briggs
|
c4cb3e244c
|
Probe this like the other devices.
|
1995-05-06 18:33:19 +00:00 |
mycroft
|
e97a07b5a4
|
Add stub for linux_modify_ldt().
|
1995-05-06 18:17:15 +00:00 |
mycroft
|
2b0696ff3c
|
Add linux_modify_ldt(), if __i386__.
|
1995-05-06 18:16:35 +00:00 |
ragge
|
372dd89e62
|
Kernel message buffer implemented.
|
1995-05-06 00:08:28 +00:00 |
brezak
|
8951a20fe2
|
Auto-select open mode when opened half-duplex. From John Kohl. PR#1006
|
1995-05-05 22:36:14 +00:00 |
mycroft
|
524c9c7f2a
|
Use nvram.h.
|
1995-05-05 22:28:17 +00:00 |
mycroft
|
8fc6a61adc
|
Add definitions for NVRAM equipment byte.
|
1995-05-05 22:08:43 +00:00 |
leo
|
8b4abb7503
|
Fix error in handling FPU types.
|
1995-05-05 16:39:14 +00:00 |
leo
|
231b64341e
|
Fix bug on handling HD-floppy's.
|
1995-05-05 16:38:05 +00:00 |
leo
|
ec3a1cd9f7
|
Define dma_drvmode correctly
|
1995-05-05 16:36:57 +00:00 |