| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The SYSCTL_NODE macro defines a list that stores all child-elements of
that node. If there's no SYSCTL_DECL macro anywhere else, there's no
reason why it shouldn't be static.
|
| |
|
|
|
|
|
| |
PR: bin/148894
Submitted by: olgeni
|
| |
|
|
|
|
|
| |
which really is just a rebadged OEM card... Plus a tiny whitespace
nit.
|
| |
|
| |
|
|
|
|
| |
inferred from data in the linux driver.
|
|
|
|
|
| |
the MN5017 chipset. There's no vendor/product pair on this card, so
it needs to be matched by the CIS strings.
|
| |
|
| |
|
|
|
|
| |
the Linux axnet driver.
|
|
|
|
| |
PCCARD3 name to describe the RIOS PC Card III Ethernet that I have.
|
| |
|
|
|
|
| |
since just before 6.0).
|
|
|
|
|
|
|
| |
legal in the spec. Add newline to the verbose messages we print when
debugging when this happens. The Hitachi HT-4840-11 is the only card
to hit these in years, and it works well enough if we're liberal about
what we accept.
|
| |
|
|
|
|
|
|
| |
Toshiba LANCT00A
TDK LAK-CD011
TJ PTJ-LAN/T PC-NIC ENCC 990010759-001A
|
| |
|
|
|
|
| |
like).
|
|
|
|
|
|
|
| |
to be printed in a hexadecimal format. Otherwise, '270' doesn't say
much.
Reviewed by: imp
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Billion Access Points. Fix wi(4) to recognise the adapter.
PR: 77913
Submitted by: Daan Vreeken [PA4DAN]
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
says that in such cases we can pick any interrupt. One of these cards
is the LG11 Wireless LAN card. I don't have one of these, but I do
know that this doesn't hurt any cards I've tried it with.
PR: 92070
Submitted by: Helge Oldach
MFC after: 3 days
|
| |
|
|
|
|
|
| |
Also, r181392 fixed a small problem with multifunction cards that would
cause the card not to power down when the last driver detached from it.
|
|
|
|
| |
to the list of devices.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
procedure. There were some subtle differences before that could lead
to a variety of bugs, including resources being lost (in one case
forever). pccard_probe_and_attach_card does this now, and includes
comments about what's going on and why, since it isn't obvious from
the code. Please let me know if I've missed anything...
Provide a new function called pccard_select_cfe that allows drivers to
select which configuration entry to use. This is needed for some
older pre-MFC standard cards with many functions that want to activate
all their functions by selecting alternative entries, or to work
around broken ones. pccard_select_cfe will migrate into the
pccard_if.m interface as its interface stabilizes to keep all the
pccard drivers from referencing any symbols in the pccard.ko module
directly.
Fix a printf to refer to the right function name.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
appropriate (versions not appropriate to merge omitted):
o 1.226 imp nop, save for NetBSD string (minor merging the other way)
o 1.225 jnemeth Coreage LAPCCTXD
o 1.224 martin (remove 3rd and 4th clauses)
o 1.223 kiyohara (TDK bluetooth PC Card)
o 1.222 kiyohara (Anycom BlueCard)
o 1.221 ichiro (NEC Infrontia AX420N)
o 1.219 jmcneill (EDIMAX EP-4101)
o 1.213 tsutsui (TEAC IDECARDII entry fix)
Also, while I'm here, fix some tab problems that have crept in.
|
|
|
|
|
|
| |
autoincrement in some places where it makes sense. This makes this .o
about 180 bytes smaller on x86 and amd64 with no apparent functional
changes.
|
|
|
|
|
|
|
|
| |
PR: kern/114582
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Reviewed by: imp, myself
Tested by: johans, myself
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
(AC710/AC750/AC850/A550/A555/A710/A750)
PR: kern/110190
Submitted by: Pascal Vizeli<pvizeli at yahoo dot de>
Approved by: imp (mentor)
MFC After: 1 week
|
|
|
|
|
|
|
|
| |
reworked by me.
Submitted by: Osamu Hasegawa-san
PR: 93393
Approved by: re (hrs)
|
|
|
|
| |
handler.
|
|
|
|
|
|
| |
filter+ithread handler.
Discussed and reviewed with: bsdimp, simokawa
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bus_setup_intr()
o add an int return code to all fast handlers
o retire INTR_FAST/IH_FAST
For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current
Reviewed by: many
Approved by: re@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
cards stopped working. Specifically the AVM B1 PCMCIA Card no longer
detected. Its CIS chain read back as all FF's. Putting the delay
back solves those problems. I've opted to put in a much shorter delay
because as far as I can tell, no delay is really needed here. We'll
see how well this works in practice.
|
|
|
|
| |
This caused drivers for the cards they matched to not probe.
|
|
|
|
|
|
| |
just some of them.
Noticed by: brooks
|
| |
|
|
|
|
| |
entry. Add it (back).
|