Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-29 | - Add a workaround field to the softc struct. | Brad Smith | |
- Move the extended FIFO workaround from the capabilities field to the workaround field. - Add General purpose register 1 defines for the workarounds. - Enable a workaround for CRC errors that can be experienced with A2 revision adapters. - Add a workaround for packet loss that can be experienced with A2 revision adapters when in 10/100 mode with half duplex. From DraonFly - Rename the workaround flags so they describe what is being worked around. ok jsg@ | |||
2008-10-29 | dlg says "well, that is embarassing" | Theo de Raadt | |
2008-10-29 | native default parameters for i2s devices instead of 8kHz | Jacob Meuser | |
mulaw mono, which few can even do. "Please just get this in." brad@ | |||
2008-10-28 | make DRM_INFO() a bit less gross, though getting all the grossness out at ↵ | Theo de Raadt | |
once is impossible; ok oga | |||
2008-10-28 | Do not keep retrying to send advertisements if there is | Marco Pfatschbacher | |
no carpdev configured. I don't see how we can run into this at all, but let's leave this test for a a little extra safety. OK henning@ | |||
2008-10-28 | Always skip "urpf-failed" test for IPv6 link local addresses. | Marco Pfatschbacher | |
We could re-embed the scope-id before we do the route lookup, but then we would just find the very interface we've received the packet on anyway. OK markus@, claudio@, henning@ | |||
2008-10-28 | #if NVLAN > 0 in one more spot. | Brad Smith | |
2008-10-28 | Fix output when reporting on multivolume disk groups. | Marco Peereboom | |
Reported by mitja@muzenic.net | |||
2008-10-28 | Add the MacBookPro4,1 to the list of systems with GPIO quirks and | Brad Smith | |
needs adjustment. Allows the integrated speakers to work. from Alexey Suslikov | |||
2008-10-28 | Do not leave pmap_cache_state pointing to freed memory if it was the | Dale Rahn | |
last process running. | |||
2008-10-28 | add support for multiple pflow(4) interfaces | Joerg Goltermann | |
OK: claudio@ henning@ | |||
2008-10-28 | #include sensors | Marco Peereboom | |
2008-10-28 | Shut splassert up | Marco Peereboom | |
Fix an undo error in previous commit | |||
2008-10-28 | Be nicer waking up. | Marco Peereboom | |
prompted and ok dlg | |||
2008-10-28 | Major overhaul of bio. | Marco Peereboom | |
Fix set hotspare that didn't always work. Fix several very subtle bugs because of firmware lies Fix disk size that sometimes was incorrect Only poke drives if something changed so it makes bio way faster on subsequent calls Tested by several folks, thanks Ok dlg | |||
2008-10-28 | Pointer sizeof oops | Marco Peereboom | |
2008-10-28 | Add beginings of bio. Disabled for now. | Marco Peereboom | |
dlg "go go go" | |||
2008-10-28 | Remove return at the end of a void function. | Brad Smith | |
2008-10-28 | In trunk_media_status() mark the interface as active if any ports are | Brad Smith | |
active rather than just the primary being UP. From FreeBSD Ok mpf@ | |||
2008-10-28 | In trunk_lb_start() port % count will never be greater than | Brad Smith | |
TRUNK_MAX_PORTS so nuke the test. From FreeBSD Ok mpf@ | |||
2008-10-28 | Feed IPv6 flow label to hash calculation. | Brad Smith | |
From FreeBSD Ok mpf@ | |||
2008-10-28 | Show the ACTIVE flag in ifconfig for the single interface that is | Brad Smith | |
actually active in failover mode rather than all interfaces with a link. This makes it clear if the master interface is in use or one of the backup links. From FreeBSD Tested by jmc@ Ok mpf@ | |||
2008-10-28 | Implement a workaround for stupid hw when using VLAN stripping. Frames | Brad Smith | |
that are 64 bytes with a VLAN header appended like ARP frames or ICMP echos are flagged as runts when the tag is stripped. Issue mentioned by yongari@FreeBSD, info gleaned from the Linux driver. | |||
2008-10-28 | Remove #if NVLAN. | Brad Smith | |
2008-10-28 | Some tweaks for the usage of NVLAN > 0 checks in the code. | Brad Smith | |
2008-10-28 | Fix up some of the code for VLAN tagging/stripping and checksum offload | Brad Smith | |
support. | |||
2008-10-28 | Re-add support for RX VLAN tag stripping. | Brad Smith | |
2008-10-28 | Don't need NVLAN > 0 checks around this code. | Brad Smith | |
2008-10-28 | Re-add support TX VLAN tag insertion and RX VLAN tag stripping. | Brad Smith | |
2008-10-28 | SiS 7012 uses different multichannel control bits (data from linux). | Jacob Meuser | |
makes 4 channel output work for Anathae Townsend. thanks for testing. ok ratchov@ | |||
2008-10-28 | regen | Brad Smith | |
2008-10-28 | More MCP79 Host bridge PCI ids. | Brad Smith | |
2008-10-28 | regen | Brad Smith | |
2008-10-28 | Correct MCP79 SMBus PCI id and add missing MCP79 PCI ids. | Brad Smith | |
2008-10-28 | Added mpls_output() used to output mpls packets originating from local host. | Michele Marchetto | |
Strictly similar to mpls_input(). Input and OK claudio@, OK laurent@ | |||
2008-10-28 | Try to use ACPI a little bit harder. Skip it only if ncpu < 2 and the | Theo de Raadt | |
SMBIOS version is < 2.4. This lets 40-series thinkpads continue to use apm. worked on with kettenis | |||
2008-10-27 | Rename "machine cpu" to "machine ddbcpu" in MP kernels, for consistency with | Miod Vallat | |
other MP platforms. | |||
2008-10-27 | Move some include stuff around | Marco Peereboom | |
2008-10-27 | for the AD1984 codec, connect headphones to a proper DAC. | Jacob Meuser | |
tested by danh@ and Aaron Stellman on Thinkpad T61. from Alexey Suslikov, thanks | |||
2008-10-27 | when shutting workq threads down, dont try to take the big kernel | David Gwynne | |
lock when we've never given it up. this is a remnant of the mpsafe workq stuff we had that wasnt cleaned up properly. found by and fix tested by oga@ | |||
2008-10-27 | Start updating isp. Just new defines, comments, whitespace, anything that | Kenneth R Westerback | |
doesn't change the .o. | |||
2008-10-26 | for MP, ask people to try to trace the other cpus too | Theo de Raadt | |
2008-10-26 | Fix IOERRORs seen on some devices after a few open / close cycles. | Marcus Glocker | |
Tested and OK brad@ | |||
2008-10-26 | Spello and ad some #defines | Marco Peereboom | |
2008-10-26 | Move sensors into SMALL_KERNEL | Marco Peereboom | |
2008-10-26 | Space | Marco Peereboom | |
2008-10-26 | Plug mbuf leak in RPC record error case. | Bret Lambert | |
ok thib@ | |||
2008-10-25 | Start updating isp. Just new defines, comments, whitespace, anything that | Kenneth R Westerback | |
doesn't change the .o. | |||
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser | |
values of the audio_params structure during AUDIO_SETINFO if the hardware cannot be set to exactly the requested mode. some drivers do this sometimes. others always return EINVAL if there isn't an exact match. be more consistent. only return EINVAL if an absurd parameter was requested, otherwise return a supported set of parameters, as close as possible to what was requested. with/ok ratchov@ | |||
2008-10-25 | Start updating isp. Just new defines, comments, whitespace, anything that | Kenneth R Westerback | |
doesn't change the .o. |