2320 Commits

Author SHA1 Message Date
chopps
c8cd548fdf from M. Hitch. regarding scsi re-org. 1994-02-01 11:47:20 +00:00
mycroft
5b9e06b5b8 Fix vn. 1994-02-01 06:43:58 +00:00
mycroft
3cb8bf1081 Updated. 1994-02-01 06:43:04 +00:00
deraadt
89200d54e9 as in magnum;
renumber SA_NOCLDSTOP from 4 to 8, to greatly ease binary compatibility
(everybody else uses 8). This breaks previously compiled programs using
SA_NOCLDSTOP, but a search didn't find any programs using it.
Add COMPAT_SUNOS thing called SA_USERTRAMP
1994-02-01 06:41:49 +00:00
deraadt
e9fee9d6d3 sparc runs in current today 1994-02-01 06:01:19 +00:00
mycroft
917ce28c48 Synchronize with magnum branch. 1994-02-01 05:40:11 +00:00
mycroft
b328a4e176 panic() is now varargs. 1994-02-01 05:37:17 +00:00
mycroft
942e48e672 Clean up deleted files. 1994-02-01 05:24:47 +00:00
cgd
73f7c1d72e oops 1994-02-01 04:38:03 +00:00
cgd
b452451cfe new cons.h location, etc. 1994-02-01 03:42:08 +00:00
cgd
f1ab8b020a new location of cons.h 1994-02-01 03:35:06 +00:00
cgd
714078f099 cons.h in /sys/dev now 1994-02-01 03:34:32 +00:00
cgd
712fe70a25 make dev/cons.c standard 1994-02-01 03:33:43 +00:00
deraadt
f2add73a69 remove 4.4 prototypes 1994-02-01 02:51:39 +00:00
deraadt
dcc2cb859c spl prototypes do not belong here (cause people might want to inline them) 1994-02-01 02:45:08 +00:00
deraadt
1f04c4937c sparc needs structures double aligned 1994-02-01 02:41:26 +00:00
chopps
de04af4ed6 removed compiler warnings. 1994-02-01 02:14:21 +00:00
deraadt
7656cdde2c clockintr() calls hardclock with a clockframe * 1994-02-01 02:02:54 +00:00
deraadt
c1d3660b28 pass around a clockframe *' instead of a clockframe' 1994-02-01 01:50:38 +00:00
mycroft
1b37a40b3d Fix that last bug correctly. 1994-02-01 01:04:07 +00:00
pk
92f1bd1c60 Replace a bogus pointer-dereference with something that at least *looks*
more sensible.
1994-02-01 00:29:14 +00:00
mycroft
775954567e #if --> #ifdef 1994-01-31 23:55:06 +00:00
mycroft
c70f4764d7 Specify the byte order. 1994-01-31 23:52:10 +00:00
mycroft
9dd9d2c6af Default to displaying 5 args if size is unknown. Allow for multiple addq's
following the jsr.  Don't try to trace into the user's stack.  Other minor
cleanup.
1994-01-31 23:50:40 +00:00
mycroft
5b6b8b1361 Add appropriate DDB calls on startup. 1994-01-31 17:09:33 +00:00
mycroft
0317b97e04 Remove bogus \ that someone inserted. 1994-01-30 22:14:00 +00:00
mycroft
b20e7826bb GPROF --> PROF 1994-01-30 21:56:15 +00:00
mycroft
f129143885 Use esym now. Note this *requires* using the NetBSD boot block. 1994-01-30 21:18:16 +00:00
mycroft
f2d8e8807d Add a missing ${.CURDIR}. 1994-01-30 20:02:56 +00:00
mycroft
91c1305a51 Don't rely on esym being passed in until I am impressed enough with the new
boot program to switch.
1994-01-30 19:50:21 +00:00
mycroft
19d75d46d4 Remove functions that are defined in libkern or m68k/copy.s. 1994-01-30 19:15:48 +00:00
mycroft
1ef3aa2cc7 Fix Theo's typos. 1994-01-30 18:42:47 +00:00
mycroft
106118de0d Remove bogus declaration. 1994-01-30 18:30:45 +00:00
mycroft
eeef378067 Update for current exec code. 1994-01-30 18:21:47 +00:00
mycroft
d610a47911 Add prototypes for fpreg diddlers. 1994-01-30 17:44:58 +00:00
mycroft
d510b6eb3a PT_[SG]ETFPREGS are not yet implemented. 1994-01-30 17:33:55 +00:00
ws
18673da28a Traditional behaviour is to reset all modes if device isn't open already 1994-01-30 16:41:27 +00:00
deraadt
fa2aa77517 make panic a varargs function 1994-01-30 13:22:05 +00:00
deraadt
5dbd85718b repair seltrue prototype
make panic() a varargs function
1994-01-30 13:21:15 +00:00
chopps
60dc3270f2 Removed chipmem limit for all but GODZILLA, added CEND() copper list macro,
added views back in conf and fixed misc compile warns and errors.
1994-01-30 08:50:17 +00:00
chopps
c056d471ac added pal A2024 mode. 1994-01-30 08:34:47 +00:00
chopps
08c53907fc Re-enabled views, fixed warning in serial driver. 1994-01-30 08:28:12 +00:00
chopps
39dd8d2805 Added PAL mode for A2024 monitor, cleaned A2024 code, added borderblank to all
modes that support it.
1994-01-30 08:25:02 +00:00
briggs
404b8fce6b Update to magnum scsi system. Also added a function to sd.c to map a
scsi target to a disk unit for setroot().  If anyone knows a better way
to do this, please let me know.  The only other way I could think of
would be to add a field in disk.h:struct dkdevice to reference the scsi
target.  Ideally, the correct boot device would be passed in from the
booter.  As we only have one scsi bus (until we support NuBUS scsi
cards), it makes sense to be backward-compatible (especially since mac
weenies seem to need help tying their shoes).
1994-01-30 01:21:12 +00:00
briggs
de456b165a Include-cop. 1994-01-30 01:15:31 +00:00
briggs
c86a4eb235 Include-cop strikes again. 1994-01-30 01:14:49 +00:00
briggs
d110378226 Just playing include-cop. 1994-01-30 01:11:36 +00:00
briggs
eb7f152ad2 Fixup includes and prototype stuff. Still need to go back and put in
old-style function headers to be pedantic.
1994-01-30 01:10:33 +00:00
briggs
df5f6080ef Change to support config.new and magnum-esque scsi code. Works much
more nicely.
1994-01-30 01:08:50 +00:00
mycroft
8b09474e2e Clean up deleted files. 1994-01-30 01:07:03 +00:00