Age | Commit message (Collapse) | Author |
|
when acting as an access point instead of having each driver doing the
job.
tested by krw@ (ral AP) and me with several drivers.
|
|
From FreeBSD
|
|
state with the newly minted link flag in the softc's rl_flags
field.
Tested by fkr@
|
|
Tested by naddy@
From FreeBSD
|
|
The current method results in a MAC address of all zeros.
Tested by bernd@/jcs@ with 8102E and fkr@ with 8168C.
From FreeBSD
ok jsg@
|
|
prints it. These should be the last offenders.
|
|
|
|
with different versions for various ar5212 variants and add an extra
table for PCI-E devices. This fixes support for various newer devices
(like the 1st generation MacBook, T61 variants) but it still does not
work on a number of other devices.
Tested by many
ok deraadt@
|
|
pointers we don't own, but the autoconf machinery does.
|
|
on an attachment dependent flag; the Tadople SPARCLE needs it.
ok kettenis@ deraadt@
|
|
RX/TX configuration registers to 128 instead of 512 bytes.
- add a few more MAC/RF id strings for the dmesg.
- check for PCI-E instead of single chip variants in a few places.
ok deraadt@
|
|
|
|
|
|
ok mglocker
|
|
ok krw@, dlg@
|
|
import some fixes for 1T2R adapters from the linux vendor driver.
|
|
pass a pointer to an ieee80211_rxinfo structure containing those two
fields plus an extra flags field that indicates whether the frame was
decrypted by hardware or not.
required for a future fix.
|
|
ok jsg@
|
|
halfway through. Makes the ISP12160 correctly load its firmware again on
sparc64.
ok krw@
|
|
For now, only one such flag is defined, PCKBC_CANT_TRANSLATE. It hints
pckbc that the device does not behave correctly to the ``set translation''
commands.
Set this flag if we are running on a Tadpole Ultrabook machine, which needs it.
This makes the built-in keyboard work correctly on this laptop (with the
help of the software translation pckbd diff).
tested & ok kettenis@
|
|
newer PCI Express adapters (ie 8168C*/8102*) work.
V2 Checksum offload format in RTL8102 devices not yet supported.
No objections from brad@. Thanks to everyone who tested.
|
|
upcoming changes and sort list.
|
|
|
|
used. Instead use MHLEN and MLEN acordingly because MINCLSIZE is bigger than
a single mbuf now.
OK mglocker@
|
|
jsg@ krw@ miod@ ok.
|
|
OK deraadt@ and millert@
|
|
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
|
|
|
From sephe@DragonFly
ok mglocker@
|
|
complete/cleanup the attachment cleanup code.
ok reyk@ jsg@
|
|
sure to #include "foo.h" in all code that uses the softc,
otherwise some object files will have a different idea of how
big the softc struct is.
This will result in things like part of the softc, say the interrupt
handler being overridden by other data. Putting printfs in the
main object file will look fine as it has the right idea as to
what the size is. It is only after several hours debugging
that you start to figure out what the hell is going on.
jsing started trying to figure out the problem and got hints
from kettenis that it likely wasn't an interrupt problem,
after quite a bit of head scratching with joel I eventually spotted
the problem.
ok reyk@ jsing@
|
|
them in and sending to the adapter. Reduces probe of empty controller
from 15 minutes or so to 30 seconds or so. And probably fixes other
things too.
Also add a few more debug statements and tweak some comments.
From mjacob via FreeBSD.
ok deraadt@
|
|
just use the actual pointers.
Debugged into the early hours of the morning with todd, without
being able to use a keyboard with ddb. Fixes a panic seen on his
powerbook.
|
|
Fixes resume from suspend/hibernate problems mentioned in
PR 5845.
|
|
tested by jbg@, "it is right" deraadt@
|
|
ok marco@, krw@, deraadt@
|
|
to receive packets sent using short slot time. Turn on short slot time
support, so that we don't prevent other STA from using short slot time.
From sephe@DragonFly
ok mglocker@
|
|
when using acx(4) as HostAP.
From sephe@DraonFly
ok mglocker@
|
|
the TX ring and clear the flag when some have been freed.
ok dlg@ kettenis@
|
|
The registers seems to return 0 on my 12160 and there are some indications
that it doesn't really exist. This may fix panics seen with the 10160 on
sparc64 machines.
ok krw@
|
|
information.
ok deraadt@
|
|
information.
|
|
codecs support 16-bit stereo slinear_le @ 48kHz.
ok ratchov@
|
|
right, in particular the adapters scsi id on the bus.
requested by kettenis@ who is having trouble with the scsi controller on
the primepower 250.
|
|
properly in 8.5 years so just garbage collect the driver.
ok damien@ deraadt@
|
|
ok claudio
|
|
ok dlg@, jsing@, deraadt@
|
|
ok dlg@
|
|
so that the status routine will properly display half duplex instead
of full.
ok henning@ krw@
|
|
- Count receive errors as input errors.
Based on similar change to the gem(4) driver from NetBSD.
ok kettenis@
|