nonaka
25e58c2dc7
Added USB devices.
2000-06-08 13:16:55 +00:00
nonaka
48966cc65c
USB support
2000-06-08 13:16:23 +00:00
bjh21
ece024b6cf
Un-__Pify.
2000-06-08 10:49:19 +00:00
haya
b6a821f042
Change IPL when bridge's interrupt handler calls child device's
...
interrupt handler (This solution is not very good).
2000-06-08 10:28:28 +00:00
kleink
18495b9efa
Need <sys/systm.h> for declaration of bzero().
2000-06-08 07:30:47 +00:00
kleink
c2715f98ce
Need <sys/systm.h> for declaration, and make argument declarations match.
2000-06-08 07:29:22 +00:00
cgd
d8dcb11d4f
don't include ISA headers. these have been properly abstracted so that
...
the ISA headers are unnecessary, and they're used by PCI VGA. There may
not be any ISA at all.
2000-06-08 07:01:19 +00:00
mrg
ee41ef7a04
ensure an ebus really does exist in ebus_match; fixes spurious attachments with the ebus on a hme pci card.
2000-06-08 06:52:25 +00:00
kleink
78009a319f
Need <netinet/in.h> for declaration.
2000-06-08 06:50:46 +00:00
kleink
149050ce7b
Need <sys/systm.h> for panic() declaration.
2000-06-08 06:48:45 +00:00
kleink
186d2ccb7f
Need <sys/systm.h> for declaration, and make argument declarations match.
2000-06-08 06:47:17 +00:00
scottr
d220ba7dc4
Make this compile with GRF_COMPAT. Problem pointed out by Hauke Fath.
2000-06-08 06:01:27 +00:00
thorpej
c7eb823cc8
1.4ZB -- ltsleep().
2000-06-08 05:53:34 +00:00
thorpej
b0afc900f5
Change UVM_UNLOCK_AND_WAIT() to use ltsleep() (it is now atomic, as
...
advertised). Garbage-collect uvm_sleep().
2000-06-08 05:52:34 +00:00
thorpej
6ea30ef2e8
Use ltsleep().
2000-06-08 05:50:59 +00:00
thorpej
fcc7898856
Change tsleep() to ltsleep(), which takes an interlock argument. The
...
interlock is released once the scheduler is locked, so that a race
between a sleeper and an awakener is prevented in a multiprocessor
environment. Provide a tsleep() macro that provides the old API.
2000-06-08 05:50:37 +00:00
mhitch
afce867d15
Fix loadfpregs(): the register used to access the floating point registers
...
was not getting loaded, and the floating point registers were being loaded
from the proc structure rather than the FP registers in the pcb.
2000-06-08 04:47:13 +00:00
jhawk
f9b0e0c4eb
gdb script for backtracing an i386 kernel stack.
...
Useful when "where" in gdb fails to cross trap()s,
e.g. port-i386/10313
2000-06-08 03:15:40 +00:00
thorpej
81afcb3940
And more ANSI'ification!
2000-06-08 03:10:06 +00:00
thorpej
966b3da402
ANSI'ify.
2000-06-08 02:53:47 +00:00
thorpej
8355a216eb
Add the `rnd' driver.
2000-06-08 02:20:50 +00:00
thorpej
0bf91362b9
Add cpu_counter() for rnd(4), using the rpcc insn.
2000-06-08 02:19:20 +00:00
scw
295ed77595
The OPTi controller supports a 32-bit dataport after all.
...
Also detect when the chip is sitting on a 25MHz PCIbus and
set the timing registers accordingly.
2000-06-07 20:42:52 +00:00
ad
887d4555cd
Regen.
2000-06-07 19:53:17 +00:00
ad
4837200a8c
Add vendor/device ID for 3ware Escalade IDE RAID controller.
2000-06-07 19:52:07 +00:00
matt
2dde4ce0c9
Slight stylistic changes. Add KAME checksum routine.
2000-06-07 19:31:33 +00:00
thorpej
733a6e059b
Increase the miniroot size to 3072 (to match INSTALL and INSTALL_TINY).
...
This is needed due to TI-RPC being larger.
2000-06-07 19:29:45 +00:00
tsubai
4c15219d3b
* Access hardware directly in zscn* instead of calling OF.
...
* Clean up.
2000-06-07 17:37:07 +00:00
thorpej
0b01d83083
Revert rev. 1.30.
2000-06-07 16:37:24 +00:00
tron
f92ae923f9
Make "src/regress/sys/kern/extent" build again.
2000-06-07 16:25:15 +00:00
tsutsui
3f94f56142
Adapt struct scsipi_adapter changes.
2000-06-07 14:40:20 +00:00
leo
30bae800ae
Mark 'n' explicitely as output of the 'mulul' instruction.
2000-06-07 14:26:11 +00:00
thorpej
85063167c9
Correct SIMPLELOCK_INITIALIZER for the LOCKDEBUG case.
2000-06-07 13:50:40 +00:00
tsutsui
b3a25bd8a5
Config root on md0a, not md0.
2000-06-07 13:26:25 +00:00
jhawk
84ceb5dfe7
Fix long-standing inconsistency between manapage and code.
...
The "ditto" character is " (double-quote); not , (comma) as
indicated in the manpage; and not ' (single-quote) as indicated
in the man.old -style manpage from which the mdoc manpage was derived.
Some other versions of ddb use single-quote for this feature, and this
part of the code may change again in the near future, but the documentation
now affects reality now.
they
2000-06-07 13:24:11 +00:00
tsubai
5afb55f9cd
child_return() should take void *arg.
2000-06-07 11:34:17 +00:00
tsubai
bebb7b9aee
Remove child_return prototype; it is now in sys/proc.h.
2000-06-07 11:23:17 +00:00
nisimura
4250cdde36
- Take care of dm_segs[].dm_len value whenever the offset is adjusted.
...
Known not working well for 4MAX+ this moment.
- White spacing.
2000-06-07 10:09:19 +00:00
mrg
a67130a218
regen.
2000-06-07 09:55:22 +00:00
mrg
09b843b7f6
fix a couple of the sun entries.
2000-06-07 09:52:16 +00:00
pk
9a8d03d6bd
Add a couple of missing semi-colons.
2000-06-07 09:16:41 +00:00
haya
dca97557cd
Add CB_BCR_RESET_ENABLE in bridge control resister's bit definition.
2000-06-07 09:02:46 +00:00
itojun
8fe589a2ae
fix anycast address determination.
...
correct interface address addition when link-local is added (check if ifp
matches).
make diff to kame repository easier (breaks some KNF)
sync with kame.
2000-06-07 06:27:43 +00:00
msaitoh
61d02add45
remove extra NOPs because "bf" and "bt" instruction have no delayed slot.
2000-06-07 05:28:17 +00:00
matt
d3649351f1
Add support for machdep.console_device, machdep.booted_device,
...
and machdep.booted_kernel sysctl variables on arm32. (booted_kernel
only currently available on Sharks)
2000-06-07 04:59:28 +00:00
itojun
8183434ff7
s/PIMCTL/PIM6CTL/ to avoid future confusion.
2000-06-07 04:40:46 +00:00
matt
e1ac3df8a4
sharks can now figure out what they booted from so only a single kernel is
...
needed.
2000-06-07 04:36:06 +00:00
thorpej
b15bbb90f9
Add missing break;
2000-06-07 04:31:49 +00:00
perseant
f032b9f500
px requires rasops8 to compile
2000-06-07 04:14:55 +00:00
gmcgarry
adb2efef6b
Autonegotiation with xi driver is reported to work. Use it on the
...
install media.
2000-06-07 02:16:06 +00:00