tsubai
7bd441a637
iteioct.h is deleted.
1999-03-29 12:45:22 +00:00
mrg
c17a4018cb
pull in new (?) BUS_SPACE_BARRIER_{READ,WRITE} definitions.
1999-03-29 12:42:51 +00:00
tsubai
7c3a6002b3
Use interrupt-map property rather than hard-coding irqs.
...
(From Dan Winship <danw@MIT.EDU>. Slightly modified by me)
1999-03-29 12:12:03 +00:00
cjs
5ecfcfbb96
Make `sun4m DMA not supported yet' message print only for this device,
...
rather than every sbus device probed.
1999-03-29 12:04:43 +00:00
kleink
45d2f3615b
UUCP texinfo documentation.
1999-03-29 11:48:01 +00:00
kleink
525cb207f6
Build texinfo documentation.
1999-03-29 11:40:36 +00:00
kleink
c8a66681e3
Import texinfo documentation for Taylor UUCP 1.06.1.
1999-03-29 11:16:59 +00:00
fvdl
d58a5af79d
Fix multicast hashing function. PR 7274, from Izumi Tsutsui
1999-03-29 11:11:34 +00:00
mycroft
b0a62f4d5b
Only 8-bit data is unsigned in WAVE files.
1999-03-29 11:09:04 +00:00
mycroft
665b05efd4
GC physical_memoryblock.
1999-03-29 10:02:19 +00:00
ross
6a228da053
Mods to com_common_putc(). When doing kprintf() or kgdb output:
...
1. don't clear the irq unless it was clear before transmitting
2. also do various bus_space_barrier() ops
Stops console from freezing when kprintf interrupts tty driver output.
1999-03-29 10:01:39 +00:00
abs
ac83f64eca
Cast argument to isspace to (unsigned char) to pass zoularis.
1999-03-29 09:27:29 +00:00
minoura
463306dc18
Remove obsoleted options.
...
Add `x68k-specific Options' subsection.
1999-03-29 08:58:30 +00:00
bouyer
ad69d389ab
Remove the hack to attach devices responding with ATA signatures as atapi if
...
IDENTIFY said so: it doesn't help for the drive this was supposed helping,
and seems to break another device.
In interrupt routine, don't return 0 if we are polling: this should fix the
"panic: wdc_exec_command: polled command not done" some people reported
(kern/7269).
1999-03-29 08:32:02 +00:00
nisimura
ed7699b360
- Unnecessary to have '#include <machine/autoconf.h>' for those.
1999-03-29 07:22:02 +00:00
simonb
9a1e96788a
Use TERM=rcons, not sun or pc3.
1999-03-29 07:19:47 +00:00
mycroft
e89e34c04a
Nuke the contents of pmap_pageable(). It accomplishes nothing on this port,
...
and it's potentially a serious bug.
1999-03-29 07:15:06 +00:00
mycroft
460d63062a
Do the previously slightly differently; we want to count by pages anyway.
...
Also fixes a problem with not flushing TLB entries in vmapbuf().
1999-03-29 06:24:31 +00:00
mycroft
d05df6042f
Add mpu at isapnp, currently commented out.
1999-03-29 06:16:34 +00:00
nisimura
1902d11a08
- Minor formating knots. No functional change.
1999-03-29 05:56:29 +00:00
mycroft
671c65c6da
Duuuh. Back and front pages should have an access_type of 0, since we don't
...
know they're going to be used. What was I thinking??
1999-03-29 05:43:31 +00:00
mycroft
e3c8daf920
Panic if access_type has bits not in prot.
1999-03-29 05:31:24 +00:00
mrg
4924ddc041
defined(attron) does not mean there is a <term.h>
1999-03-29 05:12:39 +00:00
mrg
ae3f9933ee
.wav files are little endian.
1999-03-29 04:49:49 +00:00
scottr
c52bdfb427
Add a mac68k-specific lkm. (sigh)
1999-03-29 04:39:02 +00:00
simonb
4b0e81db29
Add elf2{aout,ecoff} manpages.
1999-03-29 03:11:58 +00:00
simonb
e4e4004fe9
Put ./usr/libexec/ld.so back - it's used for backwards compatibility
...
with early ELF binaries.
1999-03-29 03:10:08 +00:00
simonb
cfdfe887c9
Resurect from attic, and add ./etc/fstab.rz
1999-03-29 02:53:45 +00:00
simonb
999bb46bfa
Remove /usr/include/mips/conf.h, and old non-ELF crt* gunk.
1999-03-29 01:59:41 +00:00
simonb
1ffc056ded
Convert mipse[lb] to mips _after_ processing command line arguments.
1999-03-29 01:20:42 +00:00
simonb
31ce71a13a
machine/tc_machdep.h isn't installed in /usr/include anymore.
1999-03-28 22:05:19 +00:00
mycroft
12f5abbcee
A few things:
...
* Count page table pages in the RSS.
* Rather than patching it up, panic if access_type has bits not in prot, as
this should now be impossible.
* Add page table reference counting, but currently disabled as it still has
some issues.
1999-03-28 22:01:06 +00:00
sommerfe
3e341c9af5
sync with regular syscalls.master: Add getcwd, fchroot, and tweak __getlogin
1999-03-28 21:56:56 +00:00
mycroft
0ce76ca08b
Reduce the access_type for copy-on-write pages in the front and back regions.
1999-03-28 21:48:50 +00:00
is
67caec5886
Dont write through a zero pointer (when in probe mode of a2kugettod()).
1999-03-28 21:39:59 +00:00
is
3945730dbc
Update: CS MK III/PPC scsi, ATAPI; mention no-Xserver for Retina Z2 and
...
A2410.
1999-03-28 21:33:38 +00:00
simonb
e8d9f12b08
Add a NO_POSTFIX check to allow \'make distribution\' to work.
1999-03-28 21:31:11 +00:00
is
29abee115f
Remove 20 lines of register dump from normal operation.
1999-03-28 21:09:54 +00:00
mycroft
8ed77cabd0
Fix a case I missed in the previous.
1999-03-28 21:01:25 +00:00
mhitch
d28c630840
I had to have been asleep when I changed Ignatios's constants to register symbols.
...
Use the correct symbols for ODR full bits.
1999-03-28 20:29:51 +00:00
sommerfe
ee7bbe5b2f
Fix bug in previous change which resulted in kernel VA space leak.
...
We need an accurate len after we clear the PTE's in vunmapbuf.
1999-03-28 20:21:51 +00:00
is
e657b604f3
Add back the "810" id string.
1999-03-28 20:09:09 +00:00
fvdl
0a8673f4ba
Add a few MBR types.
1999-03-28 20:01:52 +00:00
fvdl
1e3ed49ca1
Remove debugging printf.
1999-03-28 19:55:51 +00:00
mycroft
4831b815f5
Only turn off VM_PROT_WRITE for COW pages; not VM_PROT_EXECUTE.
1999-03-28 19:53:49 +00:00
fvdl
b815df141c
Only use the total number of sectors information field from the EDD if
...
the bit is set that declares the geometry valid. The spec itself says
that this field isn't covered by the "geometry valid" bit, but at
least one BIOS implements it that way.
1999-03-28 19:41:27 +00:00
is
c8c6cb17c3
Initialize all 16 elements. We're wide.
1999-03-28 19:39:24 +00:00
is
5ecbda755f
The "Phase mismatch, REQ not asserted" error happens on one of my disks
...
a few times a day. As the driver and system always recovers, when typing
a few c-ontinues, I think not entering the Debugger() won't hurt.
1999-03-28 19:30:07 +00:00
eeh
6492e81ae6
Fix fault handling code to correctly report access_type and fault_type
...
and get rid of pmap_enter_phys().
1999-03-28 19:01:02 +00:00
scw
cf2576d332
Pull in <net/if{_ether,}.h> and a few others to get ETHER_MAX_LEN.
1999-03-28 18:08:55 +00:00