itojun
0eb42056bd
OpenSSL 0.9.6b
2001-07-11 03:54:20 +00:00
toshii
ae6299f9d3
saip_sc (in struct sapcic_socket) is gone.
2001-07-11 03:54:19 +00:00
itojun
a549080f85
OpenSSL 0.9.6b
2001-07-11 03:53:32 +00:00
augustss
e352032894
Regen.
2001-07-11 03:38:04 +00:00
augustss
0f983514e6
Add a remote control from Keyspan.
2001-07-11 03:37:41 +00:00
ichiro
83030a0348
cosmetic change, add more comment,
...
delete unused include file
2001-07-11 00:10:04 +00:00
ichiro
987e5b28ea
I delete unused include file
2001-07-11 00:05:55 +00:00
chris
242cb56ca5
Fixup vidc files, VIDC_FREF is now vidc_fref.
2001-07-10 22:09:04 +00:00
wiz
c1f85780da
Remove another one, noted by Love <lha@stacken.kth.se>, confirmed by thorpej.
2001-07-10 21:52:46 +00:00
bjh21
3eec98b7e8
Gratuitously print out the IOMD version at boot, since there's a register
...
for it.
2001-07-10 21:31:59 +00:00
bjh21
ea353a48e1
Purge CPU_ARM7500. Thanks to Reinoud's work, it's no longer needed.
2001-07-10 20:43:57 +00:00
fvdl
75e45c9dee
Check msgbufenabled before referencing msgbufp in panic. Avoids
...
a NULL ptr reference if there is an early panic (i.e. before
initmsgbuf() was called).
2001-07-10 20:40:56 +00:00
leo
932578f354
Remove __BROKEN_CONFIG_UNIT_USAGE.
2001-07-10 20:23:36 +00:00
leo
522fff268d
Nuke another cf_unit abuse.
2001-07-10 20:21:30 +00:00
bjh21
9c93fee83f
Remove spurious inclusions of opt_cputypes.h.
2001-07-10 20:10:48 +00:00
ichiro
efc5309185
add devices: ipaqbus,ipaqlcd,ipaqpcic
...
remove device: sagpcic
2001-07-10 18:20:06 +00:00
ichiro
834543dabc
ipaqlcd attach to ipaqbus
2001-07-10 18:10:46 +00:00
ichiro
034e3a0d6a
moved sa11x0_lcd* to dev/ipaq_lcd*
2001-07-10 18:09:31 +00:00
toshii
124bde736e
oops. two cookies are too much. use pcictag_cookie.
2001-07-10 17:35:15 +00:00
ichiro
f8f0c9040d
I missed to add bus_space_tag_t mapping
2001-07-10 17:24:35 +00:00
ichiro
dcd782fb65
use sapcic_cookie
2001-07-10 17:23:18 +00:00
ichiro
e205409087
sapcic_socket shouldn't use ipaq_softc. use sapcic_cookie
2001-07-10 17:22:04 +00:00
wiz
25e280d9bf
Typo fixes. From OpenBSD.
2001-07-10 16:56:39 +00:00
ichiro
6952d8194a
delete Extended-GPIOs mapping
2001-07-10 16:39:33 +00:00
ichiro
0d2e761def
sa11x0_pcic* moved to arch/hpcarm/dev and renamed ipaqpcic*
2001-07-10 16:37:29 +00:00
ichiro
75f2a81776
sa11x0_softc -> ipaq_softc
...
because PCIC of sa11x0 moved to the bottom ipaqbus
2001-07-10 16:35:59 +00:00
ichiro
50ac712dbc
add ipaqbus and ipaqpcic
2001-07-10 16:34:08 +00:00
ichiro
f408349001
add iPAQ virtual bus and PCIC of iPAQ
2001-07-10 16:31:52 +00:00
matt
0f5c5cb556
Add tlp* at pci? (for Netra X1).
2001-07-10 15:42:42 +00:00
kanaoka
9a9ba5a896
Add ukphy.
2001-07-10 15:33:18 +00:00
mrg
03faa7ca71
use CPU_READY(). add cross_call() code.
2001-07-10 15:15:24 +00:00
mrg
17f1119062
use CPU_READY(). disable smp_tlb_flush_*() for now; they hang.
2001-07-10 15:12:59 +00:00
mrg
cfde907d22
de-__P()ifify. prototype cross_call().
2001-07-10 15:11:54 +00:00
mrg
781b07308a
enable XPMSG_FUNC support.
2001-07-10 15:09:04 +00:00
mrg
8daf254cdc
use CPU_READY()
2001-07-10 15:03:46 +00:00
mrg
7e7f85881b
new CPU_READY() macro, determines if a CPU is accepting IPIs.
2001-07-10 15:02:50 +00:00
ichiro
4a84e3e7bd
Separation of SA-11x0 GPIOs and iPAQ specific GPIOs.
2001-07-10 14:58:28 +00:00
itojun
7d076b538c
fix PRNG weakness. the workaround presented on bugtraq posting.
2001-07-10 14:01:26 +00:00
jrf
b8f8d48496
Added myself to the developers list.
2001-07-10 12:55:23 +00:00
lukem
dfaec93e4e
move to kqueue branch for now
2001-07-10 11:59:50 +00:00
haya
bed2ac704f
Bug fix: call extent_subregion() with alignment = 1 instead of 0.
2001-07-10 10:33:55 +00:00
eeh
51c13f6a22
Fix a 32-bit warning.
2001-07-10 06:06:16 +00:00
lukem
364e3039be
* add -G, which lists the configuration of the given raid set in the
...
same configuration format that -c and -C use.
this is useful if you're using autoconfig and you've misplaced the
/etc/raidXXX.conf files
* "filesystem" -> "file system", and other man page cleanups.
2001-07-10 01:30:52 +00:00
bjh21
d715053902
As far as I can tell "options IOMD" is never referenced, so remove it.
...
Anything that needs to know if we're building for an IOMD machine can check
NIOMD.
2001-07-10 00:52:29 +00:00
bjh21
55a4aace27
Use NIOMD to determine if we're on an IOMD system, rather than
...
RISCPC || CPU_ARM7500. I think this removes that last substantive use
of CPU_ARM7500 in the kernel (hooray!).
2001-07-10 00:41:12 +00:00
chs
864f123d5a
add a missing newline in a printf.
2001-07-10 00:36:36 +00:00
bjh21
cf9453aeae
iomd is marked "needs-flag", and this file is conditional on iomd, so
...
NIOMD == 1 whenever this file is included. Don't bother asserting it.
2001-07-10 00:36:10 +00:00
bjh21
838c7e36a1
Remove a confused (probably outdated) comment.
2001-07-10 00:09:44 +00:00
bjh21
469339d93c
Clean up some cruft left behind (but AFAIK never used) from poduleirqhandler().
2001-07-10 00:04:30 +00:00
bjh21
368f9c15c1
Remove another spurious #ifdef CPU_ARM7500.
2001-07-09 23:35:58 +00:00