dogcow
646b6c65c5
sometimes we don't have MTRR. (thanks, taca!)
2007-12-10 03:12:46 +00:00
jmcneill
b36c96248a
Wups, pmf_class_input_deregister is private; use pmf_device_deregister
...
instead
2007-12-10 01:13:38 +00:00
jmcneill
cda2869251
Deregister input class handler on detach.
2007-12-10 01:11:49 +00:00
jmcneill
94d68e1562
pmf_driver_register -> pmf_device_register
2007-12-09 23:58:40 +00:00
jmcneill
5430a31312
Register with power management framework.
2007-12-09 23:47:53 +00:00
jmcneill
332e9781e2
Userland has no business looking at this file, wrap in #ifdef _KERNEL
...
Pointed out by Paul Goyette on current-users
2007-12-09 23:21:39 +00:00
pavel
6431259172
remove a leading .\& which nroff does not like. OK by lukem@.
2007-12-09 23:10:00 +00:00
jmcneill
8bf7f4b9e7
Add pmf.h to the set list.
2007-12-09 23:09:06 +00:00
adrianp
f5bbb7d634
Cosmetic path changes just clarifying where we actually get the contents
...
of these files from.
2007-12-09 22:44:12 +00:00
tls
b6f0d2a770
syspkg and 'doc' flag were missing from 17.msmacros/ms, which caused build failures if MKDOC=no.
2007-12-09 22:15:38 +00:00
tls
c32b6fa6d8
directories that are in NetBSD.dist can't be conditional on a MK flag in the setlist -- it gives build errors if flag=NO.
2007-12-09 22:14:40 +00:00
martin
8ddc5309ba
Add support for "dumppcb" - Nick says it makes ddb a lot more happy.
2007-12-09 22:04:32 +00:00
jmcneill
8ca5881e31
Mark jmcneill-pm branch as terminated.
2007-12-09 22:04:06 +00:00
adrianp
d905c3e71c
OpenSSL switched to using Makefile (as opposed to Makefile.ssl) a little
...
while ago now.
2007-12-09 21:57:35 +00:00
smb
55755eddc3
Change pnp_get_platform to pmf_get_platform
2007-12-09 21:52:05 +00:00
smb
9428ee68f7
Add Sierra 5725 miniPCI wireless card (CDMA EVDO)
2007-12-09 21:26:47 +00:00
smb
8167a34333
Correct error in 5725 commit
2007-12-09 21:24:30 +00:00
smb
38fba18e22
Add Sierra 5725 mini-PCI card
2007-12-09 21:21:21 +00:00
xtraeme
273ccc1066
Remove useless returns at the end of void functions.
2007-12-09 21:14:26 +00:00
jmcneill
6829a93c1c
Use aprint_debug to notify the user that a device does not implement the
...
power management framework rather than aprint_error.
2007-12-09 21:11:57 +00:00
xtraeme
747de0248d
Register to pmf(9).
2007-12-09 20:59:37 +00:00
martin
14587719e2
Add missing <sys/device.h> include.
2007-12-09 20:57:19 +00:00
jmcneill
75a94c407a
Add power management framework man page.
2007-12-09 20:37:42 +00:00
jmcneill
6dc665045d
How did these get lost?
2007-12-09 20:32:17 +00:00
jmcneill
4c1d81b2b5
Merge jmcneill-pm branch.
2007-12-09 20:27:42 +00:00
martin
3947df41d1
Provide cpu_intr_p(), at least for non-MULTIPROCESSOR kernels.
...
Based on suggestions by Andrew Doran.
2007-12-09 20:12:54 +00:00
wiz
67e088229c
Fix formatting problems in HTML and text output reported by pavel.
2007-12-09 19:23:57 +00:00
wiz
ba938dba4f
Fix typos.
2007-12-09 18:47:44 +00:00
degroote
939a0dbd0a
Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetBSD so ...)
2007-12-09 18:27:39 +00:00
pooka
faa30930fd
When creating a node, do the server-dance before creating the local
...
data structure. This avoids a race between create and lookup, as
the kernel now unlock the directory before the create operation
returns.
2007-12-09 18:05:42 +00:00
tsutsui
3c4a86f736
Fix typo.
2007-12-09 17:39:51 +00:00
ad
164992f1a5
Add missing strong aliases.
2007-12-09 17:38:51 +00:00
ad
6260baac6e
Add missing strong aliases; sure I did this before?
2007-12-09 17:33:56 +00:00
pooka
6617b3099a
print newnode cookie value for operations which create nodes
2007-12-09 16:54:17 +00:00
ad
be36918dcb
Use sys/atomic instead of __asm().
2007-12-09 15:35:15 +00:00
ad
f7576cd670
Use the new memory barriers.
2007-12-09 15:33:13 +00:00
ad
36fb43dbdb
Use atomic_cas_ulong().
2007-12-09 15:32:27 +00:00
ad
56c1b0074f
Minor correction to previous.
2007-12-09 15:31:03 +00:00
ad
dd24075295
- pmap_reactivate: save an atomic op if possible.
...
- pmap_tlb_shootdown: use atomic ops instead of _lock_cas().
2007-12-09 15:29:53 +00:00
dogcow
9ad45b39e6
more NDINIT fallout. not completely compile-tested.
2007-12-09 13:34:23 +00:00
wiz
9c131e8d5c
Remove last argument from NDINIT call, following
...
"Remove cn_lwp from struct componentname. curlwp should be used
from on. The NDINIT() macro no longer takes the lwp parameter and
associates the credentials of the calling thread with the namei
structure." from pooka.
2007-12-09 12:50:29 +00:00
dogcow
f4c8a4cce7
Turns out we don't actually need to include <sys/namei.h>; since it causes
...
a compile error, away it goes.
2007-12-09 12:04:06 +00:00
nisimura
da81a6921f
- make sure to advertise flowcontrol and 1000T FDX/HDX capablity for
...
GbE NICs.
- stop and reactive MII auto polling for every MII read/write access
in vge.c and nvt.c.
2007-12-09 09:55:58 +00:00
agc
a3d56a1b30
Update to version 20071209, to include new initiator "discovery only"
...
option, the iqn alias configuration option, and the different md5
routines which are being used.
2007-12-09 09:38:48 +00:00
agc
7d25996b8b
Add prototypes for initiator_get_targets() and initiator_set_target_name().
2007-12-09 09:33:35 +00:00
apb
d9024ddf4b
* init calls "MAKEDEV -MM init", not "MAKEDEV -M init"
...
* s/filesystem/file system/
* one typo and one markup fix
* bump date
2007-12-09 09:24:55 +00:00
agc
3cda7b4363
Use the portable md5 routines that have been added to the NetBSD iSCSI
...
distribution.
2007-12-09 09:23:58 +00:00
agc
4ed8885f3b
Move the iSCSI code over to use the endian neutral md5 code,
...
originally from Poul-Henning Kamp, as found in pkgsrc/pkgtools/digest.
This should address some of the MD5 problems that are being seen on
some hosts at login time.
Re-run autoconf, autoheader and configure.
2007-12-09 09:21:03 +00:00
agc
df4b4cffe4
Add support in the target for specifying the target IQN (iSCSI Qualified
...
Name) in the targets configuration file.
Now an entry of the form:
target0=iqn.binky rw extent0 any
will mean that target0 gets presented with the iqn of "iqn.binky".
This can be useful for shorter aliases for IQNs. With thanks to Peter
Eisch for the idea.
Note that the target's base IQN can still be set with the -t parameter
to iscsi-target.
2007-12-09 09:16:42 +00:00
apb
edf9f9968b
No need to pass "-ppax" to MAKEDEV now that MAKEDEV internally defaults
...
to using pax.
2007-12-09 09:16:28 +00:00