Age | Commit message (Collapse) | Author |
|
ok dlg@
|
|
|
|
From brad.
|
|
- remove IFF_RUNNING check from axe_init() and check for the
appropriate condition before calling axe_init().
- check for MTU too small, as done everywhere else.
- remove unnecessary setting of error to 0, its initialized to 0 in
axe_ioctl().
- use the IFQ_IS_EMPTY macro in axe_watchdog().
ok brad@
|
|
ifp0->if_link_state == LINK_STATE_UP to handle the new half/full
duplex link states. i forgot to commit these snippets before.
ok jsg@
|
|
use official url instead: http://www.ralinktech.com.tw/
|
|
from brad@
|
|
|
|
|
|
segments from the DMA map, instead of counting the DMA segments in the
for loop and breaking out later.
- Unload the DMA map if encountering an error condition.
Tested on amd64/i386/sparc64
ok brad@ mglocker@
|
|
PCIe to 4k.
>From kmacy@FreeBSD
Tested by mk@ and Johan Mson Lindman <tybollt at solace dot mh dot se>
with the 82573 chipset.
ok brad@ mglocker@ mk@
|
|
useless to not do so.
|
|
|
|
- use pci_matchbyid, makes attaching way simpler
ok brad@ reyk@
|
|
pointless without these two.
ok martin@, deraadt@ durring h2k6
|
|
driver from NetBSD
ok brad@ reyk@
additional testing Nick Nauwelaerts
|
|
Add bus-specific config space read and write functions, this fixes the
attach for ian@darwinsys.com and properly enumerates multiple cores.
|
|
|
|
Replace the pointer aerobics used to construct the
namecache hash with a more saner approach since the
former could lead to a null deref (PR5305).
Also make sure that the current buf is bigenough
before caching the current entry.
comments&ok pedro@
|
|
complain, clean up, and bail out of attach.
input and ok gwk
|
|
udcfdebug > 1.
|
|
ok canacar@
|
|
|
|
|
|
on old world macppc machines, if the compat property of the device is
bandit skip the pci_addr_fixup() call. This acomplishes what the changes in
rev 1.33 that were reverted attempted to do without breaking currently
supported machines. A positive side effect to this change is also working
PCI cards as well as onboard devices.
ok drahn@
|
|
ofwboot including loosing some meanigless defines and repurposing
XCOFF_GLUE to my own ends. These changes make it possible to boot the
OpenBSD kernel on at least the Power Macintosh 9500 and 9600. No binary
change in stripped ofwboot.
ok drahn@, martin@
|
|
functionality. sort of ok miod@
|
|
|
|
naddy; many thanks to naddy for continous testing and feedback during the
last weeks.
ok naddy
|
|
when sending the synack response. ok markus
|
|
the dest IP; PMTU debugging support; ok hshoexer
|
|
"works fine, even under high load" reyk@
|
|
|
|
|
|
ok brad@
|
|
does), and only use the 24 bit color planes when running X.
Not tested, but can't be worse than before - the code it replaces was busted
anyway.
|
|
|
|
rate control is handled by firmware.
|
|
values computed better, prefer invoking it with the real thing and
recomputing what needs to be afterwards. No functional change, but this
allows fb.c to assume a few things about its callers.
|
|
to non-console frame buffers as well.
|
|
to pass its recent sanity checks.
|
|
colormap, this finally makes color work.
|
|
don't call xxx_set_chan() if the interface is not up&running.
patch from Steffen Schuetz (st dot sch at gmx dot net) with
minor modifications by me.
closes kernel/5313
|
|
- There is no need to check for buses config(8) will not let us attach to
- Better P4 bus logic, which does not need to abuse device flags
- Do not bother trying to print a meaningful device description when it is
not connected to sbus.
|
|
unaligned accesses on some packets.
|
|
stops under unknown circumstances.
Tested by many people, ok brad a long time ago.
|
|
a process context. this avoids potential races in {ural,rum}_stop().
|
|
With mickey's help.
|
|
upload. We thus force a port reset and a re-exploration on the parent hub
after firmware upload.
In uath_newstate(), if we're called from a process context, we don't need
to schedule a USB task. This fixes a problem in uath_stop(): when moving
to the S_INIT state, the task was scheduled after the device was reset.
Don't abort the RX firmware command pipe in uath_stop(), otherwise we will
never receive commands ACKs from the firmware anymore. We now survive to
an ifconfig down up.
|
|
full duplex mean for a virtual interface?
|