briggs
|
b895726b5c
|
MACCCLASSIC is Color classic. And it's more like an LC than hopeless.
|
1995-09-21 01:56:31 +00:00 |
jonathan
|
0641f09bfb
|
Include <sys/mount.h>, as the new <sys/syscallargs.h> won't compile without it.
|
1995-09-20 23:33:25 +00:00 |
briggs
|
de36f970fb
|
Fix a few oversights. From Walter Ruetten <walter@ghpc8.ihf.rwth-aachen.de>
|
1995-09-20 13:03:21 +00:00 |
jonathan
|
2991316b06
|
Remove unecessary references to arch/sparc/rcons/raster.h, and some other lint.
|
1995-09-20 05:36:13 +00:00 |
jonathan
|
3589d052f0
|
Add gory debugging, because I don't have access to a MAXINE to test
the baseboard framebuffer driver with rcons and it reportedly didn't work.
|
1995-09-20 05:19:54 +00:00 |
jonathan
|
d0c0f7f738
|
Fix initialization of MAXINE xcfb as console.
|
1995-09-20 05:13:06 +00:00 |
jonathan
|
df58dc7d89
|
Change the signature of interrupt-handlers to take a void *
(a pointer to the softc) and return an int (indicating spurious
interrupts or other conditions.)
|
1995-09-20 04:33:00 +00:00 |
thorpej
|
3253873a9e
|
Use `files.ultrix'
|
1995-09-20 00:25:44 +00:00 |
thorpej
|
03c87b6ebc
|
Use `files.osf1'
|
1995-09-20 00:20:18 +00:00 |
thorpej
|
a11f0c987e
|
Compile kernel with -Werror and -fno-builtin.
|
1995-09-19 23:57:55 +00:00 |
thorpej
|
970f736653
|
Compile the kernel with -Werror -fno-builtin.
|
1995-09-19 23:54:29 +00:00 |
thorpej
|
c9dfdd20b6
|
Compile the kernel with -Werror and -fno-builtin.
|
1995-09-19 23:48:41 +00:00 |
thorpej
|
ad05d707bf
|
Compile the kernel with -fno-builtin.
|
1995-09-19 23:34:06 +00:00 |
thorpej
|
2d61359f60
|
Compile the kernel with -Werror and -fno-builtin.
|
1995-09-19 23:33:12 +00:00 |
thorpej
|
5ac5b98a9c
|
Compile the kernel with -Werror and -fno-builtin
|
1995-09-19 23:32:21 +00:00 |
thorpej
|
065ee11549
|
Compile the kernel with -Werror and -fno-builtin.
|
1995-09-19 23:30:54 +00:00 |
thorpej
|
a7417b3ca6
|
Compile the kernel with -fno-builtin.
|
1995-09-19 23:28:06 +00:00 |
thorpej
|
b903d705da
|
Compile the kernel with -Werror and -fno-builtin.
|
1995-09-19 23:26:58 +00:00 |
thorpej
|
bca85a86b1
|
Compile the kernel with -fno-builtin.
|
1995-09-19 23:25:29 +00:00 |
thorpej
|
7d7396c414
|
Make system calls conform to a standard prototype and bring those
prototypes into scope.
|
1995-09-19 22:53:47 +00:00 |
briggs
|
516ddf511f
|
Wrap only the message in ifdef DIAGNOSTIC.
|
1995-09-19 03:18:15 +00:00 |
pk
|
c030fa6ef2
|
Install in /usr/mdec
|
1995-09-18 23:33:42 +00:00 |
pk
|
aa41c30406
|
Don't strip bootxx on installation.
|
1995-09-18 23:32:41 +00:00 |
pk
|
4025edc861
|
Make this compile again by calling readdisklabel() with a dummy strategy routine.
XXX - need some reorganization to this from xdopen().
|
1995-09-18 23:26:39 +00:00 |
pk
|
371dd67d56
|
sync filesystems just prior to writing the bootblocks to the raw device.
|
1995-09-18 22:36:19 +00:00 |
pk
|
974115eb54
|
Adapt to libsa changes & some other minor nits.
|
1995-09-18 21:31:44 +00:00 |
chuck
|
05f929580f
|
read superblock into &sblock rather than LOADADDR. we can't read
into LOADADDR because it can't be mapped into DVMA space. this fixes
a dvma panic on a sun4 boot from an xd disk.
|
1995-09-18 20:24:53 +00:00 |
chuck
|
24ba08adca
|
Fixed RELOC's to be hex numbers (as expected) rather than decimal.
(e.g. s/340000/0x340000/). Fixes DVMA panic on my sun-4/280 when
booted diskless.
|
1995-09-18 19:52:15 +00:00 |
briggs
|
909842fb1f
|
Correct jClkNoMem address for C650 from
nick@csua.berkeley.edu via Walter Ruetten.
|
1995-09-18 13:55:09 +00:00 |
briggs
|
e8dbcda856
|
Do not define MIN_PHYS here--it is m.d..
|
1995-09-18 13:52:43 +00:00 |
briggs
|
cb5010a4fe
|
Fix a spelling slight. Grab the faulting address if nofault in bus error.
|
1995-09-18 13:51:25 +00:00 |
briggs
|
927d165081
|
Optimize the via interrupt processing routines a tad. From
chas@ohm.nrl.navy.mil (Charles J. Williams).
|
1995-09-18 03:15:43 +00:00 |
jonathan
|
c8a3bfd5ed
|
Update files.pmax to use Ted Lemon's port of the sparc rcons glass-tty fb
driver, the "generic" fb pseudo-device driver, and dev/cons.c.
Update an example new-config file (NEWCONF) to use them.
|
1995-09-18 03:09:03 +00:00 |
jonathan
|
9e925a1b42
|
Add cdevsw and bdevsw entries for the machine-independent sd and st drivers.
Add cdevsw and bdevsw entries for the old-pmax tz SCSI tape driver, and
add a do-nothing definition of the requisite tzdump().
|
1995-09-18 03:04:53 +00:00 |
jonathan
|
e18d468a1a
|
move DEC qvss/pm - compatible (kernel tracks mouse) mouse-input parser
to qvss_compat.c Move low-level mouse initialization to lk201.c.
|
1995-09-18 03:01:22 +00:00 |
jonathan
|
6d9de6f768
|
Fix qvss/pm compatible ioctl to set colormap entry.
|
1995-09-18 02:57:31 +00:00 |
briggs
|
cb4eb50b28
|
Change HwCfgFlags4 to something a bit more mnemonic.
|
1995-09-17 21:28:33 +00:00 |
pk
|
f447526366
|
vmes => vmes0
|
1995-09-17 21:11:13 +00:00 |
pk
|
11f1ea06af
|
These files have moved to sys/dev/rcons.
|
1995-09-17 21:08:25 +00:00 |
pk
|
2c523b5941
|
Remove rcons lines.
Add cgtwo.
|
1995-09-17 21:03:36 +00:00 |
pk
|
30150218f5
|
Add cgtwo0.
|
1995-09-17 21:02:56 +00:00 |
pk
|
c5bc107461
|
cgtwo framebuffer, cloned from cgthree.c and sun3's cg2.c.
Note: untested, shall be considered a framework to get things started..
|
1995-09-17 20:53:43 +00:00 |
pk
|
c92d076f5b
|
Change interface to th `fb' pseudo device to not need the major device
number (a la sun3).
Put in new glue for rcons.
|
1995-09-17 20:43:39 +00:00 |
pk
|
b89096d14f
|
Remove all rcons related stuff from `fbdevice'; this is now defined in
dev/rcons/rcons.h.
|
1995-09-17 20:41:30 +00:00 |
briggs
|
1c8c505974
|
Fixes from Walter Ruetten <walter@ghpc8.ihf.rwth-aachen.de>
to avoid panic()s when we read the PRAM values while ROM
vectors are missing.
|
1995-09-17 18:51:40 +00:00 |
briggs
|
b528dcf5c2
|
Fix from Walter Ruetten <walter@ghpc8.ihf.rwth-aachen.de>
to prevent his last changes from causing a panic if some
values are not filled in in the ROM vector table.
|
1995-09-17 18:50:17 +00:00 |
briggs
|
c4250f7102
|
Add rom vector for LCIII from Peter Kohler (kohler@ife.ee.ethz.ch)
via Walter Ruetten <walter@ghpc8.ihf.rwth-aachen.de>.
|
1995-09-17 05:22:57 +00:00 |
pk
|
a32163f292
|
Correct some prototypes.
|
1995-09-17 00:50:54 +00:00 |
pk
|
f97c30e5fe
|
Network booting; "oldmon" support; combine all functionality in single images.
Many thanks to Gordon Ross and Chuck Cranor for figuring out and testing
the old monitor (sun4) stuff.
|
1995-09-16 23:20:22 +00:00 |
briggs
|
a106882a85
|
Only use PIO instead of PDMA if DRIVER_NOINT.
|
1995-09-16 18:22:33 +00:00 |