Commit Graph

12833 Commits

Author SHA1 Message Date
briggs
10fc499f8c Nuke FPCOPROC and add fpu device driver and FPU_EMULATE from sun3.
Still need to figure out how to handle this w/ FPSP on 68040's but
since we're not really using the 68040 yet...
1995-03-29 07:38:34 +00:00
briggs
7a557178ba Get rid of some BARFs and assign some semi-reasonable spl()s... 1995-03-29 07:35:35 +00:00
briggs
9fca93fa60 Nuke FPCOPROC and add FPU_EMULATE to GENERIC.
Support the above with gwr's sun3 stuff.
1995-03-29 07:28:48 +00:00
hpeyerl
217531ad26 Update to reflect reality. 1995-03-28 23:57:20 +00:00
gwr
1012443810 Cosmetic changes suggested by Adam. 1995-03-28 21:29:32 +00:00
jtc
db0046c14d KERNEL -> _KERNEL 1995-03-28 19:59:56 +00:00
jtc
8ba211cde0 Added #define _KERNEL 1995-03-28 18:37:27 +00:00
jtc
71ab4ed9dc KERNEL -> _KERNEL 1995-03-28 18:13:48 +00:00
glass
c6afbf395d Merged with 4.4lite 1995-03-28 17:50:08 +00:00
jtc
a5c856b8c8 KERNEL -> _KERNEL 1995-03-28 17:29:16 +00:00
jtc
ae0b9c2010 KERNEL -> _KERNEL 1995-03-28 17:18:59 +00:00
glass
53bfc2ac1f Merged with 4.4Lite 1995-03-28 16:50:08 +00:00
gwr
cd70d15138 Avoid passing non-ASCII chars to the PROM.
Call PROM at splsoftclock to avoid missing interrupts.
1995-03-28 16:09:41 +00:00
cgd
81cef407d8 fix annoying number consistency bug. 1995-03-28 12:48:45 +00:00
leo
36592a50b1 Make ite ioctl work and fixup the colormap stuff. 1995-03-28 06:35:40 +00:00
leo
95b76828da Add -D_KERNEL to preprocessor flags 1995-03-28 06:29:39 +00:00
leo
4458e46001 Capitalisation of NetBSD fixed. 1995-03-28 06:26:50 +00:00
gwr
0f9e8841da Add _KERNEL 1995-03-28 04:30:45 +00:00
mycroft
5745c084e8 Fix another bogus cast. 1995-03-27 22:14:47 +00:00
mycroft
61b709b720 Remove incorrect cast on lseek() return value. 1995-03-27 21:48:52 +00:00
mycroft
aff93b44b4 Remove unused variable. 1995-03-27 21:44:11 +00:00
mrg
1f2744e6e4 4.4BSD-Lite2 1995-03-27 19:28:50 +00:00
mycroft
657ddd6fde Remove a tiny bit of redundant code. 1995-03-27 18:08:34 +00:00
mycroft
0a3d4f358a It's not necessary to do a GETSTAT before each read. 1995-03-27 16:48:45 +00:00
christos
707488220c Close PR/913. Magic path in magic.5 was incorrect. 1995-03-27 16:16:28 +00:00
mycroft
c61cb27f9c Small garbage collection, and turn off debugging info by default. 1995-03-27 16:04:07 +00:00
glass
e5a8e93b12 points lost 1995-03-27 15:54:30 +00:00
mycroft
306af9bd89 Largely rewritten by me, with some input from Dave Burgess. Implement most of
the CDIOC* calls correctly, improve performance by 10x when interrupts work,
and implement the same generic disk framework as other drivers.
Needs some more work.
1995-03-27 15:45:20 +00:00
mycroft
ad8b7c8c7d Remove some sanity checks that are too restrictive, as suggested by Leo. 1995-03-27 12:59:56 +00:00
cgd
9141ec70a1 change needed for atari; recycle some code for the i386 that was in Lite
that we don't use, but is used by the atari now.  (it should change
to MACHINE_NONCONTIG, too...)
1995-03-27 09:09:05 +00:00
glass
e9d0e83acb merged with 4.4Lite. 1995-03-27 08:46:11 +00:00
glass
1290cb93c0 botched rcsid fix completely.. 1995-03-27 02:24:13 +00:00
gwr
507979e02b Increase ZSSOFT_PRI from 2 -> 3 now that tty ipl is 4. 1995-03-27 01:25:20 +00:00
gwr
b7982644e1 Put spltty at level 4 and adjust others appropriately.
Also, improve the inline _spl() and move it to psl.h
1995-03-27 01:22:50 +00:00
mycroft
eb82f2b314 __timersub --> timersub 1995-03-26 23:36:44 +00:00
mrg
89621f654f 4.4BSD-Lite2 1995-03-26 22:24:18 +00:00
glass
bbb6bf7c90 new rcsid format. small cleanup 1995-03-26 21:45:18 +00:00
glass
843a1dd6bf Merged with 4.4Lite 1995-03-26 20:51:24 +00:00
jtc
f76f1f89ad KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
jtc
7c04233887 KERNEL -> _KERNEL 1995-03-26 20:23:52 +00:00
glass
b6f5f9f2ce Merge with 4.4Lite 1995-03-26 20:14:02 +00:00
jtc
362f2aad7d KERNEL -> _KERNEL 1995-03-26 20:13:37 +00:00
jtc
d5a6ad4fdc The return value of printf is less than 0, not necessarily EOF, on failure. 1995-03-26 20:12:13 +00:00
glass
4815485ee6 Import from 4.4Lite 1995-03-26 19:59:38 +00:00
glass
4ab05d0471 rcsid 1995-03-26 19:54:37 +00:00
gwr
4916e6ce63 Nuke FPCOPROC 1995-03-26 19:38:23 +00:00
gwr
56bbea071a Add/fix some comments. 1995-03-26 19:37:41 +00:00
gwr
1a22be7490 Enable interrupts before autoconfig.
The reasons to do it later no longer exist.
1995-03-26 19:32:31 +00:00
gwr
58662ede8c Enable interrupts before autoconfig (like hp300).
The reasons to do it later no longer exist.
1995-03-26 19:28:29 +00:00
gwr
42d319670c Add "tun" device. 1995-03-26 19:24:16 +00:00