mark
|
ec6a28b4c7
|
Updated for new kernel library Makefile.inc changes.
|
1997-01-26 02:36:02 +00:00 |
|
mark
|
52ee4f3259
|
Updated to use the bus space interface. Pullup all the recent changes
to the ISA fd driver including the floppy formatting code.
|
1997-01-26 02:32:04 +00:00 |
|
mark
|
dfb0662f21
|
Remove unused variables.
|
1997-01-26 02:16:44 +00:00 |
|
mark
|
7c2829335f
|
Added prototype for md_match_hook().
|
1997-01-26 02:02:09 +00:00 |
|
mark
|
6c06479d1c
|
__P(()) -> __P((void)) on several prototypes to fix compiler warnings.
|
1997-01-26 01:56:20 +00:00 |
|
mark
|
77ecaec2ca
|
Implement bus space interfaces for set multiple, set region and copy
|
1997-01-26 01:55:02 +00:00 |
|
mark
|
de7c5e2195
|
Implement the bus space interfaces for set multiple, set region and copy.
|
1997-01-26 01:49:01 +00:00 |
|
mark
|
f36384ee92
|
Removed the cpu specific functions and include <machine/cpufunc.h> instead.
|
1997-01-26 01:42:48 +00:00 |
|
mark
|
8f52c7afd4
|
Added prototypes for mainbusprint() and mainbusscan().
|
1997-01-26 01:41:01 +00:00 |
|
mark
|
780de160e8
|
Create a file for all the prototypes for the MD device drivers.
|
1997-01-26 01:36:56 +00:00 |
|
mark
|
2d1d9a0dcb
|
Include <machine/cpufunc.h> for cpu specific prototypes e.g. tlbflush().
|
1997-01-26 01:34:45 +00:00 |
|
mark
|
b2abc423cd
|
Create a separate header file with the prototypes for the functions that
manipulate the cpu and mmu registers.
|
1997-01-26 01:31:20 +00:00 |
|
mark
|
0449845fb5
|
Declare the arguments to the function pointers in the interrupt
handler structures.
|
1997-01-26 01:30:51 +00:00 |
|
mark
|
bf4360262c
|
__P(()) -> __P((void)) on several prototypes to fix some gcc warnings.
|
1997-01-26 01:25:42 +00:00 |
|
scottr
|
db2c833016
|
Add LKM, ipfilter
|
1997-01-25 22:44:08 +00:00 |
|
scottr
|
818ebb4e22
|
Add `options LKM'
|
1997-01-25 22:41:40 +00:00 |
|
scottr
|
017d77a9f9
|
::\' => :\' ; per recent sys/lib/*/Makefile.inc changes.
|
1997-01-25 22:39:32 +00:00 |
|
gwr
|
f8d1223fa5
|
Remove a redundant check of the fault address.
|
1997-01-25 21:51:11 +00:00 |
|
gwr
|
b805b73cbe
|
Use sunmon_abort() instead of mon_panic().
|
1997-01-25 21:47:44 +00:00 |
|
gwr
|
b224329ecd
|
Just return if clock_va is not set.
Use <sun3/sun3/sunmon.h> for abort.
|
1997-01-25 21:46:19 +00:00 |
|
mhitch
|
447adb9b1c
|
Get rid of unused file: KDASSERT() is now defined in libkern.h.
|
1997-01-25 16:53:50 +00:00 |
|
cgd
|
00c2c62911
|
use strerror() to print errors, rather than just printing error numbers
|
1997-01-25 01:06:30 +00:00 |
|
cgd
|
e48fd73808
|
astpending and want_resched are kernel-only
|
1997-01-24 06:38:37 +00:00 |
|
cgd
|
21ad990583
|
reorganize Alpha boot block sources: put common sources in a 'common'
directory (so they don't clutter up the arch/alpha/stand), and put
not-common sources in programs' directories.
|
1997-01-24 01:52:35 +00:00 |
|
cgd
|
ce93ba490a
|
kill unnecessary newline
|
1997-01-24 01:46:46 +00:00 |
|
pk
|
4364fc8f2c
|
Adapt to sys/lib/lib{sa,kern}/Makefile.inc changes
|
1997-01-24 01:18:22 +00:00 |
|
pk
|
0a5eeae37c
|
::' => :' ; per recent sys/lib/*/Makefile.inc changes.
|
1997-01-24 00:58:20 +00:00 |
|
gwr
|
8d9bb0e996
|
Use <machine/machdep.h>
|
1997-01-24 00:09:34 +00:00 |
|
gwr
|
f13a8dfcb5
|
Use <sun3/sun3/sunmon.h>
|
1997-01-23 23:58:05 +00:00 |
|
gwr
|
a4a29b13a7
|
Use <machine/machdep.h>
|
1997-01-23 23:54:26 +00:00 |
|
cgd
|
ac467d58e8
|
Set LOADADDRESS makeoption so that these kernels can be net-booted.
This is a waste of memory, but is useful in GENERIC kernels.
|
1997-01-23 23:21:40 +00:00 |
|
cgd
|
1fca013b1e
|
add support for reading gzipped kernels.
|
1997-01-23 23:10:34 +00:00 |
|
cgd
|
8afda473db
|
update for new kernel library Makefile.inc expectations
|
1997-01-23 23:07:56 +00:00 |
|
gwr
|
5f36c62a33
|
Moved to ../include so we can refer to it as <machine/machdep.h>
|
1997-01-23 22:55:22 +00:00 |
|
gwr
|
57d849b787
|
Use <machine/machdep.h> and <sun3/sun3/sunmon.h>
Pull in some updates from the hp300 version.
Use _pmap_fault in place of vm_fault so that this
file can be shared with the sun3 (but not yet).
|
1997-01-23 22:52:46 +00:00 |
|
cgd
|
da19248f54
|
actually, include a file for fd/fdc, so that the flag file gets generated.
|
1997-01-23 22:50:52 +00:00 |
|
gwr
|
c0170a476f
|
Use <machine/machdep.h> and <sun3/sun3/sunmon.h>
|
1997-01-23 22:48:40 +00:00 |
|
gwr
|
d33b4cd423
|
Load the root pointer using VM_PMAP_MMUCRP
Also rename nodb_trap to _nodb_trap
|
1997-01-23 22:47:36 +00:00 |
|
cgd
|
67df040efd
|
update for new kernel library Makefile.inc rules
|
1997-01-23 22:47:31 +00:00 |
|
gwr
|
73234aa5f6
|
Use <machine/machdep.h>
|
1997-01-23 22:44:43 +00:00 |
|
gwr
|
04f1ba99a2
|
Remove PCB_MMUCRP, add VM_PMAP_MMUCRP and VM_PMAP_A_TMGR
|
1997-01-23 22:40:38 +00:00 |
|
gwr
|
906e75c72b
|
Use <machine/pte.h> and <sun3/sun3/sunmon.h>
|
1997-01-23 22:37:21 +00:00 |
|
gwr
|
18c5058065
|
Now pulled from <sun3/sun3/*>
|
1997-01-23 22:33:21 +00:00 |
|
cgd
|
1c88f56c26
|
update for new kernel library build process
|
1997-01-23 22:31:32 +00:00 |
|
gwr
|
12e2d4d8f7
|
Replace the intersil7170 stuff with mostek48t02 stuff.
XXX: Still need to move date conversion functions to
XXX: libkern or somewhere...
|
1997-01-23 22:30:15 +00:00 |
|
gwr
|
8b175f2050
|
Move a bunch of stuff to sun3/sunmon.c where we can share it.
|
1997-01-23 22:27:29 +00:00 |
|
gwr
|
06655500a0
|
Wrap prototypes with ifdef _KERNEL
|
1997-01-23 22:25:56 +00:00 |
|
gwr
|
f91c597e92
|
Add <machine/pte.h> and the new pm_mmucrp member of struct pmap.
Kill macros PMAP_ACTIVATE and PMAP_ACTIVATE (not used).
Add macro _pmap_fault for use in trap.c
|
1997-01-23 22:24:04 +00:00 |
|
gwr
|
c511347b0e
|
Make this once again identical to the hp300 version.
Perhaps this should exist as <m68k/include/pcb.h>
|
1997-01-23 22:21:50 +00:00 |
|
gwr
|
ac1ed5ffbb
|
Use <machine/machdep.h>
|
1997-01-23 22:20:16 +00:00 |
|