pooka
9d2baecbde
build & install puffsportal (if MKPUFFS)
2007-07-08 14:29:52 +00:00
pooka
226c70ad91
Build this as mount_puffsportal for now, so that it can be easily
...
installed at the same with the regular mount_portal.
2007-07-08 14:27:48 +00:00
pooka
cae7a90e9a
note addition of puffs-based mount_portal
2007-07-08 12:15:19 +00:00
pooka
33318660d7
* don't need to define a nop notify, just pass in NULL to init
...
* remove node's i/o descriptor in reclaim
2007-07-08 11:45:00 +00:00
ws
a3d6358dce
Fix "Fix a garbage in previous commit." in 1.10.
...
Hi, junyoung!
2007-07-08 11:44:08 +00:00
pooka
1119cb908e
make notifyfunction optional and do not call removeonclose() if
...
none is given.
2007-07-08 11:24:58 +00:00
pooka
e395775675
Add support for non-blocking I/O. Also fixes problems the providers
...
and popen() caused with concurrent access.
This should match the original portalfs in functionality now.
2007-07-08 10:43:03 +00:00
pooka
0bc323f5cd
Initialize the link context in a signal frame to the receiving lwp's
...
link context instead of NULL. Otherwise, if we got a signal while the
lwp had a link context set, the link context would be set to NULL upon
return from signal delivery.
christos@tech-kern: "I think you are right."
2007-07-08 10:19:21 +00:00
scw
9e1f0b7978
Bump SYMTAB_SPACE
2007-07-08 10:05:13 +00:00
pooka
91f8a6cda5
RCS Id police
2007-07-08 09:54:50 +00:00
pooka
b6caa3be1b
fix pasto: sigframe.sf_sc is of type linux_sigcontext
2007-07-08 09:41:00 +00:00
scw
61366a1bd8
Make this build again now that sched_whichqs no longer exists.
2007-07-08 08:37:25 +00:00
mjacob
cbd714c116
Oh, dear, I didn't have an i386 or amd64 up and running and
...
missed a LITTLE ENDIAN version of a define.
2007-07-08 05:22:33 +00:00
jmcneill
887c79e434
Enable gcscehci(4)
2007-07-08 03:01:19 +00:00
jklos
c2dc605e95
Updating more Chelsio files.
2007-07-08 02:30:30 +00:00
jmcneill
424b422ccd
Add gcscehci(4), an EHCI glue driver for the AMD CS5536 companion
...
controller. This driver enables USB 2.0 high speed support on the
Soekris net5501 (comBIOS ver. 1.31m).
2007-07-08 01:13:26 +00:00
christos
97dcde77bc
- Compile in with debugging by default.
...
- General cleanup.
2007-07-07 22:33:57 +00:00
pooka
1ad69966c9
I'm fairly certain this file system's type is psshfs, not ppshfs
...
(how did that manage to be there this long?)
2007-07-07 22:06:09 +00:00
pooka
bfecc30afc
adapt to puffs_framebuf changes
2007-07-07 21:14:26 +00:00
pooka
8c9c68dbc2
Make puffs_framebuf better suited from environments with multiple sources:
...
* in addition add/remove, allow enable/disable, which can be used
to control events for descriptors without having to remove all the
data associated with them
* add directsend/receive, which can be used to pass the same buffer
from the caller to read/writeframe and back again
* add flags to enqueue functions and allow urgent buffers to be
processed as the next PDU
2007-07-07 21:13:41 +00:00
jklos
953092f8c6
Adding another file for Chesio 10 gig card support.
2007-07-07 21:05:41 +00:00
tsutsui
3682cc2396
- make this compile again
...
- remove an unneeded include file
XXX: Avalon A12 devices are not in alpha/conf/GENERIC.
2007-07-07 21:04:29 +00:00
jklos
1f2ed1cde7
Added two files for Chelsio 10 gig cards.
2007-07-07 20:59:16 +00:00
jklos
37c2139a38
Updating Chelsio files. Not quite compiling yet.
2007-07-07 20:48:16 +00:00
jklos
947224b2b3
Added Chelsio vendor and various Chelsio hardware.
2007-07-07 20:37:40 +00:00
jklos
a132475473
Added Chelsio vendor plus 10 gig hardware (and friends).
2007-07-07 20:30:47 +00:00
dsl
df1814f734
Use block minor (from device name) for block devices (not char minor).
...
Fixes PR bin/36614
2007-07-07 20:11:07 +00:00
degroote
be58d0f67a
Fix the prototyp of prop_dictionary_set_keysym in the DESCRIPTION part
2007-07-07 19:03:52 +00:00
degroote
a382db0aa9
Ansify
...
Remove useless extern
bzero -> memset, bcopy -> memcpy
No functionnal changes
2007-07-07 18:38:22 +00:00
christos
4fbeddc144
treat ESRCH as a soft error. From Anon Ymous
2007-07-07 18:27:26 +00:00
christos
9b2b49a478
off by one fix from Anon Ymous
2007-07-07 18:04:17 +00:00
christos
68a6fb4652
protect against null.
2007-07-07 17:53:13 +00:00
tsutsui
69dbd2e45e
Move x86 common cpu_counter functions into <x86/cpu_counter.h>.
2007-07-07 17:38:26 +00:00
christos
2c9f17f0fc
Fix VIA Esther from Heron Gallegos
2007-07-07 17:35:18 +00:00
tsutsui
3a6c410df9
Don't update hz by the hardware RPB field.
...
Leave it default HZ since we always use 1024Hz in alpha/mcclock.c.
2007-07-07 17:08:15 +00:00
tsutsui
d4f1dfc2c4
Add "options HZ=1024" by default for alpha.
...
All alpha machines use arch/alpha/alpha/mcclock.c for hardclock(9)
and it always sets MC_RATE_1024_Hz.
The default HZ value also affects tick and tickadj in conf/param.c.
2007-07-07 17:03:28 +00:00
xtraeme
504183f783
Fix previous: typo and missing word.
2007-07-07 09:57:47 +00:00
xtraeme
ac978f4c7f
Add additional configuration for the ASUS M2N-E motherboard using
...
the it(4) driver, verified with aiboost(4). Values found by wiz@.
2007-07-07 09:31:54 +00:00
xtraeme
9e341f559a
Set the ENVSYS_FCHANGERFACT flag in it_setup_sensors rather than
...
in the refresh function.
2007-07-07 05:27:22 +00:00
tsutsui
6a8a584d1a
Remove leftover netns stuff.
2007-07-07 05:13:14 +00:00
mjacob
3ee1a2adaa
Do a number of 24XX related fixes: fix the actual getting of initiator
...
status correctly (which we never were doing before). Add an underrun
checker for 24XX. The process of sorting this out led to a whole bunch
of endian surprises that had to be dealt with. Fix NVRAM endian issues
for the 24XX as well.
Do a little 2200 related cleanup- in particular, turn off complaints about
not finding a fast posting handle when running with RIO enabled- we are
somehow getting duplicate completions in this case. If we ignore them and
don't complain, all is well, and we actually start averaging > 2 commands
completed per interrupt.
2007-07-07 00:49:48 +00:00
mjacob
32f752a395
Remove some #if'd out dead code.
...
Put in the boundary limit for SBus/ISP dma engines (16MiB).
2007-07-07 00:04:10 +00:00
kardel
d370a3332c
sync with release
2007-07-06 21:20:25 +00:00
kardel
d7d9fc60cc
sync with release / removes debug NULL deref
2007-07-06 21:19:33 +00:00
christos
c9033e1918
Don't expand % escapes in headers.
2007-07-06 20:14:33 +00:00
hpeyerl
1182a0e971
regen
2007-07-06 19:23:52 +00:00
briggs
b8b28bda88
Print an error and fail the sk_attach() if we have an unknown chip type
...
(instead of panicing).
Also check to see if we have a Yukon2 type, and if we do, complain about
that explicitly earlier (and still fail the attach, but refer to msk(4)).
It would be better if we didn't have Yukon2 devices match in the sk(4)
device table, but in case people change the hardware without changing
device IDs, we might as well catch it.
2007-07-06 18:52:52 +00:00
briggs
eacc7fb04e
Remove DLink DGE560T as it (in at least some versions) uses a Yukon EC
...
chipset, which is not handled by this driver, but is handled by the msk(4)
driver. The DGE560T_2 entry is left alone for now--it might also need to
go to msk(4).
2007-07-06 18:44:16 +00:00
dsl
5cf79e2a72
Fix the other inverted test as well.
2007-07-06 17:33:31 +00:00
dsl
dd378adf69
Fix intverted test, should fix nfs and hp700 issues.
2007-07-06 17:27:49 +00:00