90451 Commits

Author SHA1 Message Date
jhawk
c7996c4a47 Print addresses symbolicly using the new ddb helper function, db_symstr().
This disassembler still needs a fair chunk of work.
2002-01-05 20:21:37 +00:00
explorer
a40b01901f revert changes I made a long time ago. This should undo the changes which are causing problems on some non-x86 platforms. I'll probsably redo some of these changes, but after the next release branch. 2002-01-05 20:10:53 +00:00
jhawk
73c2346377 Add db_symstr(), a parallel interface to db_printsym() that
writes to a string rather than outputs to the supplied printer.
This is convenient for disassemblers that are structured to
build a long string and print it later.

Perhaps db_printsym() should be changed to use this interface...
2002-01-05 20:09:52 +00:00
thorpej
ce4f05c0a3 Fix LP64 printf format problem. 2002-01-05 19:26:44 +00:00
dbj
86e773e9fd change apparent typo of MS_SFILES to MD_SFILES
This fixes some dependency problems with locore.S
2002-01-05 17:58:48 +00:00
chris
826b7655cf include <arm/conf.h> for prototypes.
Correct args to mmopen and mmclose.
Add RCSID line.
2002-01-05 17:02:22 +00:00
junyoung
83ad3c8a91 Regen. 2002-01-05 16:36:59 +00:00
junyoung
7f0a4dd3c9 Remove Mach64 B that conflicts with Mach64 GP. 2002-01-05 16:35:52 +00:00
martin
114dbddbad Make ntpd use the getifaddrs interface, thus avoiding alignement
problems (see port-sparc64/15112).

This change will be submitted to the NTP maintainers as well.
2002-01-05 13:24:40 +00:00
mrg
c8166f989e update the location of the client script. 2002-01-05 07:42:10 +00:00
mrg
b78ea217a6 build this as a host prog. 2002-01-05 07:37:45 +00:00
mrg
5bd0c76f92 build zic as a host tool. 2002-01-05 07:36:33 +00:00
mrg
2e2c2dfb4f do not overwrite ${ZIC} if it is already set. 2002-01-05 07:35:20 +00:00
mrg
ed3bd49a81 add ${ZIC} 2002-01-05 07:34:08 +00:00
mrg
b193186a84 add ${MAKEFS} 2002-01-05 07:29:31 +00:00
mrg
fc820c7268 build makefs, and, sparc-installboot if sparc||sparc64 2002-01-05 07:03:30 +00:00
mrg
2218533d73 build this as a host tool. 2002-01-05 07:00:56 +00:00
tron
a7b86ccd43 Udpate documentation of "UNLIMIT_RESOURCES" for new format. 2002-01-05 06:49:42 +00:00
takemura
d0d31a9efc DoCoMo SigmationII support (Experimental)
You must turn on HPCMIPS_L1CACHE_DISABLE option.
2002-01-05 06:45:31 +00:00
takemura
cea2181363 Recompile for DoCoMo SigmarionII with eVC 3.0 and H/PC Pro 2.11 SDK. 2002-01-05 06:00:22 +00:00
takemura
a42a77efaf If two or more vrisab matches platform id, attach most specific one. 2002-01-05 05:09:15 +00:00
uch
cead686281 fix memory size calcuration bug. 2002-01-05 04:47:30 +00:00
uch
48d7ccb224 s/vnd0d/vnd0/ 2002-01-05 02:23:30 +00:00
jhawk
605db0bb09 ddb(9) 2002-01-05 01:48:10 +00:00
augustss
e75edd40ae Initialize _ca struct right. 2002-01-05 01:30:01 +00:00
thorpej
6e17c402e6 Add -ffreestanding to CFLAGS. Remove the GCC 2.8 check around
-Wno-main (always include -Wno-main).
2002-01-05 01:22:21 +00:00
martin
a9309d4f18 Ooops, forgot to commit this file when doing the great if_spppsubr.c
rotottil. Thanks to Launey Thomas for pointing this out.
2002-01-05 00:54:07 +00:00
chris
b51b9e9e63 Update with radio, cir and irframe. also add block device for ld. Update other tables in file as appropriate. 2002-01-05 00:51:30 +00:00
chris
9b812a6774 Update mem device to bring it into line with a change in version 1.32 of i386/mem.c. Appears that we may move uio twice.
Original i386 log message:
Optimize the case of writing to /dev/zero, and clean up the
surrounding code a bit.  Partly suggested by gwr.

