cgd
40e29d5890
sync with my current Alpha sources
1995-06-28 02:44:51 +00:00
cgd
d4a54b73d2
kill user-land DELAY macro, as suggested by gwr.
1995-06-28 02:43:36 +00:00
cgd
da6d5a140a
update to use new paths for MI lance driver
1995-06-28 02:30:25 +00:00
cgd
6d04247fc7
update to use machine-independent lance driver
1995-06-28 01:48:12 +00:00
cgd
549f126f4b
ISA and PCI support for DEC AlphaStations
1995-06-28 01:24:50 +00:00
cgd
5cc82e159a
Support for ISA programmed I/O functions.
1995-06-28 01:16:33 +00:00
cgd
ba164ee03d
update for various (old) NetBSD changes
1995-06-28 01:16:13 +00:00
cgd
f36f0cf3e2
update to make current state of knowledge
1995-06-28 01:14:41 +00:00
cgd
2a6abc91f8
update for (old) new tty changes
1995-06-28 01:06:35 +00:00
cgd
7a275b5901
update for new clock interrupt handling
1995-06-28 01:03:57 +00:00
cgd
a6b5caae1a
update for new kernel names
1995-06-28 01:02:58 +00:00
cgd
f9e02471d0
make boot blocks work on AlphaStation systems
1995-06-28 00:58:44 +00:00
mellon
34f8cc760a
leinit: we always have at least one address now.
1995-06-27 19:54:49 +00:00
gwr
e80271fbe0
Get things from libsa now.
1995-06-27 15:57:13 +00:00
gwr
29b61e2253
Add/correct some cache-flush logic to deal with the fact that the
...
VAC has ref/mod bits that need write-back treatment.
1995-06-27 14:44:47 +00:00
gwr
d5761f14d9
Fix uses of btoc() which requires an unsigned arg.
1995-06-27 14:42:34 +00:00
gwr
6b6502194f
Fix warnings about setjmp arg.
1995-06-27 14:40:14 +00:00
gwr
f82c63a641
Remove temporary __BDEVSW_DUMP_OLD_TYPE (our dumpsys is safe 8^)
1995-06-27 14:38:22 +00:00
gwr
6548befa4f
Nuke user-mode DELAY() macro.
1995-06-27 14:37:22 +00:00
gwr
3a59870c12
Leave modem control lines in correct state on interrupted open.
...
(From sparc/dev/zs.c)
1995-06-27 14:36:20 +00:00
gwr
f872dedb62
Catch up with net/if.h changes
1995-06-27 14:34:32 +00:00
chopps
5ad7f31079
udpate to match ifnets new use of sys/queue.h
1995-06-27 13:13:32 +00:00
cgd
e0f9279f31
update for current configuration descriptions
1995-06-27 00:54:55 +00:00
pk
09ea33db05
Do away with ROM printf.
1995-06-26 23:45:06 +00:00
pk
a50ba2b546
Adapt to new lib{sa,kern} regime.
1995-06-26 23:26:57 +00:00
phil
ad4af073cd
Updates from Matthias Pfaller. (leo@marco.de)
1995-06-26 23:13:54 +00:00
pk
c7df493055
SMD disk driver, from Chuck Cranor.
1995-06-26 23:06:57 +00:00
pk
70b6d95d44
xd definitions, from Chuck Cranor.
1995-06-26 23:01:06 +00:00
pk
35ad7a1ff3
xd driver entries, from Chuck Cranor.
1995-06-26 23:00:32 +00:00
pk
4f4e4826a6
xd definitions, from Chuck Cranor.
1995-06-26 23:00:31 +00:00
pk
d918ea9e14
xd driver entries, from Chuck Cranor.
1995-06-26 22:59:54 +00:00
pk
3c17e9e63f
isbad(), for Chuck's new xd driver.
1995-06-26 22:57:29 +00:00
pk
34c8ad8c30
Define dvma_map{in,out}() to map a buffer into DVMA space. These are
...
safe for use at interrupt time.
Implement vmapbuf() and vunmapbuf() in terms of these new functions.
1995-06-26 22:46:04 +00:00
pk
68e9c36909
Allocate/initialise DVMA maps and base address.
...
The fact that `phys_map' is split in half for different kinds of DVMA
allocations is not ideal..
1995-06-26 22:41:23 +00:00
pk
affbc4d346
Define variables and macros for DVMA allocation using rmaps.
1995-06-26 22:36:32 +00:00
pk
04977f87e0
sl_xxx2 -> sl_pcylinder, for Chucks new xd driver.
1995-06-26 22:09:47 +00:00
pk
47ce042b76
Small optimisation & 1 fewer depedency on zs_ctty.
1995-06-26 21:45:31 +00:00
pk
45eb69b276
Use ZS_DELAY() in a few more places (from Gordon Ross, cf. sun3/dev/zs.c).
1995-06-26 21:32:51 +00:00
leo
abe8c288fb
Sync grf with underlying view on open.
1995-06-26 19:55:45 +00:00
leo
0d1035fa62
Fix thinko. It will now also work when no mouse is configured.
1995-06-26 14:31:27 +00:00
cgd
2b7d3527a2
define and set PTDpaddr (pyhs addr of kernel PTD)
1995-06-26 13:26:26 +00:00
cgd
db66a978e9
IdlePTD has been gone for a while. PTDpaddr now exists.
1995-06-26 13:25:29 +00:00
cgd
59e990a56b
check CMOS time against base time, for sanity. if CMOS time invalid,
...
warn user and user base time. if base time < 1985, warn the user.
if base time 5 or more years different than clock time, warn user,
and if it's base time that's greater, use it. (The latter case is
handy if one has a machine in which the CMOS battery is dead... I do.)
1995-06-26 10:14:05 +00:00
cgd
2d49c3885b
clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), and
...
dbtob(). remove unused definitions of ctos(), stoc(), and dtob().
1995-06-26 06:55:38 +00:00
cgd
c8858650b0
DEBUG -> FD_DEBUG, so this thing doesn't spew when used with options DEBUG
1995-06-26 05:47:40 +00:00
cgd
35bea7d1f4
use new-style block device dump functions. (most intelligence here now.)
1995-06-26 05:22:53 +00:00
cgd
5ccd187ba5
reserve VM to map pages being dumped
1995-06-26 05:21:58 +00:00
cgd
dd3e2df4a7
make dump stubs consistent. fix other piece of code to compile
...
properly with DEBUG; used bogus variable.
1995-06-26 05:20:40 +00:00
cgd
1c0be437b1
define __BDEVSW_DUMP_OLD_TYPE for ports where it's true. clean up
...
some m68k ports inclusion of common header.
1995-06-26 05:13:37 +00:00
christos
e14fb59c60
Fix building of libkern that broke with yesterday's fixes
1995-06-26 03:24:17 +00:00