chs
a8651c4b09
make sun3x work again after the recent change to the m68k cpu_kcore_hdr:
...
allocate a page for dumps like the sun3 does rather than using part of
the msgbuf page. this also lets the msgbuf use the full msgbuf page.
2001-05-28 20:56:54 +00:00
chs
a83346f337
don't abuse cf_unit.
2001-05-28 20:52:34 +00:00
tshiozak
83da433ada
fix for UX96 (and all Yamaha specific devices, hopefully).
...
- fix how to get endpoint addresses.
- fix allocate count of pipes.
- add necessary null checks for asymmetry jacks.
2001-05-28 20:52:06 +00:00
scw
d5c72b21e5
s/ncsrc/osiop.
...
While I'm here, ditch some excess baggage which is useless for
the RAMDISK kernel.
2001-05-28 18:39:45 +00:00
tshiozak
5505749bb1
add new device; Yamaha UX96 USB MIDI I/F.
2001-05-28 18:28:04 +00:00
he
47ae105daa
Add Makefile snippets to install netboot in installation/netboot
...
under ``make release''.
2001-05-28 18:21:12 +00:00
thorpej
af63f8979c
D'oh, clear the soft interrupt bits in CAUSE *before* servicing
...
soft interrupts, rather than after, so that soft interrupts scheduled
by other soft interrupts don't get lost.
2001-05-28 18:19:27 +00:00
thorpej
442a329915
Statically-initialize `allevents' so that events can be registered
...
very early (before main() is called).
2001-05-28 16:40:31 +00:00
thorpej
16b9c60621
A port to the Algorithmics MIPS evaluation boards. We currently
...
support the P-5064, which has a QED RM5xxx CPU soldered on.
There is some skeletal support for the P-4032 (an older board, which
had an R4xxx CPU). There are some placeholders for the P-6032, which
is their newest board, but no real code yet (the P-6032 has a different
PCI controller, the Algorithmics BONITO).
There are still some (apprently softintr-related) problems with the
algor kernel, but it works well-enough to self-host.
Kudos to Allegro Networks for loaning me a P-5064 board on which to do
the port.
2001-05-28 16:22:13 +00:00
kleink
7918542181
Need <lib/libkern/libkern.h>.
2001-05-28 15:53:51 +00:00
leo
ed8360b3d7
Add missing semicolon.
2001-05-28 14:40:49 +00:00
kleink
6ad0537dc7
Look after /etc/primes.
2001-05-28 14:08:50 +00:00
wiz
75227d120c
add TMA
2001-05-28 13:02:51 +00:00
lukem
704847f405
cleanup (prior to more adding more features):
...
- convert to ANSI KNF
- remove trailing whitespace
- translate some comments from german into english
code compiles and runs clean, and tested by running "make lint" against
xlint source using previous and this lint produces same results.
2001-05-28 12:40:37 +00:00
scw
eb9637dd7e
Add COMPAT_15 and comment out COMPAT_SUNOS. (It's hardly used and saves
...
a bit of space on low memory models).
2001-05-28 11:14:41 +00:00
manu
36ea8f0ed5
Fixed a potential security problem (copyout after an error)
2001-05-28 10:51:20 +00:00
leo
2bcf7a5971
Add 'prev_sr' argument to milan_isa_intr() so we can properly defer interrupts
...
that come in at the wrong time.
2001-05-28 08:41:37 +00:00
leo
b1ff453ae9
Add Milan console initialisation code.
2001-05-28 08:30:03 +00:00
leo
722a3ab56b
Add VGA console probes.
2001-05-28 08:12:47 +00:00
joda
073d0b6122
(usage): correct number of arguments to fprintf
2001-05-28 07:59:53 +00:00
leo
a82df0faed
Pass iot and memt to check_for_vga()
2001-05-28 07:22:37 +00:00
leo
78dbcfe665
Add bus_space_vaddr().
2001-05-28 07:16:11 +00:00
leo
be288018e2
PCI_VGA_SIZE -> PCI_MEM_SIZE. (Plus some comments on those constants).
2001-05-28 06:43:19 +00:00
minoura
2d8c98280c
Cleanup. Addresses port-x68k/13051.
2001-05-28 06:18:20 +00:00
nathanw
ed485c7ad5
Correct spelling in a comment.
2001-05-28 06:10:20 +00:00
itojun
33f046d400
typo
2001-05-28 05:52:41 +00:00
assar
7aedc79d5e
add `-s' that prints port numbers symbolically but addresses numerically
2001-05-28 04:22:55 +00:00
chs
1055c758b8
fall back to read() if mmap() returns an error.
2001-05-28 03:37:22 +00:00
chs
45701591c6
add a genfs_mmap() and change all of the disk-based filesystems
...
to implement VOP_MMAP() with the genfs version, in preparation for
actually using this VOP.
2001-05-28 02:50:51 +00:00
lukem
9af1692ef1
* improve parsing of file-systems-to-dump when a path is given:
...
- if it's a path to an unmounted file-system listed in /etc/fstab, use
that instead of assuming the user wanted a subtree dump of the parent
directory. this restores the behaviour of dump before the subtree
dumping code went in.
- if it's a path to a mounted file-system which is not in /etc/fstab,
use the info from getmntinfo(3). previously, dump would choke.
* implement error checked malloc(), calloc(), strdup(), and use
appropriately (some of the calloc()s weren't being checked)
* use 'file-system' instead of 'filesystem' in the man page
2001-05-28 01:09:54 +00:00
wiz
4d186bc9fb
Fix date, one xref, and some whitespace.
2001-05-28 00:50:40 +00:00
onoe
a62b5c1e2e
add a comment why IFF_PROMISC is handled separately for SIOCSIFFLAGS:
...
Handle special case for IFF_PROMISC. If only IFF_PROMISC
flag is changed, do not call an_init() to avoid initiating
reassociation to another access point. It is really
helpful for tcpdump(8).
2001-05-28 00:46:35 +00:00
lukem
cc5935ebba
unifdef !__STDC__ (missed in previous)
2001-05-28 00:41:14 +00:00
matt
0a3911863f
Use structure assignment instead of bcopy.
2001-05-28 00:15:10 +00:00
matt
8fb5853698
Change the bcopy's to structure assignments.
2001-05-28 00:12:21 +00:00
wiz
3686c30f46
Add RTC_OFFSET=0 line.
2001-05-27 23:52:41 +00:00
itojun
e44d476e4e
typo in comment
2001-05-27 23:46:51 +00:00
wiz
c4633b8744
Add RTC_OFFSET line (see port-macppc/10265).
2001-05-27 23:39:03 +00:00
wiz
8676d3773e
Honour RTC_OFFSET. Patches from Y. Takizawa <you@nightbreak.org> via
...
SUNAGAWA Keiki in port-macppc/10265. Also addresses port-macppc/10949.
2001-05-27 23:38:12 +00:00
abs
bc6b112c88
Add the following to help in the "lint needs new libc, libc needs new lint"
...
case.
Symptom:lint does not understand the '-X' option
Fix: May need to build & install libs with NOLINT=1 before rebuilding lint
2001-05-27 23:34:22 +00:00
christos
7ddeec7d69
s/warn/xwarnx/ cuts down size by 50% by not pulling in stdio.
2001-05-27 23:26:47 +00:00
wiz
f1ec8153c9
add MAKEDEV(8) for dreamcast
2001-05-27 21:21:39 +00:00
wiz
d07f3a1811
regen
2001-05-27 21:18:54 +00:00
wiz
9dc74a771a
Descent into man8.dreamcast.
2001-05-27 21:18:19 +00:00
wiz
440b9cb678
add /usr/share/man/{cat,man}8/dreamcast
2001-05-27 21:18:01 +00:00
manu
7046b15b3d
Fixed the return value of ptrace for PEEKTEXT and PEEKDATA: return value must
...
be a pointer to data, which holds the result. Linux's glibc undo this odd
operation to bring the standard ptrace behavior to userland.
2001-05-27 21:17:16 +00:00
wiz
5362253979
Add /usr/share/man/{cat,man}8/dreamcast
2001-05-27 21:15:59 +00:00
manu
befe23c119
Implements correctly PEEKUSER and fixes various serious bugs. The status
...
of this file is not "officially broken" any more (gdb works).
2001-05-27 21:15:07 +00:00
wiz
0dd67e03be
Add MAKEDEV.8 man page for dreamcast.
2001-05-27 21:14:28 +00:00
wiz
b294089309
Add comment about how to generate MAKEDEV.8, and remove empty call units
...
section in comment (since MAKEDEV2manpage.pl expects at least one entry
per section).
2001-05-27 21:13:50 +00:00