bjh21
caff9d0e7e
Change the various targets to look more like their libsa counterparts.
...
I think this'll help on read-only source trees.
2002-05-05 10:02:17 +00:00
bjh21
505c2b63d1
Re-arrange "machine" magic so it's in the same place as on i386. This seems
...
to help things happen in the right order (I smell a missing dependency).
2002-05-05 10:01:26 +00:00
simonb
fdf099ea04
Remove a check for a u_int8_t variable being greater than 255.
2002-05-05 08:28:47 +00:00
thorpej
27f38656ef
Add missing const.
2002-05-05 08:23:03 +00:00
thorpej
80303e7e64
Add .register directives to appease newer gas.
2002-05-05 08:15:15 +00:00
kim
21e9aa7fd6
Quote $FILELIST and $BIGRAMS consistently. Especially the latter
...
can elicit "usage" from locate.code at runtime.
2002-05-05 07:27:35 +00:00
thorpej
e9bb69ab48
Add .register directives to appease newer gas.
2002-05-05 06:07:42 +00:00
thorpej
ca83c89dd4
A statement must follow a label.
2002-05-05 06:01:28 +00:00
takemura
65b0c92cb8
Added cast '(u_int16_t *)'.
...
4th arg of bus_space_read_multi_2 and bus_space_write_multi2 shuld be
u_int16_t *.
2002-05-05 03:19:26 +00:00
thorpej
9a88d576c1
hme_init(): call mii_mediachg() to make sure the current media is set.
2002-05-05 03:02:38 +00:00
thorpej
1556ff869b
Mative GDB build glue for NetBSD/sh3.
2002-05-05 02:39:37 +00:00
thorpej
e2bb3bd9bb
Basic (emphasis on basic) GDB support for NetBSD/sh3.
2002-05-05 02:37:33 +00:00
thorpej
ff8e73ad35
Not all new-toolchain platforms support shared libraries (m68000 and
...
sh3, for example, due to defincencies in the current compiler version).
Deal with this by splitting toolchain shlibs into tc.shl, and teachking
makeflist about it.
Also, fix an old-toolchain remnant in the sh3 set lists.
2002-05-05 01:24:24 +00:00
thorpej
6249662a70
Deal better with platforms that don't yet support shared libraries:
...
* Only add -fPIC if MKPIC != no.
* Only build crtbeginS and crtendS if MKPIC != no.
2002-05-05 00:45:31 +00:00
thorpej
179139677a
All ELF toolchains are of the "new toolchain" variety now, so no need
...
to conditionalize use of .hidden symbols anymore.
2002-05-05 00:34:00 +00:00
scw
132a9c91d5
Make sure main() has a prototype and a return type of "int".
2002-05-04 22:05:29 +00:00
bjh21
ca9a3c5b44
<bsd.hostprog.mk> and <bsd.prog.mk> don't play nicely together. Since
...
<bsd.hostprog.mk> includes <bsd.files.mk> anyway, drop <bsd.prog.mk>.
2002-05-04 21:56:50 +00:00
mbw
0f768fc6e4
move installing new bootloader to top of list of things to do (in case
...
kernel is incompatible with older version of SYS_UBOOT).
add section headings
describe how to prepare the miniroot easier than normal installation methods
mention that you have to reboot manually after miniroot is done
2002-05-04 21:36:57 +00:00
bjh21
c778d09734
Synchronise the various lists of sets with reality.
2002-05-04 21:35:27 +00:00
mbw
446a546c33
silly extraneous period (a.k.a. full stop) .
2002-05-04 21:35:19 +00:00
kleink
85e25e7fe2
While I'm here: <sys/exec_elf.h> -> <elf.h>.
2002-05-04 20:47:48 +00:00
kleink
23a8bf785e
Provide MBR_PTYPE_PREP and MBR_FLAGS_ACTIVE locally, if not available.
2002-05-04 20:46:23 +00:00
kleink
2b298aa1d3
Add some recent prep devices.
2002-05-04 20:42:25 +00:00
mbw
c020238ed4
typo
2002-05-04 20:40:25 +00:00
mbw
3e7a04037a
typo
...
describe how to check that the vnd is mounted correctly for hp300 installs
2002-05-04 20:39:32 +00:00
pooka
ca3ea88b7a
add mcclock
2002-05-04 20:06:49 +00:00
jdolecek
5beaf30ad8
Move the sample fstab files to /usr/share/examples/fstab/. Duplicates
...
or very similar configs removed.
2002-05-04 20:06:09 +00:00
jdolecek
abadcdeb3e
add /usr/share/exmples/fstab
2002-05-04 20:03:14 +00:00
jdolecek
5be1ccb890
for example fstab, refer to /usr/share/examples/fstab/
2002-05-04 19:55:47 +00:00
jdolecek
6662805edf
Add pointer to /usr/share/examples/fstab/ to FILES section.
...
Remove mount_*(8) xrefs, leave just mount(8).
2002-05-04 19:50:36 +00:00
jdolecek
074863cac2
Move the sample fstab files to /usr/share/examples/fstab/. Duplicates
...
or very similar configs removed.
2002-05-04 19:43:57 +00:00
thorpej
477d91c699
Use kinfo_proc2.
2002-05-04 18:44:27 +00:00
bouyer
8e978787e8
Keep track of the current SCSI mode (SE/HVD/LVD) and don't start PPR
...
negotiation if it's not a LVD bus.
Remove write to SIOP_STEST0, it's bogus and I don't know why it's there at
the first place.
2002-05-04 18:43:22 +00:00
briggs
69403fe32b
Remove unreferenced file.
2002-05-04 18:23:35 +00:00
bouyer
3dc7dba078
It seems that the 1010-33 has a bug: it sometimes generate spurious SCSI gross
...
errors for narrow transfers after a reselect. FreeBSD sym driver has a comment
about this, but their workaround (disable SCSI gross error reports) doesn't
work for me. Instead dissallow disconnect if the target is not wide
(FreeBSD doens't allow disconnect until the target has been fully probed, which
is why they may not have noticed my problem).
2002-05-04 18:11:06 +00:00
bouyer
56aff7332d
Add 1010 only SCSI gross error disable bits.
2002-05-04 17:51:52 +00:00
bouyer
50bb653982
More debug printfs.
2002-05-04 17:51:16 +00:00
kleink
c1477b6161
Add some comments to the CPP conditionals controlling the trap macro
...
definitions, to ease navigation somewhat.
2002-05-04 17:19:25 +00:00
ad
df9895c1cb
Bump IOPL_MAX_SEGS to 16 in line with other Ethernet drivers, and in one
...
spot replace it with the capped value learned from the board.
2002-05-04 16:43:26 +00:00
tron
a3ed40ee7c
Sync ipf(4) after starting or stopping. This is necesarry to make filter
...
rules for dynamically created interfaces like pppoe(4) effective.
2002-05-04 13:53:02 +00:00
martin
8ff591e85d
Add missing prototype for compat_43_netbsd32_sigsetmask.
2002-05-04 12:54:03 +00:00
bjh21
228c4dd3c6
Replace the "machine" logic with something stolen from
...
i386/stand/Makefile.booters. This might make builds with a read-only
source tree happier.
2002-05-04 12:25:00 +00:00
nonaka
e1cab97e02
Added lock.h
2002-05-04 10:31:45 +00:00
chris
6c4ac1de6e
Implement a proper delay routine for footbridge based systems. Note that
...
until the footbridge is attached we still have to rely on a loop. This
uses TIMER_3 running at 100Hz.
Sadly this doesn't appear to fix the tlp problems, which either means that this
delay routine is not as accurate as it should/could be or tlp is still broken.
2002-05-04 10:04:42 +00:00
takemura
7cd3e3bad5
Fixed line order. It was strange.
2002-05-04 09:37:24 +00:00
takemura
519f3fbad5
Fixed PC Card slot support.
2002-05-04 08:12:18 +00:00
manu
83c4aab4e2
bug for bug emulation of IRIX: on some device, including
...
/dev/usemaclone, fchmod returns 0 on faillure, and libc
depends on that behavior.
2002-05-04 07:45:05 +00:00
takemura
a9e34d1ccf
Added lib/libsa/files.c to avoid link error.
2002-05-04 07:40:59 +00:00
gmcgarry
2a622dde25
Pull in <bsd.own.mk> for definition of ELF2ECOFF.
2002-05-04 07:26:11 +00:00
takemura
28389b6cb5
Fixed debug messages.
2002-05-04 05:13:28 +00:00