thorpej
f56b432a79
Use the bus_space_generic bus space ops.
2002-04-12 19:12:31 +00:00
thorpej
80146a5185
Use the bus_space_generic bus space ops.
2002-04-12 19:02:30 +00:00
thorpej
79303779d8
Add some generic bus_space ops, which are pulled in by the
...
"bus_space_generic" configuration attribute.
2002-04-12 18:56:57 +00:00
thorpej
32a0860797
Centralize ARM CPU configuration information by adding a new header
...
file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines
the following:
* CPU_NTYPES -- now many CPU types are configured into the kernel. What
you really want to know is "== 1" or "> 1".
* Defines ARM_ARCH_2, ARM_ARCH_3, ARM_ARCH_4, ARM_ARCH_5, depending
on which ARM architecture versions are configured (based on CPU_*
options). Also defines ARM_NARCH to determins how many architecture
versions are configured.
* Defines ARM_MMU_MEMC, ARM_MMU_GENERIC, ARM_MMU_XSCALE depending on
which classes of ARM MMUs are configured into the kernel, and ARM_NMMUS
to determine how many MMU classes are configured.
Remove the needless inclusion of "opt_cputypes.h" in several places.
Convert remaining users to <arm/cpuconf.h>.
2002-04-12 18:50:29 +00:00
manu
5ee554064d
Reworked IRIX signal delivery so that ucontext is used instead of sigcontext
...
when SA_SIGINFO is used. The IRIX process will hence find the expected
information using the third argument of the signal handler.
We do not provide code and siginfo yet.
2002-04-12 18:44:57 +00:00
mycroft
3b38c02e34
Add support for the ServerWorks OSB4 and CSB5 chipsets.
...
Note: The code is written a little more cruftily than it should be. It's also
only tested on the OSB4. I'm not sure it even makes sense to have support for
`native' mode, but I put it in just in case.
2002-04-12 18:02:04 +00:00
bjh21
9ca6637757
opt_footbridge.h no longer exists.
2002-04-12 18:01:17 +00:00
mycroft
04d3df6513
Enable AGP GART support by default.
2002-04-12 17:58:17 +00:00
heinz
ebc862f9b0
Added some clarifying comments after my mistake.
2002-04-12 17:56:14 +00:00
heinz
ce4cc4a651
Regenerate to compensate my mistake of committing this _together_ with
...
usbdevs. Should now have the correct reference to usbdevs.
2002-04-12 17:40:38 +00:00
manu
78583a4567
Always define SA_SIGINFO, and keep track of it in SVR4 emulation. This is
...
needed for IRIX signal delivery.
Approved by Christos.
2002-04-12 17:37:30 +00:00
christos
7d930e8572
Use SESSHOLD and SESSRELE consistently.
...
Add SESSHOLD and SESSRELE to the t_session, so that we don't have dangling
references [inspired by OpenBSD].
2002-04-12 17:02:33 +00:00
lukem
f49045ad2d
minor NDWO tweak
2002-04-12 14:56:38 +00:00
lukem
de37d5123f
.WAIT sync. whitespace cleanup
2002-04-12 14:54:36 +00:00
lukem
4b2f7bd0e9
NDWO cleanup
2002-04-12 14:52:57 +00:00
lukem
b377d4a3fc
unused crap
2002-04-12 14:52:04 +00:00
lukem
ee960581cd
convert to NDWO
2002-04-12 14:44:39 +00:00
lukem
8e8cb0d464
convert to new distrib world order.
...
xxx; untested
2002-04-12 14:40:53 +00:00
pk
0c22ac1fa6
Add entries for Type5 keys T5_Insert, T5_Home, T5_End, T5_PgUp and T5_PgDn
...
as suggested by uwe@netbsd.org .
2002-04-12 14:27:29 +00:00
lukem
59e45171a7
minor NDWO tweak
2002-04-12 14:10:48 +00:00
lukem
0462536a23
.WAIT sync. whitespace cleanup
2002-04-12 14:09:40 +00:00
lukem
981a853952
TARGETS+=release
2002-04-12 14:07:37 +00:00
lukem
4d758846d5
unused crap
2002-04-12 14:07:06 +00:00
lukem
4bede604c3
NDWO tweak
2002-04-12 14:05:46 +00:00
lukem
f285275e44
TARGETS+=release
2002-04-12 14:04:40 +00:00
lukem
a883050c70
use gzip -9f
2002-04-12 14:03:59 +00:00
lukem
7ef76804ef
unused
2002-04-12 14:01:27 +00:00
lukem
56ea818006
minor NDWO consistency tweak
2002-04-12 13:59:32 +00:00
christos
c05d0857b2
PR/16034: Kimmo Suominen: change the compiled setgid_group default to maildrop.
...
XXX: I don't like this. I think we should revert everything to postdrop to
match other systems.
2002-04-12 13:58:33 +00:00
lukem
84ae590202
whitespace tweak
2002-04-12 13:58:08 +00:00
lukem
b39fbede64
migrate to NDWO using Makefile.mdset, based on pmax/instkernel/Makefile
...
XXX: untested
2002-04-12 13:54:50 +00:00
lukem
58e532b9cd
- use Makefile.mdset to build md kernel and bootable image
...
- use ${RELINSTALL} instead of ${INSTALL} ...
2002-04-12 13:52:12 +00:00
lukem
0dfdd76021
Makefile.mdset:
...
replace
TARGETS = KERNEL IMAGE [...]
with
MDTARGETS = KERNEL IMAGE FILENAME [...]
If FILENAME is "-", use "netbsd.${KERNEL}" as the target filename
The rest:
Update for new MDTARGETS syntax. In some cases, the kernel
name from the "old" method will be used to override the default.
2002-04-12 13:39:43 +00:00
briggs
d92612683d
Sync with actual installed headers from sandpoint/include/Makefile.
2002-04-12 13:33:42 +00:00
briggs
e588351a82
Don't need to install spkr.h
2002-04-12 13:33:23 +00:00
christos
71d5289a50
regen
2002-04-12 13:12:57 +00:00
christos
9a5cce0e79
add some more devices; sorry I don't remember where they came from.
2002-04-12 13:12:40 +00:00
heinz
16e1edf6ab
Add a bunch of webcams from Philips (infos found on a Linux web site)
2002-04-12 13:12:28 +00:00
bjh21
1283cdaaed
Add <luna68k/svr4_machdep.h>, since that seems to be necessary to get
...
things to compile.
2002-04-12 12:46:39 +00:00
skrll
d16056a869
Add "aout" to KERNEL_SUFFIXES.
2002-04-12 09:31:01 +00:00
gmcgarry
6e066ba77a
Add commented-out USERCONF option. Mainly useful for install media
...
and can be optionally enabled based on miniroot and ramdisk size
requirements.
2002-04-12 08:10:45 +00:00
lukem
0b16de72ba
use gzip -9 instead of --best
2002-04-12 07:08:37 +00:00
lukem
d280442683
- support optional secondary bootstrap arg for install (unused by
...
existing backends, but future ones need it)
- use "bootstrap" instead of "boot block" in various messages where appropriate
- rename some members of ib_params
2002-04-12 06:50:41 +00:00
martin
a56dc0602f
Document a puzzling assignement.
2002-04-12 06:21:57 +00:00
thorpej
a6159879f0
Remove footbridge-specific stuff that will never apply on the Integrator.
2002-04-12 06:13:42 +00:00
lukem
96507f1e2c
nuke now-unused stuff
2002-04-12 06:03:30 +00:00
lukem
b4ca9f10e4
convert to NDWO
2002-04-12 06:02:36 +00:00
lukem
f9266fc141
.WAIT sync. add release target
2002-04-12 05:53:50 +00:00
lukem
60a7b54bb3
document which variables get modified by this fragment
2002-04-12 05:50:19 +00:00
lukem
627174f862
- don't pull in <bsd.prog.mk> in Makefile.mdset; do that in the caller instead
...
- renamed optional post-strip action variable from ${KERNEL}.post to
netbsd.${KERNEL}.post
2002-04-12 05:33:58 +00:00