tsutsui
06237a6a03
Add some delay in zstty_attach() to wait previous console output
...
to complete before hardware initialization.
2001-03-12 15:46:56 +00:00
tsubai
9f1a6e07a4
Round up block size to at least NBPG bytes.
2001-03-12 15:41:52 +00:00
wiz
c897860d56
Reflect correct architecture in comment.
2001-03-12 14:10:03 +00:00
jdolecek
5cf4138b21
Don't exit with status 1 for successfull (non-interrupted) run.
...
Reported and patch provided in bin/12372 by Jim Bernard.
2001-03-12 13:29:26 +00:00
wiz
0447d6c08c
Remove obsolete /usr/share/man/{cat,man}{1,3,5}/i386.
2001-03-12 12:48:47 +00:00
wiz
63a17b0b9a
Remove /usr/include/dev/tc/stic{var,reg}.h, as they are installed again,
...
and were re-added to comp/mi.
2001-03-12 12:47:50 +00:00
wiz
3d302370cb
Add man/cat8/atari/ahdilabel.0.
2001-03-12 12:44:42 +00:00
wiz
ba3729096b
Remove man/{man,cat}{1,3,5}/i386, as they are in the obsolete list now.
...
Add /var/named hierarchy (set name correct?).
2001-03-12 12:43:32 +00:00
bouyer
9ea2b5098b
Preliminary support for SYM53C1010-33 (at 80MB/s only for now), based on
...
patches sent by Matthias Drochner <M.Drochner@fz-juelich.de> and
Kenneth R Westerback <kwesterback@home.com>
2001-03-12 10:00:50 +00:00
bouyer
e28d425492
Update for promise Ultra/100 support.
2001-03-12 09:56:19 +00:00
bouyer
01ca4cb938
Support the Promise Ultra/100 at full speed, and fixes the "bogus intr"
...
problem some peoples reported for Promise Ultra/100.
Thanks to Chuck Silvers for giving me a Promise Ultra/100 so I could do some
tests.
2001-03-12 09:53:28 +00:00
bouyer
028b15c81a
Correct definition of PDC262_U66_EN (from FreeBSD).
...
Correct values of MW DMA 2, and add values for UDMA5 (from linux).
2001-03-12 09:51:21 +00:00
sato
ee1d25e7bd
* assume backlight is on if backlight value cannot get.
...
* move the lcd control codes used config_hook_call()
in *_hardpower() to *_power().
2001-03-12 08:54:25 +00:00
sato
859d83dd22
* vrc4172pwm_get_light() return the value masked by VRC2_PWM_LCDEN_MASK.
...
* when resume from suepend, restore saved value instead of always on.
2001-03-12 08:46:27 +00:00
zuntum
c90cf8115f
Added myself to the list of developers.
2001-03-12 05:56:15 +00:00
itojun
0a6cee32ec
-Q is not there. some comsetic sync with kame. NetBSD PR 12384.
2001-03-12 03:42:17 +00:00
toshii
1bb261e173
Fix interrupt handling somewhat so that break signal gets DDB.
2001-03-12 03:27:18 +00:00
simonb
61bb060b34
Include <string.h> for memcpy() prototype.
2001-03-12 03:20:10 +00:00
mjl
8e859a9e3f
Revert minor to 0 since there is no abi change on request of thorpej.
2001-03-12 00:45:25 +00:00
is
cb3b8b8392
Add some omissions.
2001-03-11 21:44:31 +00:00
eeh
7cb49c5859
Add svr4_32 info.
2001-03-11 21:28:59 +00:00
hubertf
bba4753775
fix typo
2001-03-11 21:22:22 +00:00
hubertf
3fe244dd24
make "make paper.ps" work
2001-03-11 21:20:35 +00:00
hubertf
3cec974c61
make this format without warning
2001-03-11 21:18:59 +00:00
matt
7b3ebcb787
Use MACHINE_CPU instead of MACHINE_ARCH. Ony disable gdb for arm & sh3
2001-03-11 21:01:55 +00:00
matt
124f92f55c
Add kcore support for powerpc.
2001-03-11 20:57:50 +00:00
scw
e4a4f09fa8
Make this compile again; chan_attn() prototype has changed.
2001-03-11 20:24:52 +00:00
mhitch
1c10294eb2
ELF ABI requires address to be returned in A0.
...
Change an external reference from absolute address to PC-relative.
2001-03-11 20:15:02 +00:00
mhitch
5a182288c0
ELF ABI requires address to be returned in A0.
2001-03-11 20:10:04 +00:00
mhitch
751017e6c1
Pack the ExecBase structure to avoid aligning contraint problems with ELF
...
compiler
2001-03-11 20:09:07 +00:00
uch
cb1bebe07e
remove unneeded include.
2001-03-11 16:45:13 +00:00
bjh21
39fd9b490a
Make "regress" depend on the binary, so "make regress" builds it if necessary.
2001-03-11 16:40:40 +00:00
bjh21
b1475781a2
Make arm26 implementation of DDB slightly less gratuitously different from the
...
ARM one. Also update for recent undefined-instruction handler changes.
2001-03-11 16:31:05 +00:00
bjh21
ce5529eabf
Change undefined instruction handler to use a linked list for each
...
co-processor. This is necessary so we can have several handlers for
CP0 (used as a catch-all for non-CP instructions).
Handlers are now removed using remove_coproc_handler(), rather than by calling
install_coproc_handler() with a NULL handler.
Because install_coproc_handler() can now allocate memory, there's a version
for use at boot time that doesn't.
2001-03-11 16:18:39 +00:00
bjh21
c6c5fda4be
Use <arm/undefined.h>
2001-03-11 16:14:36 +00:00
bjh21
4624a1247e
Make this suitable for use on arm26 as well.
2001-03-11 16:02:21 +00:00
bjh21
5f8b55f7c3
Pass a softc pointer around everywhere, and use it when we need the name of
...
the device.
Don't pretend that fpe0 and fpu0 exist as devices (they don't).
G/C a few items related to /dev/cpu* support.
2001-03-11 15:05:43 +00:00
toshii
ffe630e7c3
Sync with sa11x0_reg.h rev 1.4.
2001-03-11 14:37:03 +00:00
mjl
b822e3e5a8
Fix incorrect SHA1 calculation on big endian machines reported
...
in PR/12045 by John Valdes, who also provided the problem's
solution and a patch.
XXX This problem could have been caught about a year ago if we
XXX just ran the regression tests on every build!
2001-03-11 13:57:45 +00:00
takemura
1ab9404c3c
Fix definition of MQ200_GCR(n). This definition was quite bad!
2001-03-11 13:53:31 +00:00
toshii
43d63b4d48
Make hpcboot functional when jornada 720 or iPAQ is selected
...
at the boot menu.
2001-03-11 11:47:24 +00:00
wdk
b9b387d9b1
Remove function decl that doesn't belong in cpu.h
2001-03-11 09:20:58 +00:00
wdk
13de0e4f2b
1. Remove cpu_exec_ecoff_hook
...
2. Invoke KGDB if booted with RB_KDB flag
3. Don't round up page address when zeroing BSS - this can overwrite debug
symbols
2001-03-11 09:19:31 +00:00
wdk
688a84b1b2
Add missing \n during probe if port is dedicated to kgdb
2001-03-11 09:06:09 +00:00
cgd
2bfc706b3b
"test !", rather than "! test". The former is more portable.
2001-03-11 07:32:31 +00:00
ichiro
ea4611b0cd
add ExtendedGPIO desc of iPAQ H3600
2001-03-11 07:27:36 +00:00
garbled
1fcdfcdec3
Forgot to add the help file to this makefile. This should fix make
...
release.
2001-03-11 06:36:38 +00:00
ichiro
2cb44b8020
add h3600 and jornada720 gpio port and irq
2001-03-11 06:00:42 +00:00
takemura
5cb5569c63
Apply 'CF hack' to all model of Cassiopeia E series.
2001-03-11 05:18:51 +00:00
takemura
a38c751d80
Add configration flag 0x02 to set WDC_CAPABILITY_SINGLE_DRIVE.
2001-03-11 05:10:58 +00:00