thorpej
abcb4fee4e
Use -O0 on SuperH, for now.
2002-04-23 20:21:03 +00:00
bouyer
4c8f4b94f8
Fix copyrigth.
2002-04-23 20:12:39 +00:00
bouyer
357e8d94bd
Fix copyright notice.
2002-04-23 20:10:28 +00:00
wiz
9e12203110
Fix typo.
2002-04-23 20:01:54 +00:00
wiz
2d35a565b6
Fix Dd, sort SEE ALSO.
2002-04-23 19:59:39 +00:00
tv
3522143339
The "objcopy" based crunchide method has a problem on MIPS; it turns global
...
symbols into locals, but relocs are left in place (rather than attempting
to resolve-in-place with "ld -r", even with "-Bsymbolic").
Standard MIPS code will generate CALL16 relocs for function calls, but
the linker forbids such relocs from being used to call local symbols (such
as those turned "local" by objcopy). So, rather than battle the toolchain
uphill, work around it for the moment by forcing 32-bit GOT references with
the assembler option "-xgot".
This will be fixed in a more clean manner in the future.
2002-04-23 19:53:10 +00:00
bouyer
720f57412d
Kill ncr(4), mention esiop(4).
2002-04-23 19:48:41 +00:00
tv
aa25460ffb
Make sure DBG setting is passed to crunch Makefile to get proper
...
compile-time options.
2002-04-23 19:44:14 +00:00
bouyer
4ce493540b
Add esiop; and rename 53c1010-33 to 53c1010 (the 66Mhz version should work
...
too).
2002-04-23 19:43:18 +00:00
bouyer
be7a077389
Add esiop(4)
2002-04-23 19:41:31 +00:00
bouyer
410d0594cd
Add a man page for esiop. While I'm there remove references to ncr(4).
2002-04-23 19:38:57 +00:00
bouyer
c7454ad973
- factor out parts of (e)siop_attach() to siop_common_attach()
...
- Add support for DT transfers (aka Ultra/160) in esiop
Note that DT transfers are not enabled for 53c1010-33 rev 0 yet; if I trust
FreeBSD it has a bug which prevent them to do DT properly.
From the same source there may be issues with some revs of 53c1010-66.
2002-04-23 17:33:27 +00:00
bouyer
15c40f8b5b
The IBM drive I have here supports DT, but claim version 3 only.
...
So check for version 3, not 4 when looking for DT support.
This should be safe as these bits are reserved for older devices, they
should be set to 0 when not supported.
2002-04-23 17:28:43 +00:00
christos
7ad1c0f407
Don't forget to set mature and unuse the file.
2002-04-23 17:20:58 +00:00
kleink
3626919f4c
Oops, swapped mtsrin operands in previous.
2002-04-23 17:14:45 +00:00
tv
7da1186e67
Use ${INSTALL_FILE} to move /boot.atari into place so it is seen by an
...
UNPRIVED build.
2002-04-23 17:04:31 +00:00
christos
1261c89715
From OpenBSD, via FreeBSD: If a set{u,g}id binary is invoked with fd < 3
...
closed, open those fds to /dev/null.
XXX: This needs to be fixed in a better way. The kernel should not need to
know about /dev/null or special case 0, 1, 2.
2002-04-23 15:11:25 +00:00
uch
14fff32a83
remove duplicated SH3, SH4 define.
2002-04-23 13:59:03 +00:00
hannken
94a48c8c9f
Remove the cyrillic keysyms. This was not done the right way.
...
Will come back after 1.6 has branched.
Approved by: Matthias Drochner <drochner@netbsd.org>
2002-04-23 13:42:46 +00:00
bouyer
25d4f402ce
Regen: bump message size to 16 octets.
2002-04-23 12:56:01 +00:00
bouyer
6d37782a49
Bump the space for SCSI messages from 8 to 16 octets, as 8 may not be
...
enouth for IDENTIFY + TAG + PPR.
Get rid of constants in C code by use of a offsetof macro.
2002-04-23 12:55:26 +00:00
kleink
3a03930d13
Add a third argument to pmap_bootstrap() which platform-specific
...
initialization can use to specify additional segment registers to be set
up in the kernel pmap.
2002-04-23 12:41:04 +00:00
augustss
43688aeeca
Fix some (old) typos: s/catman/man/
2002-04-23 12:07:52 +00:00
wiz
162a640859
Fix a typo and drop a space.
2002-04-23 12:07:47 +00:00
augustss
7e84f132c3
Add acpi man pages.
2002-04-23 12:04:12 +00:00
augustss
c17732b6e5
Add skeleton man pages for acpi drivers.
2002-04-23 12:01:16 +00:00
agc
b42bb2abdc
After the grand unification of softfloat-specialize, let sparc64 builds
...
work properly again.
2002-04-23 11:59:25 +00:00
ad
ea92353d58
MLX_GET_SYSDRIVE expects the unit number returned in *arg. Should fix PR
...
14116.
2002-04-23 11:57:45 +00:00
bouyer
cf06149dac
Enable software LED control based on LED0 feature, not #define.
...
For now, set the LED0 feature if SIOP_SYMLED is defined in siop_pci_common.c.
From Jason R Thorpe.
2002-04-23 10:38:37 +00:00
hubertf
19f6d0bbcb
Add more error checking, and tell the user what's up when he runs
...
into descriptor-shortage. Can be caused when installing deeply-nested
binary pkgs like kde.
2002-04-23 10:14:59 +00:00
bouyer
71103278cf
Set SF_CHIP_LEDC for chips that support it. Based on patch sent in private
...
mail by Jason R Thorpe.
2002-04-23 10:11:39 +00:00
bouyer
b6fee4019d
Add some new features:
...
- SF_BUS_ULTRA3, for Ultra/3 (80Mhz) busses
- SF_CHIP_LEDC, led on GPIO0 with hardware control
- SF_CHIP_DT, support DT clocking.
2002-04-23 10:06:44 +00:00
bouyer
d77c3b3d84
Add the Parallel Protocol Request message.
2002-04-23 09:46:51 +00:00
ragge
b0fa7eb2c1
Someone had a braino here; IP_TTL != IPDEFTTL. This caused the standalone
...
udp traffic to only have a ttl of 4.
Found by Jens Nilsson, jens@rockstorm.se .
2002-04-23 09:16:09 +00:00
bouyer
e49057af19
Report SPC-2 features (DT clocking, quick arbitration and selection,
...
information unit transfers) though periph_cap.
2002-04-23 09:09:55 +00:00
msaitoh
039616e700
don't override LDSTATIC if NOPIC is defined.
2002-04-23 08:19:15 +00:00
lukem
756722c3c1
Overhaul how _SRC_TOP_ is determined, ensuring that it will be set to
...
${BSDSRCDIR} if make(1) is running outside of the NetBSD source tree.
This should solve various issues, including building xsrc which uses
${BSDSRCDIR}/distrib/sets/maketars.
2002-04-23 07:20:22 +00:00
pk
ebe575d3ca
BUS_ADDR(): avoid signed conversions.
2002-04-23 07:17:29 +00:00
manu
c7dcec33a1
Added IRIX /dev/usema and dev/usemaclone (void driver for now, will be
...
filled later)
2002-04-23 06:48:46 +00:00
augustss
0405958cec
Check for write permission for some ioctls.
2002-04-23 06:34:11 +00:00
itohy
f3e8a130b8
Make sure using stdin/stdout/stderr is safe
...
after opening any file.
2002-04-23 06:10:42 +00:00
gmcgarry
8561815f09
Clarify that only miniroot installs are supported ATM.
2002-04-23 05:56:44 +00:00
gmcgarry
7df0b0a5ed
- only describe the floppy directory if floppies are supported for machine
...
- the kern set has grown an extension
- add new kernels for hp300
2002-04-23 05:55:23 +00:00
manu
ee5b3b3977
Added a void IRIX /dev/usema and /dev/usemaclone pseudodevice driver.
...
IRIX uses this for implementing atomics operation on semaphores
This will be filled later.
2002-04-23 05:51:14 +00:00
manu
f599dce291
Added fchdir, fchown and fchmod system calls
2002-04-23 05:47:38 +00:00
lukem
1608f561f2
after consideration, don't bother with compat symlinks, as it might
...
cause end-user confusion if the syntax changed between
/usr/mdec/installboot and /usr/sbin/installboot
2002-04-23 02:39:33 +00:00
fredette
fd6a9fbbbf
Be sure to use /usr/sbin/installboot instead of /usr/mdec/installboot,
...
since the status of any compatability link or script is up in the air.
2002-04-23 02:27:40 +00:00
bjh21
93fb47689e
Sun Workshop C 5.0 objects to generating object files with suffixes other than
...
.o. Work around this by generating host object files with a .lo.o suffix and
then renaming to .lo.
2002-04-23 00:15:45 +00:00
bjh21
a64574e0e7
Add test for alloca() and <alloca.h>, since Sun Workshop C 5.0 needs this.
2002-04-23 00:13:50 +00:00
bjh21
bfebd5429d
<stdint.h> belongs before <sys/endian.h>.
2002-04-22 23:40:10 +00:00