I think this needs to be applied to arm26 as well.
2002-01-05 00:46:33 +00:00
takemura
92f7bd9399 Deleted verbose error message in probe routine to probe silently. 2002-01-05 00:40:38 +00:00
augustss
b915c78113 Regen. 2002-01-05 00:16:42 +00:00
augustss
70567d1c07 Take the default output unit from env MIDIUNIT. 2002-01-05 00:04:27 +00:00
briggs
e984bd475c Initialize pba_intrswiz and pba_intrtag before configuring PCI bus. 2002-01-04 22:39:47 +00:00
thorpej
92aa2889ec Use mips* rather than mipsel* or mipseb* to set gdb_host_cpu. From
gdb-current.
2002-01-04 21:45:54 +00:00
ross
fa52dc5a38 Add a needed .El 2002-01-04 21:38:16 +00:00
briggs
b89eed2156 If we're attaching UART2, then use UART2 in failure-case panic()s. 2002-01-04 21:18:59 +00:00
augustss
942fe5df1d Uncomment udsbr (it works). 2002-01-04 21:04:42 +00:00
tv
f8e3b0e1e5 Revert rev. 1.30 (partly). If MKPICINSTALL=no in mk.conf, libc_pic.a will
NOT be installed by the time we build here.

However, allow the link to look in both src/lib/libc and $DESTDIR/usr/lib.
2002-01-04 19:08:04 +00:00
thorpej
5da850da23 For PROG_CXX DESTDIR builds, pull in -lstdc++ and -lm regardless
of GCC version.
2002-01-04 19:07:18 +00:00
thorpej
1e7aef64f9 Set gdb_host_cpu to "mips" if mipsel. 2002-01-04 18:41:42 +00:00
augustss
0bb5b26936 Add a bunch of PCI-wireless PCMCIA adapters. They are probably all based
on a PLX chip.  (For which we have no driver yet.)
2002-01-04 18:26:20 +00:00
ws
95ea6d63ce Make this work with only a keyboard attached to ps2 port.
(Maybe even works with only a mouse attached, but I cannot test this.)
Should fix PR 10306 (& 15093).
2002-01-04 17:11:55 +00:00
toshii
4e09455de8 Make jornada720 serial port work when it isn't used as a console. 2002-01-04 16:36:41 +00:00
tsutsui
32eba8afae Fix an uninitialized variable found by new toolchain. 2002-01-04 16:30:02 +00:00
bjh21
a5d3e4699b BBBB(8) is obsolete. 2002-01-04 15:33:01 +00:00
bjh21
ab2303a1d4 BBBB has been removed. It's manpage should be too. 2002-01-04 15:29:06 +00:00
kanaoka
450887c407 Add support for "D-Link DFE-690TXD 10/100".
by kern/15100: From: John Nemeth <jnemeth@access.victoria.bc.ca>
2002-01-04 15:24:24 +00:00
kanaoka
8f88b8c44e Regen. 2002-01-04 15:23:33 +00:00
kanaoka
4cdb84fe68 Add product "D-Link DFE-690TXD 10/100".
by kern/15100: From: John Nemeth <jnemeth@access.victoria.bc.ca>
2002-01-04 15:22:41 +00:00
lukem
86301f004f ANSI KNF. remove NET2_STAT cruft 2002-01-04 14:50:29 +00:00