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
jtc
4f919ecd87
updated another instance of old vnconfig -u syntax.
1995-05-06 07:03:18 +00:00
jtc
2d709c7062
flush stdout instead of stderr, so that each block number is displayed
...
as it is printed. From PR 989.
1995-05-06 06:55:34 +00:00
jtc
f96b90209c
update other instance of old vnconfig syntax
1995-05-06 06:51:12 +00:00
jtc
535f5e4053
Small change to allow 8 bit characters in file names. Inspired by
...
patch enclosed in PR #987 .
1995-05-06 06:39:33 +00:00
jtc
86f36c2670
Print error message and exit if TERM is not set.
...
From PR #1015 .
1995-05-06 06:25:07 +00:00
jtc
70843c4eab
Update xterm and pcvt termcap entries to most current versions as per
...
PR #1011 .
1995-05-06 06:19:11 +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
e9368633ee
Added fdxc for HD floppies and rd0 so one is able to mount the install fs
...
on ramdisk rw.
1995-05-05 20:27:26 +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
leo
0d58fa8604
Report "real mem" correctly and make one single module for handling
...
software interrupts.
1995-05-05 16:35:21 +00:00
leo
0dae8a5da7
Remove some unused defines.
1995-05-05 16:33:11 +00:00
leo
60f4c22869
Shift system clocks from TT-mfp to ST-mfp and remove some dead-code.
1995-05-05 16:31:46 +00:00
leo
d64c598f6a
Shift system clocks from TT-mfp to ST-mfp for Falcon.
1995-05-05 16:30:33 +00:00
ragge
29a5673f41
BROKEN_SWAP removed, swapping verified OK.
...
pmap_collect(pmap) added as null define.
1995-05-05 14:13:01 +00:00
ragge
bd890814cf
Removed cpu_set_init_frame() use.
...
Increased default limits of memory use, ridiculously small before.
1995-05-05 10:53:53 +00:00
ragge
f58eb36f82
Removed kernel stack relocation and double-mapping.
...
Speeded up fork() significantly.
1995-05-05 10:47:35 +00:00
mellon
214234c937
Fix MAXine interrupt mask routine
1995-05-05 06:48:14 +00:00
briggs
331e2bd82b
Add some code/defines to differentiate Asante and Interlan/Gator cards
...
correctly with the new nubus code.
1995-05-05 05:40:13 +00:00
jtc
852707219e
Upgrade to Flex version 2.5.2
1995-05-05 05:35:08 +00:00
cgd
8703076975
define BROKEN_SWAP and/or cpu_swapout as appropriate.
1995-05-05 03:41:51 +00:00
cgd
0b2ce5d881
delete some cruft, don't swap if BROKEN_SWAP defined, call cpu_swapout rather than #ifdef
1995-05-05 03:35:39 +00:00
mellon
3ff601e7a1
Don't conditionalize utility routines based on DEBUG flag
1995-05-05 02:45:31 +00:00
jonathan
03c9dc7a48
Fix long-standing bug in NetBSD/pmax interrupt initalization on
...
Turbochannel machines with an IOASIC.
After an interrupt is taken, the IOASIC interrupt enable mask is
and'ed with the kernel's interrupt-mask variable. This masks
off any interrupts that were enabled after the hardware interrupt-enable
mask was set. Due to this bug all iynterrupts must be enabled before
the first interrupt is taken. (Interrupts enabled later aren't on in the
ioasic intr-mask register, so they aren't on in (sirm & kernelmask),
which is what used to get written back to the ioasic interrupt-mask
register. Fixed, and tested on on 3MAX+ but not xine/3min.
If this patch perchance breaks on Xines or 3mins, the old code can be
re-enabled by changing the #if 0 in machdep.c to #if 1.
1995-05-04 19:48:41 +00:00
pk
4c8828e743
init `mode' field in sunaudiogetinfo().
1995-05-04 19:46:31 +00:00
pk
7d244351cf
Add `evcnt' field.
1995-05-04 19:43:27 +00:00
pk
089ab8e266
define audio `evcnt' field.
1995-05-04 19:42:36 +00:00
pk
9e61204b61
Tally interrupts.
1995-05-04 19:41:35 +00:00
cgd
2e0e8fc49d
use the machine-independent definitions for the mc146818.
...
wrap the various uses of the chip (including the uses of the NVRAM on it)
around the new defintions, structures, and functions specified in the header.
1995-05-04 19:39:08 +00:00
cgd
7153343684
two cases to quiet the compiler. perhaps should be fixed differently.
1995-05-04 19:35:20 +00:00
cgd
5d25b2c50e
machine-independent definitions for the Motorola MC146818A Real Time Clock
...
and compatible chips, including the Dallas Semicontuctor DS1287A.
This chip is used in PC's, DECstations, and Alphas, at least...
1995-05-04 19:31:18 +00:00
mycroft
40b72cc7a2
Wrap NGDT and NLDT in parens.
1995-05-04 05:37:39 +00:00
mycroft
78356f06b3
Add two vprint()s, to give more informative panic messages.
1995-05-04 03:11:06 +00:00
mycroft
0175317fc3
If we decide to use IRQ 13, explicitly turn off CR0_NE to be sure.
1995-05-04 00:30:56 +00:00
mycroft
94f4346537
Update a comment to match that last change.
1995-05-04 00:20:40 +00:00
mycroft
f0a42753e4
npxinit() should not be called during autoconfig now. Watch for this
...
condition.
1995-05-04 00:16:40 +00:00
mycroft
e03a827a0a
Move some comments from before npxsave1() to before npxsave().
1995-05-04 00:00:25 +00:00
mycroft
bfef4c14c5
Slight rearrangement, to make the TS handling easier to follow.
1995-05-03 23:09:37 +00:00
mycroft
99224602b4
Only dump the FPU state if the process actually used the FPU.
1995-05-03 23:05:46 +00:00
mellon
139d140728
Ensure that __progname is in .data, not in .sdata
1995-05-03 22:13:15 +00:00
cgd
011aa68805
looks like some extra ')'s were left in here.
1995-05-03 21:38:57 +00:00
mycroft
d23aebf3bb
Fix pccnpollc().
1995-05-03 20:46:32 +00:00