christos
e36e7f175a
Add transmeta crusoe cpu support from toshi.
2001-11-17 08:21:43 +00:00
christos
79f74a0b0f
Add transmeta crusoe cpu support from toshi's fiva patches.
2001-11-17 08:20:58 +00:00
simonb
f809eb7333
Set `flags' before being used in the WRITE() function.
2001-11-17 07:22:34 +00:00
perry
4c7e639df1
fix a trivial lint warning
2001-11-17 05:31:27 +00:00
simonb
23be609b8c
New toolchain files for mipsel.
...
From Rafal's commit for mipseb (which applies here too):
WARNING: Binutils 2.11.2 (maybe earlier) changed the MIPS ABI, so any
shared libs built by this toolchain WILL NOT WORK without either a whack
to BFD to fix that or a patch to ld_elf.so to work around it. I need to
chase the binutils folks on this issue still.
2001-11-17 04:41:44 +00:00
perry
46164f478c
Fix a bug in detecting overflow in unsigned multiplication.
...
XXX Note that the overflow code for many cases seems to be buggy. I've
only fixed one bug that was bothering me. A set of regression tests
and extensive testing are needed.
2001-11-17 04:35:32 +00:00
lukem
69e1926249
document M_PIPE, M_AGP, M_PROP
2001-11-17 03:54:36 +00:00
lukem
576eed5512
Add new malloc(9) flag M_ZERO - zeros memory before returning.
...
From Poul-Henning Kamp's equivalent enhancement in FreeBSD.
2001-11-17 03:50:27 +00:00
perry
b4109e020f
XXX if a color term, do color. horrible kludge.
2001-11-17 02:06:47 +00:00
augustss
2e3aacf23d
Adapt to small ioctl(USB_DEVICEINFO) change.
2001-11-17 01:52:56 +00:00
augustss
1f6462461a
Make it possible to report device speeds with ioctl(USB_DEVICEINFO).
2001-11-17 01:49:53 +00:00
augustss
25ffd2ae73
Regen.
2001-11-17 01:44:03 +00:00
augustss
c434bdf8c7
Yet another device.
2001-11-17 01:43:40 +00:00
thorpej
21c0578357
Walk the ARCS device tree to find the L2 cache size.
2001-11-17 01:19:58 +00:00
perry
c50182835e
1) Use standard box drawing characters. It looks a whole lot better
...
than *'s.
2) On displays that handle color, do a cheesy white-on-blue theme.
As silly as it may seem, many people seem to respond better to color
and nice borders for sysinst.
XXX will rig up a way to do this more cleanly.
2001-11-17 01:12:47 +00:00
thorpej
1466b9ca1d
Back out the last two changes I made to this driver -- some people
...
have reported lossage.
2001-11-17 00:56:04 +00:00
augustss
b2b2b2b448
Implement port reset sequence correctly.
2001-11-16 23:52:10 +00:00
christos
bdb84bd0cd
Regen
2001-11-16 18:34:08 +00:00
christos
d10a585999
add another USR modem.
2001-11-16 18:33:35 +00:00
augustss
c8a7be2fc5
Improve wording.
2001-11-16 17:22:54 +00:00
augustss
b10f58ec3e
Add ehci.
2001-11-16 17:10:30 +00:00
augustss
d0404dec23
Add ehci(4).
2001-11-16 17:09:36 +00:00
augustss
9d5ba0c4d4
Add a man page for ehci(4) despite the driver not being finished yet.
2001-11-16 17:08:12 +00:00
tv
f39f0b5131
Workaround some make(1) braindamage wrt when it tries to "auto-chdir"
...
back to ${.CURDIR}. How losing....
2001-11-16 16:41:46 +00:00
atatat
bbd661c23d
The four tools mkdep, strip, objcopy, and objdump are not part of the
...
defined toolchain if we're not using the new toolchain. We need them,
so we add our own definitions here.
2001-11-16 16:15:08 +00:00
lukem
2ee0a3f232
move code to calculate size of direct for a given namlen to separate
...
DIRECTSIZ() macro, and use this to implement a (now shorter) DIRSIZ().
inspired by freebsd
2001-11-16 16:09:17 +00:00
tv
f8e299ca7c
Merge alpha support from src/gnu/dist. Doesn't necessarily build or work
...
yet, but enough to get "configure" working at this stage.
2001-11-16 15:58:47 +00:00
tv
811d7372d5
Add a gdb_host=nbsd line for alpha hosts.
2001-11-16 15:55:39 +00:00
augustss
f73c358f8c
Add some more data structure defs.
2001-11-16 15:33:13 +00:00
bjh21
04e005d19a
Don't bother setting lint flags. arm26 doesn't pass lint anyway, so we may
...
as well use the defaults.
2001-11-16 14:53:47 +00:00
bjh21
eff0c97bb0
Use the exciting new MI kernel building machinery on arm26.
2001-11-16 14:46:16 +00:00
bjh21
868c7b3592
sim works for ARM targets again now (since sim/arm/Makefile.in 1.2).
2001-11-16 14:42:19 +00:00
bjh21
294f95152f
db_interface.c:
...
Include <ddb/db_access.h> for db_read_bytes etc prototypes.
Add prototype for db_trapper().
Move prototypes for "machine" subcommands to db_machdep.h.
db_machdep.h:
Add prototypes for "machine" subcommands.
2001-11-16 14:39:30 +00:00
lukem
4ad1f9f2ae
this doesn't need <ufs/ufs/inode.h>
2001-11-16 14:33:37 +00:00
bjh21
73dd1b11c1
Include <uvm/uvm_extern.h> for pagemove() prototype.
2001-11-16 13:48:33 +00:00
bjh21
4244e4f4ce
Add a prototype for pmap_dump(). Since this function is only called from
...
DDB, there's no suitable header file.
2001-11-16 13:47:06 +00:00
junyoung
12b82871db
Add pseudo-device wsfont, which is necessary to make wsfontload(8)
...
work.
2001-11-16 13:46:31 +00:00
bjh21
aacfb7f42c
Include <sys/sysctl.h> for cpu_sysctl() prototype.
2001-11-16 13:41:58 +00:00
bjh21
77c5245c8f
Fix names of bus_space_copy_region_1() and bus_space_copy_region_2().
2001-11-16 13:34:03 +00:00
atatat
5386330b34
Add a MKDEP?=mkdep line so that depend targets will work again.
2001-11-16 13:14:10 +00:00
bjh21
6b12ec55b2
Add prototypes for undefinedinstruction() and resethandler().
2001-11-16 13:12:06 +00:00
wiz
83634e4e14
Slightly improve markup in two places, sort sections.
2001-11-16 12:10:06 +00:00
wiz
49e6214ed8
Punctuation fix, sort sections, lose a .Pp.
2001-11-16 12:09:19 +00:00
wiz
7dd6e69db4
Punctuation fix, sort sections, sort SEE ALSO.
2001-11-16 12:08:49 +00:00
wiz
e8e51dce31
Sort sections, use standard headers, sort SEE ALSO.
2001-11-16 12:08:19 +00:00
wiz
d80de2cabd
Sort sections, use .Ic for a non-NetBSD program instead of .Xr.
2001-11-16 12:07:43 +00:00
wiz
13dc9abfef
Sort SEE ALSO, use .Pp for paragraphs.
2001-11-16 12:06:32 +00:00
wiz
6e5e605c25
Add space before ..., lose a .Pp.
2001-11-16 12:06:01 +00:00
wiz
f8379a3c43
Simplify markup, use .Nx, sort sections.
2001-11-16 12:05:38 +00:00
wiz
39304f2bbb
Punctuation fixes, sort SEE ALSO, use an mdoc macros instead of two man macros.
2001-11-16 12:05:00 +00:00