Randall Stewart
e261340ef7
Add missing address lock when we look at the ifa list
2009-04-14 19:20:27 +00:00
Marius Strobl
6c9f0f2124
Fix whitespace.
2009-04-14 19:11:02 +00:00
Marius Strobl
24b847f1f0
Fix masking of TTE bits; the TD_*_MASK macros need shifting via the
...
corresponding TD_*_SHIFT.
MFC after: 3 days
2009-04-14 19:02:34 +00:00
John Baldwin
bfee0576cb
- Consolidate duplicated code for reading and sizing BARs and writing base
...
addresses to BARs into new pci_read_bar() and pci_write_bar() routines.
pci_add_map(), pci_alloc_map(), and pci_delete_resource() now use these
routines to work with BARs.
- Just pass the device_t for the new PCI device to various routines instead
of passing the device, bus, slot, and function.
Reviewed by: imp
2009-04-14 18:32:37 +00:00
Jack F Vogel
b3096a0430
Thanks to Michael Tuexen and Randall Scott for providing a
...
few important bug fixes found while they were doing SCTP
development, and that I somehow lost during the scramble.
Thanks guys!!
2009-04-14 17:14:35 +00:00
John Baldwin
087ebb8a5c
Use a disk address instead of an int to hold the starting offset of an
...
open partition. This fixes access to partitions whose starting offset
is >= 2 TB.
Submitted by: "James R. Van Artsdalen" james jrv.org
MFC after: 3 days
2009-04-14 14:19:18 +00:00
Ed Schouten
0de5b9b0f0
Use si_drv1 instead of dev2unit() in twe(4) and twa(4)
...
Reviewed by: scottl
2009-04-14 14:02:43 +00:00
Ed Schouten
9078597210
Use si_drv1 instead of dev2unit() in powermac_nvram.
...
Reviewed by: nwhitehorn
2009-04-14 13:18:39 +00:00
Ed Schouten
b7d9e67c45
Use si_drv1 instead of dev2unit() inside agp(4).
...
Reviewed by: rnoland
2009-04-14 13:11:34 +00:00
Ed Schouten
9555aafab2
Let tdfx(4) use si_drv1 instead of using dev2unit().
2009-04-14 11:57:26 +00:00
Edward Tomasz Napierala
bab43bab0c
There is no way for strmode(3) to append '+' if the file has ACL,
...
because there is no way to figure that out based on the file mode
itself. Make the manual page match reality.
2009-04-14 11:39:56 +00:00
Ed Schouten
9ef0e425f3
Use si_drv1 to store joy(4)'s softc.
...
There are still some calls to dev2unit() left, but I guess we should
take care of those another time.
2009-04-14 11:23:09 +00:00
Edwin Groothuis
9a338160ba
MFV of tzdata2009f
...
Correct DST information for Pakistan for 2009.
2009-04-14 08:15:39 +00:00
Edwin Groothuis
0eea34436f
Vendor import of tzdata2009f:
...
Correct DST information for Pakistan for 2009.
2009-04-14 08:12:18 +00:00
Randall Stewart
544e35bd97
Move the flight size reduction to right after
...
we recognize its a retransmit, ahead of the PR-SCTP
work. Without this fix, we end up NOT reducing flight
size and causing an miscalculation when PR-SCTP is active
and data is skipped.
Obtained from: Michael Tuexen.
2009-04-14 07:50:29 +00:00
Nathan Whitehorn
e3bcab29e6
Changing the overflow trap to use bla to branch to dbtrap in r190946 was
...
bogus. Revert to a branch that does not set LR. It's been a long week...
2009-04-14 04:15:56 +00:00
Kip Macy
f2502470b5
- define em_transmit and em_qflush
...
- make buF_ring usage conditional but enabled by default
Reviewed by: jfv
2009-04-14 03:36:59 +00:00
Kip Macy
aee3056f64
call default if_qflush on ifq if default method isn't used by the driver
2009-04-14 03:17:44 +00:00
Warner Losh
f133918640
Another NE-2000 clone. The GVC NIC-2000P Ethernet adapter. Based on
...
the MN5017 chipset. There's no vendor/product pair on this card, so
it needs to be matched by the CIS strings.
2009-04-14 03:13:05 +00:00
Kip Macy
3efea33724
Adapt buf_ring abstraction interface to allow consumers to interoperate with ALTQ
2009-04-14 00:27:59 +00:00
Kip Macy
5e6a926611
- use a shared lock for reads
...
- remove stale comment
Reviewed by: jeffr
2009-04-13 23:09:44 +00:00
Sam Leffler
aff238b63c
switch usb setup to usb2; it still doesn't work right but the
...
old stuff is now removed and we want this to build
2009-04-13 21:04:53 +00:00
Sam Leffler
adec18fe18
catch up with removal of ATH_SUPPORT_TDMA
2009-04-13 21:03:21 +00:00
Sam Leffler
19ea87c42b
o eliminate a << in calculating the tx time for turbo mode by pre-multiplying
...
data in the phy tables
o correct the ctrl rate indices in the 5212 turbog phy table
2009-04-13 21:01:08 +00:00
Sam Leffler
e40b6ab1cf
don't use caddr_t to match ieee80211_dump_pkt type; supplying the correct
...
one costs nothing
2009-04-13 20:58:47 +00:00
Sam Leffler
040972a18b
o fix dynamic slave-side tdma slot length updating: we need to re-setup the
...
burst length in the tx q's
o remove re-config of the beaconq on update; it's not needed
2009-04-13 20:57:34 +00:00
Sam Leffler
5e86169a67
add a debug msg for when a fixed transmit rate is not applied because
...
it's not found in the sta's negotiated rate set
2009-04-13 20:54:08 +00:00
Sam Leffler
5434ed5af3
setup turboA/G fixed rate parameters too; this is needed, in particular,
...
for turboG operation
2009-04-13 20:53:12 +00:00
Sam Leffler
baa55e71d4
correct debug printf
2009-04-13 20:50:51 +00:00
Sam Leffler
4477b68344
check correct address for a bssid mtch
2009-04-13 20:50:07 +00:00
Sam Leffler
c5262b82e6
fix txparms setup for 108G sta's: ieee80211_iserp_rateset does not
...
identify a station operating in turbo-boost mode because it has a
pure ofdm rate set; add an explicit check for the channel type
instead of depending on IEEE80211_NODE_ERP being set
2009-04-13 20:45:29 +00:00
Konstantin Belousov
e0769d2dff
Remove trailing spaces
2009-04-13 19:54:33 +00:00
Marius Strobl
b7f089e9f1
Fix whitespace.
2009-04-13 19:43:37 +00:00
Konstantin Belousov
3feb57a0a8
The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the
...
uio_td to extract pages from, instead of unconditionally use kernel
pmap.
Submitted by: Jason Harmening <jason.harmening gmail com> (amd64 version)
PR: amd64/133592
Reviewed by: scottl (original patch), jhb
MFC after: 2 weeks
2009-04-13 19:20:32 +00:00
Stefan Farfeleder
c410810eb7
Add a test for r191009.
2009-04-13 19:12:28 +00:00
Stefan Farfeleder
515c60105d
Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire
...
pipeline cmd2 | cmd3 and not just cmd2.
PR: 130298
Submitted by: Jilles Tjoelker
2009-04-13 19:10:56 +00:00
Tim Kientzle
73beb0d530
Re-enable backing up extended attributes, as the ZFS bug this
...
triggered seems to have been fixed by John Baldwin's commit
r189967.
2009-04-13 18:56:53 +00:00
Robert Watson
a14e812168
Sort man page cross references by section, no need for a comma after the
...
last cross reference.
MFC after: 3 days
2009-04-13 18:32:26 +00:00
Bjoern A. Zeeb
1de22c3b3e
In case the peer address was already configured on the interface
...
we were not properly handling proxy arp. Make sure we (try to) add
the proxy arp entry/entries in this case as well.
PR: bin/131250
Submitted by: loos.br gmail.com (Luiz Otavio O Souza)
MFC after: 3 days
2009-04-13 17:57:12 +00:00
Xin LI
d5303c8027
Don't exit until all truss children were exit.
2009-04-13 16:23:32 +00:00
Xin LI
f0bcd5c3fa
Correct a bug where pr_data should have been assigned.
2009-04-13 16:22:38 +00:00
Edward Tomasz Napierala
3f772eca32
Add reference to strmode(3).
2009-04-13 15:29:14 +00:00
Edward Tomasz Napierala
00a76e962d
Add a few more regression tests for POSIX.1e ACLs.
2009-04-13 13:51:53 +00:00
Edwin Groothuis
49ba1deb12
MFV of tzdata2009e
...
- Jordan went into DST in the last Thursday in March instead of the
last Friday in March.
- Palestine has extended the DST time with one week before and one
month after.
MFC after: 1 week
2009-04-13 09:17:40 +00:00
Edwin Groothuis
635341fcd3
Vendor import of tzdata2009e:
...
- Jordan went into DST in the last Thursday in March instead of the
last Friday in March.
- Palestine has extended the DST time with one week before and one
month after.
2009-04-13 09:09:35 +00:00
David Xu
945488297b
Make UMTX_OP_WAIT_UINT actually wait for an unsigned integer on 64-bits
...
machine.
MFC after: 1 week
2009-04-13 05:21:17 +00:00
Sam Leffler
89047529ac
remove reference to sc_tdmabintcnt; it was removed in r190848
2009-04-13 03:20:21 +00:00
Pyun YongHyeon
0685c824ca
Don't blindly set IP packet length from interface MTU in TSO case.
...
Remote host can advertise smaller MSS than that of sender so upper
stack might have adjusted the MSS which in turn generates IP
packets that are less size than that of interface MTU.
Reported by: Bjoern Koenig ( bkoenig <> alpha-tierchen dot de )
Tested by: Bjoern Koenig ( bkoenig <> alpha-tierchen dot de )
MFC after: 3 days
2009-04-13 00:32:34 +00:00
Robert Watson
de231a063a
Put TCPSTAT_ADD() and TCPSTAT_INC() behind _KERNEL.
...
MFC after: 3 days
2009-04-12 21:28:35 +00:00
Gabor Pali
2983091e25
- Add myself to the ports committers' graph
...
Approved by: gabor (mentor)
2009-04-12 21:06:11 +00:00