perry
41bd4766f6
import lite-2
1998-02-02 03:44:25 +00:00
perry
3da5be9552
merge lite-2
1998-02-02 03:32:51 +00:00
thorpej
172b242837
Rearrange slightly the way the debugger exception vectors are initialized.
1998-02-02 03:01:28 +00:00
perry
90320e4c2a
fix typo from lite-2 commit
1998-02-02 02:54:28 +00:00
perry
08b0946f73
merge/update to lite-2
1998-02-02 02:41:17 +00:00
perry
2f7fe0fea0
import lite-2
1998-02-02 00:12:06 +00:00
marc
b01ada14d9
fix up the power management code to dtrt with the 3c562A mfc card (and
...
hopefully the other variants)
1998-02-01 23:52:25 +00:00
marc
6b68f8b698
use an array of serial devices, not a cascaded if
...
add power management support
1998-02-01 23:50:52 +00:00
marc
3a3ac64f4f
rewrite mfc intr management not to use unexported spl* functions
...
add mfc iobase/iosize support
add power management support
1998-02-01 23:49:02 +00:00
marc
cdc3013464
whitespace changes for readability
1998-02-01 23:38:44 +00:00
marc
57e56a34bc
add state to struct pcmcia_function for mfc iobase/iosize support
1998-02-01 23:38:06 +00:00
marc
5c17882e45
move pcic_wait_ready from i82365var.h to i82365.c
1998-02-01 23:36:23 +00:00
marc
63f5e2bbc3
move pcic_wait_ready to i82365.c
1998-02-01 23:33:51 +00:00
marc
1d4b77e754
split com_attach_subr into attach stuff and per-open initialization stuff
...
add timeouts to all splserial() while loops so bugs elsewhere don't cause
the com driver to wedge the machine
add power management support
1998-02-01 23:33:01 +00:00
marc
a71698f108
add power management hooks to softc
1998-02-01 23:30:49 +00:00
is
b3fa451227
Amiga uses the common m68k/sig_machdep.c now. Also moved its definition from
...
the other 68k ports' files.${port} to arch/m68k/conf/files.m68k.
1998-02-01 21:23:24 +00:00
kleink
fa75c2d647
Fix two harmless typographical errors in a comment.
1998-02-01 19:25:44 +00:00
is
01c32e5bb9
We have now much much more than 3 terminal emulator console devices.
1998-02-01 16:40:52 +00:00
is
2beb2bfe73
Add missing parts to "Once your kernel boots".
1998-02-01 16:28:54 +00:00
is
ba6183b9a4
Add missing pieces in boot procedure description.
1998-02-01 16:17:08 +00:00
frueauf
fbebae54cf
check_error uses type "const char *" instead of "char *" as argument.
...
reflects recent change to cron.h.
1998-02-01 14:36:36 +00:00
christos
23d3afbb8c
- #endif foo -> #endif /* foo */
...
- #if __STDC__ -> #ifdef __STDC__
- Don't allow expired accounts to login.
1998-02-01 14:10:22 +00:00
frueauf
d922341864
Add _strtoq.c back to SRCS+= which seemed to get lost while reordering it.
1998-02-01 14:03:47 +00:00
christos
cced5db98f
Determine endian-ness and define WORDS_BIGENDIAN if appropriate.
1998-02-01 13:48:08 +00:00
christos
1773ee5638
Add -DLBL_ALIGN to handle architectures that need memory alignment.
1998-02-01 13:46:53 +00:00
christos
3c7ab5dc3a
Regen.
1998-02-01 13:25:00 +00:00
christos
eff7649981
Enable nanosleep
1998-02-01 13:12:42 +00:00
thorpej
e642dff4e0
Import the psim-970703 (PowerPC Simulator) snapshot.
1998-02-01 08:01:23 +00:00
thorpej
74ab5e8006
Import the simulator sources from the gdb-4.16 distribution which were
...
omitted when our GDB was updated.
1998-02-01 07:56:37 +00:00
thorpej
87b50587c8
Update for ISO-9660 file system support.
1998-02-01 07:38:34 +00:00
thorpej
cfa47dfc11
Add support for installing boot blocks into ISO-9660 file system images.
1998-02-01 06:59:30 +00:00
jonathan
b8fd5128dc
Fix typo "vide" -> "video" from PR 4785
1998-02-01 03:05:57 +00:00
thorpej
fea34a1cf2
Bump the ramdisk size to 3M.
1998-02-01 02:55:42 +00:00
jonathan
5ca978e981
Use correct name ("ioasic") when checking parent bus.
1998-02-01 02:25:34 +00:00
thorpej
75367b2996
Add tset(1).
1998-02-01 02:16:43 +00:00
thorpej
bf64e85e53
XXX No xserver set for now.
1998-02-01 02:11:01 +00:00
thorpej
508eb6d6ba
Add support for building an "install kernel", which contains a ramdisk
...
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
1998-02-01 01:58:47 +00:00
jonathan
696b21e65f
Change VM_WAIT --> vm_wait() in mips pmap code, where waiting after
...
vm_page_alloc1() fails to return a page for use as a segtab.
XXX there must be a better way to do this.
1998-02-01 01:55:15 +00:00
thorpej
4efe4fc0da
le* at isa? isn't ready for prime-time yet.
1998-02-01 00:24:26 +00:00
pk
f3ee364e31
* Make sure the `ECB_NEXUS' flag accurately reflects the existence of
...
an initiator/target nexus and thus mark the correct queue (if any) a
command is on.
* If a disconnected command times out, just leave it on the nexus queue
and do nothing (for now). I need yet to decide on the strategy to
follow in this case. Note: we used to move the command to the `ready'
queue and then do nothing, which is worse.
1998-01-31 23:37:51 +00:00
thorpej
6aed8140af
Oops, fix a few stray "arm32"s.. (Guess where I copied these files from? :-)
1998-01-31 22:30:09 +00:00
thorpej
ff2548ba56
First-cut at Alpha support in sysinst.
1998-01-31 22:28:33 +00:00
christos
5ba817c967
Don't hardcode the interrupt type; use what the pnp config provided to us.
1998-01-31 21:31:35 +00:00
thorpej
163c89fb8a
Pull in <string.h> to get strcmp() prototype.
1998-01-31 20:43:48 +00:00
christos
26d6865f8e
Remove __GNUC__ ifdef, and make usage string consistent with other programs.
1998-01-31 20:42:07 +00:00
thorpej
edf59accb5
RCS ID police, and add explicit return value to getsubopt().
1998-01-31 20:41:39 +00:00
thorpej
5caf2349e4
Fix the prototypes for srandom() and initstate() after the libc/stdlib lite-2
...
merge (ints -> longs). The only platform on which this might have caused
a problem is the Alpha, and it happens to be safe because the first 6 arguments
are passed in registers on the Alpha (and are thus implicitly promoted to
longs anyhow).
1998-01-31 20:36:47 +00:00
christos
12a6e4b92e
Add missing ARGS_MAX
1998-01-31 15:07:14 +00:00
christos
0335fca704
Remove crappy globbing stubs. If the feature needs to be added it should
...
be using glob(3).
1998-01-31 14:44:47 +00:00
christos
9ac7be0692
Warnsify:
...
- add __RCSID
- remove nested comments
- remove register and auto keywords
- change into posix signals
- fix prototypes
1998-01-31 14:40:13 +00:00