uwe
4a747421e0
Rename j6x0tp_set_enable to j6x0tp_enable_child which better reflects
...
what this function does and is way less confusing too.
2007-06-01 18:23:46 +00:00
uwe
7390dfc401
Add smsc.4 (hi, brett!)
2007-06-01 18:10:00 +00:00
jmcneill
58b50f5359
Regen.
2007-06-01 17:49:19 +00:00
jmcneill
635fbd63e1
Add RIM BlackBerry.
2007-06-01 17:48:56 +00:00
uwe
aa1315c604
Cosmetic. Use device_xname. Don't compile debugging support. Drop
...
out-of-date comment for j6x0tp_attach (we haven't been using submatch
for quite a while).
2007-06-01 17:44:46 +00:00
ginsbach
3d6fea5a84
Add arguments to option descriptions for options that require arguments.
...
Document all of the NFS specific -o options.
2007-06-01 17:43:19 +00:00
martin
e26aa3fe3e
backout previous - needs more investigation
2007-06-01 17:15:19 +00:00
martin
0b39ba0208
This LDFLAGS setting looks like a copy&pasto
2007-06-01 16:54:11 +00:00
yamt
7e6f80a234
\xa0 -> space.
2007-06-01 15:59:37 +00:00
christos
89734304c6
- fix unused variable when none of the compat options are defined.
...
- remove debugging
2007-06-01 15:41:15 +00:00
yamt
63abe2b629
nfssvc_nfsd: check SPCF_SHOULDYIELD and yield cpu.
2007-06-01 14:43:17 +00:00
uwe
6542efa4c8
Add COMPAT_40.
2007-06-01 14:30:32 +00:00
blymn
12de420234
Add smsc device
2007-06-01 14:26:36 +00:00
nisimura
53c86e4944
Note booted_device and booted_kernel sysctl addition for powerpc.
2007-06-01 14:26:34 +00:00
nisimura
c966ccb8d8
- add booted_device and booted_kernel sysctl nodes to let userland know
...
about runtime environment.
2007-06-01 14:23:50 +00:00
blymn
d2a3238647
Added smsc driver man page entries
2007-06-01 14:19:20 +00:00
blymn
3099e9ed7a
Added smsc device.
2007-06-01 14:14:16 +00:00
blymn
5113d21113
Add man page for smsc device driver.
2007-06-01 14:12:45 +00:00
blymn
eeece1c927
Add driver for the hardware monitoring portion of the SMSC LPC47B397
2007-06-01 14:11:59 +00:00
yamt
ab5f84630b
nfssvc_nfsd: add assertions.
2007-06-01 14:10:02 +00:00
uwe
0390c5df8f
Add COMPAT_40.
2007-06-01 13:20:56 +00:00
yamt
05aaff39ff
use mutex and condvar.
2007-06-01 11:56:03 +00:00
yamt
61131eb130
nfsdsock_lock: fix an inverted check of SLP_VALID.
2007-06-01 11:38:44 +00:00
he
8f77cc1c43
Fallout from the interface ioctl changes:
...
OSIOCGIFADDR -> OOSIOCGIFADDR
OSIOCGIFDSTADDR -> OOSIOCGIFDSTADDR
OSIOCGIFNETMASK -> OOSIOCGIFNETMASK
Also, one instance of needing to include <net/if.h> before
<compat/sys/sockio.h> due to use of IFNAMSIZ in the latter.
Discussed with christos.
2007-06-01 11:36:35 +00:00
jnemeth
d3eeea012e
note new xirc manpage
2007-06-01 11:34:32 +00:00
skrll
322ba9d3c4
Another missed changed for acorn26 idlelwp. Provide IRQenable/IRQdisable
...
macros.
2007-06-01 11:31:01 +00:00
jnemeth
9c898c4d78
note new xirc man page
2007-06-01 11:27:58 +00:00
jnemeth
a3c546562b
xi now attaches at xirc, not pcmcia
...
PR/36310 -- Joerg Niendorf
2007-06-01 11:24:22 +00:00
hannken
b110563f3a
Fallout from last commit:
...
OSIOCGIFADDR -> OOSIOCGIFADDR
OSIOCGIFDSTADDR -> OOSIOCGIFDSTADDR
OSIOCGIFNETMASK -> OOSIOCGIFNETMASK
Sparc64 compiles again.
2007-06-01 10:21:22 +00:00
is
f463f993c1
Manual page for the driver for SigmaTels not-quite-UIRDA bridges.
2007-06-01 09:52:01 +00:00
enami
723ff30abc
Fix some bugs in ifconf():
...
- maintain space left correctly. the pointer is advanced by the size
of struct ifreq when length of address is small.
- single sizeof operator is enough to take the size of struct.
- the type of `sz' must be singed type since it is/was compared against to
the variable which may become negative.
- no need to traverse rest of interfaces once we got an error. note that
the latter `break' statement was inside inner loop.
2007-06-01 09:35:47 +00:00
skrll
4868ebda4e
want_resched is no longer required here.
2007-06-01 07:21:51 +00:00
skrll
afcc3d424c
Missed this in previous commit.
...
Attempt to adacpt acorn26 to idlelwp. This is untested.
OK'd by Ben Harris
2007-06-01 07:21:26 +00:00
skrll
fb901b95c7
__HAVE_MD_RUNQUEUE is no longer relevant.
2007-06-01 07:18:31 +00:00
skrll
a6c4dd7bcd
Attempt to adacpt acorn26 to idlelwp. This is untested.
...
OK'd by Ben Harris
2007-06-01 07:04:53 +00:00
mhitch
fb64759fb7
Get rid of one more incompatibility with pmap_motorola.c from pmap_bootstrap().
2007-06-01 04:05:05 +00:00
christos
ab89ea8ca6
message size == 0 is valid. From Markus Mayer
2007-05-31 23:34:42 +00:00
mhitch
d9ac73c21c
PTE for Sysptmap was not getting set correctly.
2007-05-31 22:16:48 +00:00
ad
057666ad0c
setrunnable: adjust to slightly different locking strategy post yamt-idlewlp.
...
Should fix kern/36398. Untested due to connectivity issues.
2007-05-31 22:06:09 +00:00
christos
be230fb632
moved to libc/ssp
2007-05-31 21:52:31 +00:00
christos
5d8aa4c7a5
ssp is now part of libc.
2007-05-31 21:51:48 +00:00
christos
201eeae43d
this is not needed.
2007-05-31 21:46:03 +00:00
bouyer
03182b8569
Move mapping of AHCI register so that jmide knows if it fails, and avoids
...
calling ahci_intr() (which would cause a panic).
Try to use the pciide function for SATA drives if attaching ahci fails (this
doesn't seems to work though, it may be BIOS dependant).
Thanks to Gary Duzan for testing multiple pacthes.
2007-05-31 21:26:48 +00:00
mrg
dd01c9b84e
add "when" to the list in WTF/WTH
2007-05-31 20:03:59 +00:00
manu
a16fcccee0
From Joy Latten <latten@austin.ibm.com>
...
Fix file descriptor shortage when using labeled IPsec.
2007-05-31 19:54:54 +00:00
darrenr
fade943a7f
The wrong condition was being tested for when deciding which fields to
...
update in ICMP error messages. In the test case for this, the wrong
input was actually being used (it should be the headers from the previous
packet output) and therefore the expected results were also wildly wrong.
kern/36309
2007-05-31 10:33:54 +00:00
rmind
59085afd2c
Make AIO initialization MP-safe.
...
Actually, lwp_exit() with (l != curlwp) will not work.
This fix might be pulled up from vmlocking branch.
2007-05-31 06:24:23 +00:00
wiz
7fb92a5963
Updates for Switzerland and Liechtenstein.
2007-05-31 05:57:01 +00:00
rmind
05d5495566
We should clean the ${ASM} files, not a ${PSEUDO}, which is really "pseudo" ;)
...
Pointed out by <veego>.
2007-05-31 05:44:14 +00:00
rmind
e825692169
As suggested by <yamt>, make the aiocb structure alignment friendly.
...
- Change the type of the internal members to int
- Reorder the members
2007-05-31 05:39:24 +00:00