nonaka
eaa06116b6
regen
2014-05-30 16:12:22 +00:00
nonaka
75bffab467
Added Realtek devices.
2014-05-30 16:11:52 +00:00
joerg
123b42ea74
Drop undocumented and redundant 0 argument to .ent.
2014-05-30 11:46:48 +00:00
hannken
ff361c30ec
Change NFS from rbtree to vcache.
2014-05-30 08:47:45 +00:00
hannken
fb88097aee
vfs_vnode_iterator_next(): if a vnode is reclaiming (VI_XLOCK) skip
...
the filter. Vget() will wait until the vnode disappeared. No more
"dangling vnode" panics on unmount.
2014-05-30 08:46:00 +00:00
hannken
de57916f59
msdosfs_reclaim(): add missing fstrans and protect change
...
of v_data with v_interlock as msdosfs_sync() now needs it.
2014-05-30 08:42:35 +00:00
hannken
7bd94e9e7c
Testing "v_usecount == 1" for exclusive reference will not always
...
work -- remove and test only readonly.
2014-05-30 08:40:09 +00:00
msaitoh
58836705c1
- Remove some obsoleted comments.
...
- KNF.
2014-05-30 05:04:21 +00:00
msaitoh
486f844f78
- Add PCI-X capability stuff.
...
- remove extra ':' in pci_conf_print_pcie_cap()
- Add comments.
2014-05-30 03:42:38 +00:00
msaitoh
b95787afbc
Regen.
2014-05-30 03:02:32 +00:00
msaitoh
ba3c4cc670
Add Intel 3200 Host and PCIe.
2014-05-30 03:01:58 +00:00
rmind
c173b112be
tcp_signature_getsav: handle !ipsec_used case and fix the build (hi christos!).
2014-05-30 02:27:29 +00:00
rmind
8e2c3f0d1c
Use __CTASSERT() in the header.
2014-05-30 02:17:01 +00:00
rmind
fa1e674c1d
Include cdefs.h earlier for NetBSD.
2014-05-30 02:16:17 +00:00
christos
5d61e6c015
Introduce 2 new variables: ipsec_enabled and ipsec_used.
...
Ipsec enabled is controlled by sysctl and determines if is allowed.
ipsec_used is set automatically based on ipsec being enabled, and
rules existing.
2014-05-30 01:39:03 +00:00
rmind
d49a7f6aed
Make IGMP and multicast group management code MP-safe. Use a read-write
...
lock to protect the hash table of multicast address records; also, make it
private and eliminate some macros. In the long term, the lookup path ought
to be optimised.
2014-05-29 23:02:48 +00:00
riastradh
78c2b3ab22
Work around broken GTT size detection in agp_i810 code.
...
This will do until I work out the twisty maze of registers, all
different, to reliably determine the size of the GTT (and hence the
GPU's virtual address space) separately from the size of the AGP
aperture.
2014-05-29 22:05:24 +00:00
rmind
83eb28cbe4
hashinit: replace loop with a formula.
2014-05-29 21:15:55 +00:00
plunky
c5016a8380
\%s is not an escape sequence, and we want %s
2014-05-29 19:08:30 +00:00
christos
1244ef9a11
enable IPSEC
2014-05-29 14:48:40 +00:00
skrll
4f6a923c1a
Comment out nfrac as it's unused.
2014-05-29 14:41:26 +00:00
njoly
c45e6d878d
Regen for utimes(2).
2014-05-29 10:47:23 +00:00
njoly
f0bcde4b65
Add utimes(2) support.
2014-05-29 10:47:00 +00:00
njoly
c2f72e5f92
Regen for utimes(2).
2014-05-29 10:42:23 +00:00
njoly
6ef574d8cc
Ajust for compat linux utimes(2) change.
2014-05-29 10:41:48 +00:00
njoly
507b03fc31
Regen for utimes(2) change.
2014-05-29 10:36:31 +00:00
njoly
769728743d
For utimes(2), use compat_50_sys_utimes() instead of local version.
2014-05-29 10:35:26 +00:00
skrll
abc668666d
Remove unused variable.
2014-05-29 10:11:41 +00:00
wiz
f4ad9addd2
Add missing braces. From Henning Petersen in PR 48846.
2014-05-29 07:08:10 +00:00
justin
129ca10eeb
Add missing __diagused in rump code
2014-05-28 20:57:22 +00:00
christos
d235317f37
CID 12164{49,51}: Remove bogus ifp == NULL checks; if ifp was really NULL,
...
we would have been dead a few lines before the tests.
2014-05-28 19:19:33 +00:00
riastradh
5cce18873b
Explain the fields of struct intel_gtt for future reference.
2014-05-28 16:13:02 +00:00
riastradh
ce73ba5c6f
Cosmetic changes require testing too...oops.
2014-05-28 16:07:58 +00:00
riastradh
db1909e63d
Fix bogus GTT total size calculation. Omit gtt_bsh for `agp' gtt.
2014-05-28 15:44:02 +00:00
riastradh
863cbb4650
Cosmetics: long lines, needless variables, PCI parameter verbiage.
2014-05-28 15:34:32 +00:00
christos
6df7376e9e
CID 976378: Avoid incorrect computation with ngrps == 0
2014-05-28 14:55:16 +00:00
msaitoh
34b13a767e
Regen.
2014-05-28 13:59:38 +00:00
msaitoh
a558b900d2
- Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
...
- Add ITE IT8213
2014-05-28 13:59:06 +00:00
skrll
c9b732994b
Remove unused file.
2014-05-28 12:06:24 +00:00
hannken
3e308cbcef
Change field "layerm_tag" to correct type "enum vtagtype".
...
CID 1216449: Mixing enum types
2014-05-28 10:51:20 +00:00
msaitoh
edc5bc171e
Fix typo in comment.
2014-05-28 09:49:55 +00:00
msaitoh
2d35451721
regen.
2014-05-28 09:06:46 +00:00
msaitoh
5fd5792b00
Add Intel X540-AT2.
2014-05-28 09:06:24 +00:00
riastradh
340d563a42
Reject unaligned PCI config register ioctl requests before we kassert.
2014-05-28 04:41:52 +00:00
riastradh
e8d144dc21
Rationalize agp_i810 aprint output. Fix agp_i810_init error branches.
2014-05-28 03:17:42 +00:00
riastradh
971e4caa35
Oops -- gtt_off is relative to mmadr, not absolute.
2014-05-28 02:08:52 +00:00
njoly
2e3c0c8e82
In shmrealloc(), add missing condvar initialisations for segments
...
copied from previous location.
2014-05-27 21:00:46 +00:00
msaitoh
63fbbc0246
Print "range: not set" if the decode window isn't set.
2014-05-27 16:50:31 +00:00
msaitoh
11bc96b558
- Add some register definition for MSI and MSI-X
...
- print MSI-X capability
2014-05-27 16:26:15 +00:00
msaitoh
74db3c4f3a
Fix typo in a comment.
2014-05-27 16:17:55 +00:00