fvdl
dd270d4a3f
ifdef NISAPNP -> if NISAPNP > 0
2001-06-19 12:45:23 +00:00
wiz
6abe6d18f8
Typo, whitespace and punctuation fixes.
2001-06-19 12:34:26 +00:00
fvdl
315360cfd2
Adapt for an actually correct sys/exec_elf.h
2001-06-19 12:07:50 +00:00
fvdl
a904f36474
Don't use multi-line string literals.
2001-06-19 12:07:21 +00:00
simonb
d4bcd9c735
Add/change prototypes so that macpcc builds with -Wstrict-prototypes.
2001-06-19 12:02:55 +00:00
nonaka
595d6a40b4
Back out last changes.
2001-06-19 11:56:27 +00:00
nonaka
b9c1984c7e
Back out last changes.
2001-06-19 11:36:17 +00:00
ad
14edc766df
Check for transport failure before looking at the status code in the reply.
2001-06-19 10:46:16 +00:00
ad
c8adbae640
Refer to the i2ocfg package.
2001-06-19 10:44:03 +00:00
lukem
b7f8c7eb86
delint
2001-06-19 10:43:26 +00:00
scw
21481088f3
Minor correction for mvme68k.
2001-06-19 09:51:03 +00:00
fvdl
bd1117828f
Add x86-64.
2001-06-19 09:27:24 +00:00
fvdl
b4b5dc533d
Add fxsr CR4 bits.
2001-06-19 09:12:49 +00:00
fvdl
d8d208d673
Fix botched commit; I forgot to bring this up to date to -current
...
before committing it.
2001-06-19 09:10:30 +00:00
simonb
43eba60849
Make all the ppc delay() functions the same - formating change only, no
...
code changes. Step one of a unified ppc clock.c.
2001-06-19 08:34:49 +00:00
simonb
a8068ab82d
Don't use argument names in function declarations.
2001-06-19 08:24:07 +00:00
mrg
e16036ef83
complete sparc descriptions.
2001-06-19 07:49:14 +00:00
jdolecek
934f52d4ff
Sprinkle couple of cosmetic changes - use 'extern' in headers, make
...
some stuff static, const as appropriate, use static TAILQ_HEAD_INITIALIZER()
instead TAILQ_INIT() call.
2001-06-19 07:37:16 +00:00
jdolecek
a7d6a8f2f1
The ifa is needed for CCITT&&LLC case, provide it in that case
2001-06-19 07:19:35 +00:00
simonb
97b16e911f
Move the DSISR SPR bit definitions from <powerpc/mpc6xx/pte.h> to
...
<powerpc/spr.h>. Remove unused ISI/SRR1 bit definitions.
2001-06-19 07:14:23 +00:00
oster
0e8f8213af
A bunch of these bits are only needed for the EVENODD stuff.
...
Shaves a little better than 1K off the size of an i386 kernel.
2001-06-19 03:25:16 +00:00
christos
495370b307
add x86_64
2001-06-19 02:49:05 +00:00
fvdl
ba22234cb4
.s -> .S for microtime
2001-06-19 02:06:52 +00:00
fvdl
4880ff208d
Forgot this one. This is basically a copy of the i386 version;
...
needed because the sim provides this, likely to be nuked later.
2001-06-19 02:06:15 +00:00
fvdl
653103e16a
This was previously missed.
2001-06-19 01:58:46 +00:00
fvdl
090a2bb9f1
Fix typo in comment.
2001-06-19 01:40:42 +00:00
fvdl
644b748282
Add some extra flags for the x86-64 port. Disable -O in sys.mk
...
(which is where all ports set it); there seem to be some lurking
optimization bugs for the x86-64.
2001-06-19 01:37:44 +00:00
fvdl
d1d73371a6
Preliminary x86-64 support. Not fully functional yet (toolchain bugs).
2001-06-19 01:11:03 +00:00
fvdl
a84b13f43f
CSU for x86-64 port.
2001-06-19 00:49:06 +00:00
fvdl
6a150bca8d
Add (mostly stub) x86-64 kvm stuff. Needs work.
2001-06-19 00:43:24 +00:00
fvdl
2563e4390d
Add IDs for x86-64.
2001-06-19 00:41:53 +00:00
fvdl
e2ff2f5762
Use ELFSIZE 64 for x86-64.
2001-06-19 00:40:57 +00:00
fvdl
fe75469d65
Some of this was sparc-specific, so ifdef __sparc__ it (XXX). Also,
...
change the alignment of one structure with an MD ifdef. Should
be moved into the netbsd32_machdep parts.
2001-06-19 00:36:21 +00:00
fvdl
8ecba6c681
Modify the i387 code so that it can be shared between the i386 port
...
and the x86_64 port. XXX some files should be distinct.
2001-06-19 00:26:29 +00:00
fvdl
d27b141b4e
Use arch/i387 for x86_64.
2001-06-19 00:25:36 +00:00
fvdl
10f59d7bba
Initial commit of x86-64 specific parts of libc.
2001-06-19 00:25:01 +00:00
fvdl
9b4c0e34d2
Initial commit of the port to AMD's upcoming 64 bit architecture, the
...
x86-64. Since there's no hardware available yet, this port is only
known to run on the Simics simulator for at the moment, and as such
uses the PC devices that it simulates for now. It will be developed
more (and cleaned up) as the hardware becomes available.
2001-06-19 00:19:12 +00:00
thorpej
9c9eba63ec
Add gsip(4), gphyter(4), and sf(4) drivers.
2001-06-18 22:45:54 +00:00
thorpej
7478f1c9a3
Add sf(4), gsip(4), gphyter(4) drivers.
2001-06-18 22:40:19 +00:00
thorpej
a9d488c4e3
Add sf(4) manual page.
2001-06-18 22:31:20 +00:00
bjh21
cb36bacea5
Merge arm32/dev/bus_space_notimpl.S and hpcarm/hpcarm/bus_space_notimpl.S
...
into arm/arm/bus_space_notimpl.S. They were identical anyway.
This file has no excuse for being in assembler, but I'll leave that for another
day.
2001-06-18 22:26:15 +00:00
thorpej
dbfbb9d8c6
Add sf(4) manual page.
2001-06-18 22:24:03 +00:00
thorpej
62224968e1
Add support for the Adaptec AIC-6915 10/100 Ethernet. This is
...
a 64-bit PCI chip, available in 1, 2, and 4 port models.
2001-06-18 22:05:35 +00:00
bjh21
ecd0c5f71a
Account for move of /usr/include/arm/arm32/bus.h to /usr/include/arm/bus.h.
2001-06-18 21:47:38 +00:00
bjh21
80c5d7ab99
Move <arm/arm32/bus.h> to <arm/bus.h>, since it looks like it's going to be
...
necessary on arm26 as well.
2001-06-18 21:37:32 +00:00
nra
87332e2ec5
Re-alphabetize my name.
2001-06-18 20:52:34 +00:00
bjh21
743e0579d1
Remove "defopt FOOTBRIDGE" -- it's in files.footbridge now.
2001-06-18 20:49:14 +00:00
nra
6ba2da2cb3
Add myself to the list of developers.
2001-06-18 20:36:15 +00:00
christos
a2458a3f05
use better/quicker shell syntax
2001-06-18 19:43:55 +00:00
drochner
8d1282dd17
update for moved toisc.c
2001-06-18 19:16:10 +00:00