mark
|
f0393b3819
|
Remove a chunk of dead comments as they appears in disassem.c where
they make a lot more sense.
|
1998-04-01 23:04:16 +00:00 |
|
mark
|
4a96466f61
|
Remove redundant .req assembler statements.
|
1998-04-01 23:02:32 +00:00 |
|
mark
|
eb81ac0bbc
|
Remove a load of redundant .req statements.
|
1998-04-01 23:00:13 +00:00 |
|
mark
|
ae5c857ba4
|
Remove redundant .req statements.
Make various entry points non-profiling.
|
1998-04-01 22:59:25 +00:00 |
|
mark
|
fd18f1a45b
|
Remove some redundant .req statements.
|
1998-04-01 22:55:45 +00:00 |
|
mark
|
077c15ab4d
|
Remove some redundant .req statements.
Make various entry points non-profiling.
|
1998-04-01 22:55:05 +00:00 |
|
mark
|
268d889d0d
|
Make the floppy_read_fiq and floppy_write_fiq entry points non-profiling.
|
1998-04-01 22:53:32 +00:00 |
|
mark
|
7f98e08105
|
Remove some redundant .req statements.
|
1998-04-01 22:52:24 +00:00 |
|
mark
|
f4c5b8f91a
|
Define profiling and non-profiling versions of the ENTRY and ASENTRY
macros. No extra profiling code is generated if profiling is turned
on yet, but get the structure ready. (from cgd).
|
1998-04-01 22:50:22 +00:00 |
|
pk
|
437796f42a
|
Move initialization of `proc0.p_addr' from cpu_startup() to bootstrap().
|
1998-04-01 14:03:26 +00:00 |
|
ender
|
84ada512a7
|
Add the newly created bus_space.c so it gets compiled.
|
1998-03-31 22:09:28 +00:00 |
|
pk
|
763a681898
|
Accommodate cgsix bus-attach split.
|
1998-03-31 21:12:15 +00:00 |
|
pk
|
e3e74bd0d5
|
Factor out bus code into separate files.
|
1998-03-31 21:05:04 +00:00 |
|
jonathan
|
d850158a7e
|
Garbage-collect pmax_boardtype. Remoe pmaxtype.h includes from TC
framebuffer code. Elsewhere, use systype.
|
1998-03-31 11:32:52 +00:00 |
|
jonathan
|
e485e43d44
|
Add writebuffer-flush for Decstation 5400, 5100 which use
coprocessor 3 for writebuffer control.
|
1998-03-31 11:04:10 +00:00 |
|
jonathan
|
88d943c976
|
Add emtpy entries for unused systypes between 5400 (0x6) and 5500 (0xb)
|
1998-03-31 11:00:01 +00:00 |
|
drochner
|
e9ca6a9081
|
Remove conditionals on PCVT_{NET,FREE}BSD to make the source easier to
read.
|
1998-03-31 08:22:13 +00:00 |
|
thorpej
|
7e74fb627d
|
Allow this to work w/ UVM (API issue).
|
1998-03-31 08:18:33 +00:00 |
|
thorpej
|
8c33969680
|
Fix PR # kern/68 by ensuring that a PC has a valid mapping before attempting
to disassemble it.
|
1998-03-31 08:16:28 +00:00 |
|
mycroft
|
4fe1e7a83d
|
Make main() return int to shut up egcs. (Yuck.)
|
1998-03-31 05:29:21 +00:00 |
|
matthias
|
28b0f7408b
|
Make this compile again after the changes to the tty subsystem.
|
1998-03-30 20:10:26 +00:00 |
|
mhitch
|
57f61ecbbd
|
Modify TK50 check to also check for a TZ30 tape, and adjust the modesense
data length accordingly.
|
1998-03-30 19:50:47 +00:00 |
|
cgd
|
05bb5a1d2f
|
revert back to 1.28
|
1998-03-30 17:52:03 +00:00 |
|
pk
|
be4108fec1
|
Replace direct `sparc_bus_map()' calls with bus space map method.
|
1998-03-30 14:21:38 +00:00 |
|
pk
|
c2d9565240
|
mainbus pa_addr' is now a bus_addr_t'.
|
1998-03-30 14:15:57 +00:00 |
|
pk
|
fed9d8e6d6
|
Make mainbus attach phys addr field a bus_addr_t.
|
1998-03-30 14:15:12 +00:00 |
|
jonathan
|
ba4e7c74a9
|
Remove ancient non-MI pmax/tc/tc.c code.
|
1998-03-30 10:41:34 +00:00 |
|
jonathan
|
2f23758d46
|
garbage-collect "extern int systype"
|
1998-03-30 09:52:11 +00:00 |
|
jonathan
|
9d3e5cca36
|
garbage-collect old integrated frontend from sii backend.
|
1998-03-30 09:47:51 +00:00 |
|
jonathan
|
05bfc158d1
|
Undo previous rev; systype is declared extern in pmaxtype.h (while it lasts).
|
1998-03-30 09:44:03 +00:00 |
|
jonathan
|
fff42c01c8
|
Define IPL_ constants for pmax.
|
1998-03-30 09:07:08 +00:00 |
|
jonathan
|
920f9e8dc9
|
Declarations for shared 3max(kn02)/3maxplus(kn03/kn05) memory
subsystem and NVRAM code.
|
1998-03-30 09:02:03 +00:00 |
|
jonathan
|
e7e94824b9
|
Move sprintf() of model string after call to model-specific *_os_init()
routine, so that cpu_mhz is set.
|
1998-03-30 06:45:37 +00:00 |
|
mycroft
|
1a36e9e970
|
Add explicit int types for egcs.
|
1998-03-30 06:07:40 +00:00 |
|
mycroft
|
1fc84bbd8d
|
Add explicit int types for egcs, and nuke register.
|
1998-03-30 06:05:39 +00:00 |
|
mycroft
|
450748892d
|
Make the previous slightly less nasty.
|
1998-03-30 06:04:29 +00:00 |
|
mycroft
|
38008a99e3
|
Add explicit int types for egcs, and nuke register.
|
1998-03-30 06:02:13 +00:00 |
|
mrg
|
ca86fc945e
|
<pmax/pmax/trap.h> has been obsoleted...
|
1998-03-30 04:45:50 +00:00 |
|
mycroft
|
d4da63c6c3
|
Eliminate cs_heldchar. It is not necessary in my version of the driver.
|
1998-03-30 02:41:21 +00:00 |
|
jonathan
|
b800227f95
|
Garbage-collect old code for direct attachment.
|
1998-03-30 02:34:25 +00:00 |
|
jonathan
|
e7312dce1d
|
* Mouse reset blocks waiting for response for mouse.
Only initialize the mouse if we are using rcons as the console device.
|
1998-03-30 02:15:37 +00:00 |
|
mycroft
|
692fe3cc96
|
Use a 4-bit table to speed up the CRC even further, without increasing the
code size too much.
|
1998-03-29 23:14:14 +00:00 |
|
pk
|
a55cefe6b4
|
Initialize `par_err_reg' in the mainbus attach function.
|
1998-03-29 22:13:30 +00:00 |
|
pk
|
b782c3448c
|
obio_bus_probe() => bus_space_probe()
|
1998-03-29 22:10:32 +00:00 |
|
pk
|
2ad26b801c
|
Fill in the bus tag's `bus_space_unmap' method.
|
1998-03-29 22:06:58 +00:00 |
|
pk
|
82663a0330
|
Implement `_obio_bus_map()' and insert it into the obio bus' bus tag.
Remove obio_bus_probe().
|
1998-03-29 22:05:05 +00:00 |
|
pk
|
57a8159633
|
Enter `obio_find_rom_map()' prototype.
Make `oba_paddr' field a `bus_addr_t'.
Define temporary compat `obio_bus_map()'.
|
1998-03-29 22:02:46 +00:00 |
|
pk
|
11928be0ff
|
`sparc_bus_mmap()' declaration moved to machdep.c
|
1998-03-29 22:00:33 +00:00 |
|
pk
|
759c8965a3
|
Use obio_find_rom_map()' explicitly instead of using obio_bus_map()'
without a proper bus tag.
|
1998-03-29 21:59:44 +00:00 |
|
pk
|
2f1dd95a2d
|
Declare `sparc_bus_unmap()' static.
|
1998-03-29 21:56:32 +00:00 |
|