Age | Commit message (Collapse) | Author |
|
test period; i think 3 years ago the last bugs fell out.
ok otto beck others
|
|
- fixup the Random Backoff Register value masking;
- keep the GPIO settings when modifying the Misc Local Control
register value.
Tested by Rob Sessink on 5719, David Imhoff on 5719, 5720, 5721,
me on 5719 and 5715; ok dlg
|
|
ok yasuoka@
|
|
|
|
|
|
ok jsg
|
|
taken care of by pci_mapreg_map().
Ok yasuoka@ uebayasi@
|
|
DRM_I915_GEM_MMAP and DRM_I915_GEM_MMAP_GTT ioctls to be compatible with
Linux. This also is the first step that moves us away from accessing all
graphics memory through the GTT, which should make things faster.
ok tedu@ (for the uvm bits)
|
|
and match the same pci devices Linux does. Untested for lack of
hardware but should work. Note that 3D/OpenGL won't work until
we update to a newer version of Mesa, which can't happen until
the Radeon KMS work is ready.
ok deraadt@
|
|
|
|
ok deraadt@
|
|
ring we expect to run out of rx descriptors as a matter of course, its not
an error.
ok mikeb@
|
|
the tcp/udp headers and to make theyre contiguous for the hypervisors
offload to work correctly.
use m_defrag instead of handrolling a copy of a heavily fragmented mbuf
into a single mbuf or cluster.
ok reyk@ yasuoka@
|
|
by making tulip_txput() aware of whether or not the mbuf it is processing
is in if_snq or not, rather than abusing the TULIP_TXPROBE_ACTIVE flag.
Found the hard way by kurt@, tested on AlphaServer 1000A, I've been sleeping
on this diff for about 3 years.
|
|
|
|
David Imhoff. No functional change.
|
|
DCTL flag defines. Now with the right defines, doh!
|
|
DCTL flag defines. No binary change.
|
|
ok reyk@ deraadt@
|
|
|
|
one which caused the following Tx bpf call to panic. Instead of
moving the bpf hook in front of the vmxnet3_load_mbuf() function, we
return the updated mbuf because we want don't want to see packets that
don't go on the wire/chipset.
Analyzed and discussed with yasuoka@ uebayasi@
OK yasuoka@ uebayasi@
|
|
serial. Fix a panic triggered by removing the USB device while the
opener is sleeping holding a reference to the softc. Found the hardway
by tobiasu@.
While here add more sanity checks to avoid races when the driver is
being detached.
ok tobiasu@
|
|
ok uebayasi@ yasuoka@ dlg@
|
|
resolves a problem parsing the AML on an ASUS UX21A
originally from armani@
ok kettenis@
|
|
actually defined. The ACPI standard isn't clear wether this is allowed,
but it makes some sense to just initialize the object with the source of
the Store(). Fixes the resulting panic on that particular machine.
ok mlarkin@
|
|
Helps with VMware VMs that report hundreds of wakeup devices.
ok reyk@, deraadt@
|
|
the intel driver to build and work with X server 1.14. ok jsg@
|
|
ok jsg@
|
|
ok deraadt@
|
|
OK deraadt@ tedu@
|
|
operations only if device is console
ok kettenis
|
|
wrong order, and depth traversal was not gauranteed.
ok stsp (tested too)
|
|
Tested by reyk@, yasuoka@
OK'ed by reyk@, deraadt@
|
|
it to dev/usb because it could be used on intel based mac laptops.
Discussed with jcs@, ok deraadt@
|
|
tested on an asus ux21a
ok mpi@ stsp@
|
|
virtual terminal support.
|
|
ok jsg@
|
|
maximum payload size handling from FreeBSD. Fixes RX path on 5719
found in newer machines such as HP DL3[68]0 G8 and Dell R320.
Tested by dlg@ on 5714, 5719 (Sun V445) and 5720, 5721 (Dell R420);
David Imhoff on 5719, 5720, 5721 (various Dell servers);
Rob Sessnik on 5719 (HP DL360p G8); mikeb@ on 5719 (HP DL380p G8).
ok dlg
|
|
cleaning up some shutdown-hook related code on the way.
(A few drivers related to sparc are still skipped at kettenis' request)
ok kettenis mlarkin, tested by many others too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Figured out by David Imhoff, checked against FreeBSD, Linux and official
documentation. Fixes up link negotiation on BCM5719.
Original diff by David, tweaked by me; tested on BCM5702X and BCM5761 by
naddy@; BCM5714, BCM5719, BCM5720 and BCM5721 by dlg@, BCM5721 and
BCM5719 by David and BCM5719 by me. ok dlg
|
|
|
|
|
|
autonegotiation timer when PHY gets the link so that if we
restart the timer the mii_ticks value would be sane.
Lifted originally from FreeBSD, tested by a few on re(4) and
bge(4), ok kettenis
|
|
got ok's for azalia but I don't remember from whom.
|