| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
LE CRC32 for the hash value, not the lowest 6 bits in BE CRC32.
Tested by: Takanori Sawada
PR: arm/187179
|
|
|
|
|
| |
Submitted by: Takanori Sawada
PR: arm/187179
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to check the status property in their probe routines.
Simplebus used to only instantiate its children whose status="okay"
but that was improper behavior, fixed in r261352. Now that it doesn't
check anymore and probes all its children; the children all have to
do the check because really only the children know how to properly
interpret their status property strings.
Right now all existing drivers only understand "okay" versus something-
that's-not-okay, so they all use the new ofw_bus_status_okay() helper.
|
|
|
|
|
|
|
|
| |
themselves properly, so force auto-negotiation.
Tested on mvf600.
Reviewed by: ian
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
shifts into the sign bit. Instead use (1U << 31) which gets the
expected result.
This fix is not ideal as it assumes a 32 bit int, but does fix the issue
for most cases.
A similar change was made in OpenBSD.
Discussed with: -arch, rdivacky
Reviewed by: cperciva
|
|
|
|
| |
Add compat strings for Freescale Vybrid family SoCs.
|
|
|
|
|
|
| |
detection of an all-zeroes address. Also remove a misplaced return.
Reviewed by: br@
|
|
Freescale SoCs including the i.MX series. This also works for the newer
SoCs with the ENET gigabit controller, but doesn't use any of the new
hardware features other than enabling gigabit speed.
|