mrg
|
8fcaa99d1b
|
KNF nits.
|
1999-03-22 13:08:51 +00:00 |
ad
|
3ce634a350
|
Added support for cursor keys, function keys and friends. kbdMapChar now
returns 'char *' to do this. Codes returned for the various keys match
what 'rcons' termcap entry expects.
|
1999-03-22 03:25:29 +00:00 |
simonb
|
46c6663ce4
|
Don't prototype ioasicprint() - the prototype is now in
dev/tc/ioasicvar.h and we don't use it here anyway.
|
1999-03-18 06:37:35 +00:00 |
sommerfe
|
bc533621ed
|
defopt MINIROOTSIZE
|
1999-03-17 18:59:21 +00:00 |
nisimura
|
ed09809062
|
- Final cut of TC decoulping.
|
1999-03-16 05:59:01 +00:00 |
nisimura
|
bfdc9ed402
|
- Remove a verbose local variable.
|
1999-03-15 12:03:50 +00:00 |
nisimura
|
eed42e945e
|
- 'DECstation 5100' -> 'DECsysytem 5100'.
|
1999-03-15 11:45:16 +00:00 |
nisimura
|
5871c2b95d
|
- Fix config option name for 3MAX+.
|
1999-03-15 11:41:25 +00:00 |
jonathan
|
c72be5c489
|
Eliminate a divide by 40 from the microtime() path on 50Mhz decstatinos
by approximation using 41/2048. Gains one bit in NTP precision.
|
1999-03-15 09:47:36 +00:00 |
jonathan
|
5965639381
|
Do lk201 non-keyclick setup even when LK_KEY_CLICK not configured.
|
1999-03-15 09:40:56 +00:00 |
nisimura
|
6335e6c176
|
- Rearrangement for TC decoupling with some typo fixes.
|
1999-03-15 07:52:05 +00:00 |
nisimura
|
210ea7eabe
|
- Decouple "ibus" from TURBOchannel.
- Nuke mainbus_softc definition (it's empty).
|
1999-03-15 07:43:05 +00:00 |
nisimura
|
10b5625b87
|
- Nuke old leftover; round three. Remove never-used functions.
XXX Needs to eliminate TURBOchannel exposure here.
|
1999-03-15 01:54:56 +00:00 |
jonathan
|
ef79649fc1
|
MI ioasic softc and child-device structs, gc duplicate struct definitions.
Add MI ioasic functions, but dont enable on alpha until tested.
|
1999-03-15 01:25:26 +00:00 |
mrg
|
c1122adb50
|
delete netbsd.aout and netbsd.ecoff in "make clean"
|
1999-03-15 01:12:00 +00:00 |
jonathan
|
78bc84c223
|
Clean up initializers for pmax ioasic children. Use same struct as alpha.
|
1999-03-14 23:59:53 +00:00 |
jonathan
|
e662ad5ecc
|
Clean up names for SCC interrupt bits.
|
1999-03-14 23:59:03 +00:00 |
simonb
|
e4dd1abb05
|
Merge contents of filesystem.c into conf.c, and remove declaration of
errno from conf.c and put it in boot.c.
|
1999-03-14 00:57:06 +00:00 |
drochner
|
7482575685
|
regdef.h is gone
|
1999-03-13 11:24:59 +00:00 |
drochner
|
0265284ce4
|
This file is unneeded since <mips/regdef.h> went into <mips/asm.h>.
|
1999-03-13 11:24:11 +00:00 |
drochner
|
2b8eb20358
|
Remove unneeded <mips/regdef.h>. Its contents went into asm.h while ago.
|
1999-03-13 11:20:55 +00:00 |
nisimura
|
e846ee9b9b
|
- Nuke old leftover; round two. XXX Still there 3MAX's IOASIC disguise.
Rework will be done in conf/files.pmax, anyway.
|
1999-03-12 08:15:27 +00:00 |
nisimura
|
57edf91cbc
|
- Nuke old leftover bogocities, round one; externs for non-existent
functions, less-intuitive #define's in inappropriate header files.
|
1999-03-12 07:13:14 +00:00 |
nisimura
|
f875c6618a
|
- Exclude 'tc_machdep.h' from installed in /usr/include/machine/ directory.
|
1999-03-12 07:03:21 +00:00 |
mrg
|
3ca216fd8a
|
fix NRND usage
|
1999-03-09 00:37:01 +00:00 |
nisimura
|
7c40ddedec
|
- Nuke old leftover. This has no useful information and not used by any
other files.
|
1999-03-04 01:48:09 +00:00 |
simonb
|
5129c4fcd5
|
Fix spel in comment.
|
1999-03-03 06:46:02 +00:00 |
jonathan
|
74c847de33
|
Fix up eliding nested interrupts.
|
1999-03-02 12:23:58 +00:00 |
jonathan
|
19ad1c6c19
|
Re-enable 3MIN clock intrs after servicing. Prepare to do same for ttys.
|
1999-03-02 09:37:35 +00:00 |
jonathan
|
004971519d
|
Do callouts for IOCTL asic lance interrupts before SCSI callouts.
|
1999-03-02 09:24:17 +00:00 |
simonb
|
d9c1c30e0e
|
If we get an error (file or bootblocks too big), unlink xxboot and
bootxx and exit(1) so a make will fail. Especially in the too big
case, we don't want a make to work!
|
1999-03-01 11:52:34 +00:00 |
simonb
|
19893da01b
|
Add a callback to the PROM routine clear_cache. Not needed now, but
used in two-stage bootblocks.
|
1999-03-01 04:05:18 +00:00 |
simonb
|
33fe56f80f
|
Fix prototype for clear_cache (takes an address and length, not void).
|
1999-03-01 04:01:50 +00:00 |
simonb
|
19221fa28e
|
A 5800 is a kn5800.
|
1999-03-01 00:18:13 +00:00 |
explorer
|
3ebb419571
|
Update to slightly altered rnd_attach_source() api
|
1999-02-28 17:08:05 +00:00 |
simonb
|
e73260106c
|
This stuff is _hopelessly_ out of date, and will almost certainly never
be used again. (Famous last words :-)
|
1999-02-24 14:26:25 +00:00 |
simonb
|
61b327c2ac
|
Remove bootconf.c from CLEANFILES; not used anymore.
|
1999-02-24 13:54:54 +00:00 |
jonathan
|
68a5ad19be
|
Fix off-by-one width: 220, not 221. confirmed against PROM setup.
|
1999-02-23 01:35:56 +00:00 |
simonb
|
381c553a53
|
Use -Os to reduce code size (from Krister Walfridsson).
|
1999-02-23 01:23:26 +00:00 |
simonb
|
ffa92484e2
|
Update cpp defines to current reality.
|
1999-02-22 11:57:18 +00:00 |
simonb
|
74f2d414ef
|
Load the bootblocks at 0x8070000 so that ramdisk kernels don't
overwrite the beginning of the bootblocks.
|
1999-02-22 11:53:57 +00:00 |
simonb
|
69ba0d255c
|
Update list of source files to reflect reality.
|
1999-02-22 11:31:46 +00:00 |
simonb
|
c3baaf3ba5
|
Lightweight memset routine.
|
1999-02-22 11:26:15 +00:00 |
simonb
|
31f50e4868
|
Assembly stubs to PROM callback routines.
|
1999-02-22 11:22:40 +00:00 |
simonb
|
80ef484669
|
Use sys/lib/libsa/ routines now.
|
1999-02-22 11:21:21 +00:00 |
simonb
|
74df4f53e0
|
Allow code in sector zero (from Michael Hitch).
Also in start.S:
+ Removed unused printf routine.
+ Removed unused dummy __main for gcc.
+ s/bzero/memset/.
|
1999-02-22 11:01:43 +00:00 |
simonb
|
09cca9e076
|
Don't use the conf.c->bootconf.c guff, remove last tape support,
and actually install the bootblocks.
|
1999-02-22 10:53:13 +00:00 |
simonb
|
3d6a630813
|
Break single read and printf of text+data into two separate reads and
printfs. Better aesthetically, especially with a twiddle.
|
1999-02-22 10:23:53 +00:00 |
simonb
|
63e306cbe7
|
Use "#ifdef UFS_NOCLOSE/UFS_NOWRITE" instead of "#ifdef SMALL".
|
1999-02-22 10:18:40 +00:00 |
simonb
|
6932c61287
|
Use memset() instead of bzero().
|
1999-02-22 10:16:52 +00:00 |