leo
|
a6b3b4a841
|
Add option to sleep until ST_DMA becomes available.
|
1997-01-27 07:54:40 +00:00 |
leo
|
dc32e39a7e
|
Use bus_space_tag when calculating the physical address.
|
1997-01-27 07:53:29 +00:00 |
leo
|
a955088aa3
|
Correct comment.
|
1997-01-27 07:50:17 +00:00 |
rat
|
96653b0aac
|
Add missing #include <isofs/cd9660/cd9660_extern.h> to provide
prototype for 'cd9660_mountroot'.
|
1997-01-26 22:58:32 +00:00 |
scottr
|
b19a7547d4
|
Forgot PFIL_HOOKS; correct this. Also, organize options less insanely.
|
1997-01-26 18:41:19 +00:00 |
hpeyerl
|
56542666eb
|
fix an *old* booboo where the dma queue wasn't being set in unexpected
case. Found, fixed, and dictated by jason. (thorpe)
|
1997-01-26 18:04:10 +00:00 |
hpeyerl
|
8cc55c80b6
|
::->: :-)
|
1997-01-26 17:55:52 +00:00 |
oki
|
8217cb3f83
|
Rename in_xxxx to tv_xxxx (Use new ite_tv.c)
|
1997-01-26 12:17:59 +00:00 |
oki
|
dfddf7ddbb
|
- Use New ite_tv.c
- Remove unused ite_in.c and kernel_font.c line
|
1997-01-26 12:13:46 +00:00 |
oki
|
458bd2f101
|
Use new ite_tv scheme, this file no longer used.
|
1997-01-26 12:10:45 +00:00 |
oki
|
d1c397b214
|
rewriteten ITE lower routine for x68k Text-Vram frame buffer.
|
1997-01-26 12:04:54 +00:00 |
gwr
|
c19546380b
|
Check interrupt_reg==0, not clock_va (Oops!)
|
1997-01-26 06:17:07 +00:00 |
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 |