Age | Commit message (Collapse) | Author |
|
OK joris@
|
|
|
|
|
|
From Matthew Dillon@DragonFlyBSD
ok millert@ dlg@
|
|
- Only clear the watchdog timer if there are no more packets to
process otherwise rearm the timer.
From mickey@
Tested by krw@, mikeb@ and brad@
ok dlg@
|
|
counter and out of receive buffer descriptors counter to the network stacks
input errors counter.
Based on a diff from mickey@ though updated for -current and added support
for BCM5705 or newer chipsets from brad@.
Tested it with BCM5704 on i386/amd64, BCM5700 on sparc64, BCM5701/BCM5751M
on i386 and BCM5721/BCM5780 on amd64.
ok krw@ sthen@ dlg@
|
|
relying on the mbuf chain layout; with claudio@ and krw@; ok henning@
|
|
fixes input errors on BCM5701/5702X/5704 and may avoid firmware hangs on
some cards if asf/ipmi support is added.
original diff from Oleg Bulyzhin in a freebsd-net post and ported by
mickey; included stats counter changes which don't apply to -current
so they are split out and not included here. "The rest of the diff
looks ok" brad.
tested on 5701/5702X/5703X/5704C/5721 by mpf naddy okan beck sthen
ok beck (before splitting out stats changes), krw, henning.
closes kernel/5699
|
|
thing in the KGET() macros. Fixes a segfault when pstat is
called with '-vT';
ok miod@,krw@,beck@
|
|
|
|
drop to ddb(4) in order to avoid overheating in case of a system crash.
ok kettenis@
|
|
receiving PPPoE packets but without any PPPoE interfaces
setup.
From mickey@ via PR 5713.
ok canacar@ claudio@ dlg@
|
|
in rcs_translate_tag() if we are looking for a revision on the trunk.
fixes inconsistancy with gnu cvs.
problem noticed by brad@
|
|
|
|
Initial diff from Henry Precheur based on a commit from matthias@dragonflybsd
which was derived from the FreeBSD driver. Additional Flash changes from
sephe@dragonflybsd which was derived from the FreeBSD driver. Typo fixes
in Henry's diff and a few other improvements from the FreeBSD driver from
brad@.
Tested on a variety of different em(4) adapters in addition to ICH8/9.
ok dlg@
|
|
ok espie@ looks fine to ajacoutot@
|
|
From Intel
tested by and ok dlg@
|
|
From Iruata Souza <iru.muzgo@gmail.com>
|
|
Tested by Sergey Prysiazhnyi <apelsin@atmnis.com>
|
|
|
|
|
|
ok dlg@
|
|
Sprinkle some debug while here.
|
|
on modern disk geometries; while here, better alignment of column labels
ok jmc@, jsing@, krw@, and otto@
|
|
|
|
|
|
handle XKPHYS addresses correctly.
|
|
as the Octane; joint work with jsing@
|
|
Sigh... ok miod@
|
|
From Giovanni Bechis.
|
|
|
|
option - if we ask sgivol(8) to manipulate the volume header we really
mean it. Also, use a single mode variable rather than a bunch of nutty
opt_* variables. Improve the man page and usage() whilst we're here.
Aside from the removal of '-f' there should be no functional changes.
ok miod@ jmc@.
|
|
ok kettenis@
|
|
Tested by brad@, chl@, sthen@, Johan Mson Lindman and Ian Lindsay <iml04@hampshire.edu>
ok dlg@
|
|
code single time I look at it.
|
|
interrupt vectors, so change it to ivec and print them in hex.
|
|
ok dlg@
|
|
Tested by António Marques <froz at icix dot org> with a ASUS M2V-MX board.
ok dlg@
|
|
|
|
|
|
ok marco@
|
|
Proper casts should be added to all invocations of ptoa() before this cast
can be removed again.
ok toby@, marco@, miod@
|
|
not officially "supported" and could have errata which the driver does
not workaround but they should more or less work.
Tested by marco@ with a BCM5708 B0 chipset.
ok marco@ dlg@
|
|
sync Nd entries for sensors;
|
|
|
|
|
|
|
|
ok henning@
|
|
<mitja at muzenic dot net>, diff provided already quite some time ago,
many many thanks. This should have gone in months ago but I was slacking,
sorry for that.
|
|
only cleared if there is enough slack space since bge_encap() will
return anyway and IFF_OACTIVE will be set again.
- Only reset the watchdog timer when all packets have been processed.
- Have bge_start() do a fast return if the adapter is not running or
the IFF_OACTIVE flag is set.
Tested by brad@, chl@, krw@, landry@, sthen@ and Johan Mson Lindman.
ok dlg@
|