| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'RELENG_5_2_1_RELEASE'.
This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| |
|
|
|
|
|
| |
Non-use of %# mocked by: bde
Notes:
svn path=/head/; revision=122032
|
| |
|
|
|
|
|
| |
indent continued line 4 spaces instead of 2.
Notes:
svn path=/head/; revision=121987
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121961
|
| |
|
|
|
|
|
|
|
|
|
| |
is really EtherExpress or EEPro or what, but it does appear in a
couple of ethernet cards that have appeared recently on ebay. Silicom
appears to make these cards, and they have the 82595TX chipset in
them, and sometimes uarts. The ex driver needs some work to support
these cards, but I thought I'd get the device into pccarddevs.
Notes:
svn path=/head/; revision=121960
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121959
|
| |
|
|
|
|
|
|
|
| |
o use more proper bus_size_t for iosize rather than bus_addr_t.
Noticed by: bde
Notes:
svn path=/head/; revision=121958
|
| |
|
|
|
|
|
| |
it and hope for the best.
Notes:
svn path=/head/; revision=121920
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o Fix MFC cards. We were bogusly setting CCR_IOBASE[01] and CCR_IOLIMIT.
now when we activate the resource, we adjust these for MFC cards, per the
spec.
o Change type of pf_mfc_* to be bus_addr_t, which is more correct than
long.
This makes my 3C362D/3C363D and 3CXEM556 cards work! Woo Hoo!
Notes:
svn path=/head/; revision=121905
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121599
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121598
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121587
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121586
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121585
|
| |
|
|
|
|
|
|
| |
Looks like 'special magic' is needed to access the ethernet part of
that combo card, so I've not added it to ex.
Notes:
svn path=/head/; revision=121584
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121564
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121563
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121521
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120899
|
| |
|
|
|
|
|
| |
Submitted by: Keith Davis
Notes:
svn path=/head/; revision=120898
|
| |
|
|
|
|
|
|
| |
the filename isn't that bad, because all of these are defined in the
PC Card standard :-)
Notes:
svn path=/head/; revision=120869
|
| |
|
|
|
|
|
|
|
| |
o minor optimization of cardbus_cis processing. Remove a bunch of generic
entries that are handled by generic.
o no longer need the card_get_type stuff.
Notes:
svn path=/head/; revision=120868
|
| |
|
|
|
|
|
|
|
|
|
|
| |
routine of its own, and allows us to move the indentation back two
layers making the code more readable.
delete a prototype that should have been killed years ago in pccardvar.h.
# adding quirks here is way harder than it needs to be. :-(
Notes:
svn path=/head/; revision=120849
|
| |
|
|
|
|
|
| |
there's been some critism about the API not being lock friendly.
Notes:
svn path=/head/; revision=120848
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120331
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.186: onoe; Sony's PEGA-WL110 CF WLAN (which strangely has fujitsu's
vendor id)
1.185: ichiro; Quatech Inc, PCMCIA Enhanced Parallel Port Card
Also:
o update $NetBSD$
o minor tweaks to FUJITSU. We've tried to keep the CIS only entries seprate
from vendor id/product id.
Notes:
svn path=/head/; revision=120330
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120291
|
| |
|
|
|
|
|
| |
Submitted by: Ludwig Pummer
Notes:
svn path=/head/; revision=120290
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120289
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120276
|
| |
|
|
|
|
|
| |
Submitted by: Jeremy Bingham
Notes:
svn path=/head/; revision=120275
|
| |
|
|
|
|
|
|
|
|
| |
such a card is ejected, we'd panic. Instead, just ignore it.
I should also add a sanity check in the FUNCID code as well, but this
isn't wrong since the check is cheap and happens infrequently.
Notes:
svn path=/head/; revision=119755
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119545
|
| |
|
|
|
|
|
|
|
|
| |
compatibility routine, go ahead and accept that as 'success'. A
properly written compatible driver should return < 0 for both the
compat match and compat probe routines, so this will wind up doing the
right thing.
Notes:
svn path=/head/; revision=119462
|
| |
|
|
|
|
|
| |
Also some minor style cleanups.
Notes:
svn path=/head/; revision=119418
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119241
|
| |
|
|
|
|
|
|
|
|
| |
vendors that list the vendor ID in the proper byte order. The second
section is for vendors that get it backwards. The third is for what
appear to be 'random' ones (although 0xcxxx appears to be coherent
enough that maybe somebody else is assigning those numbers).
Notes:
svn path=/head/; revision=119240
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119235
|
| |
|
|
|
|
|
|
|
| |
something with the vendor ID of 0x183. That could be a typo, or it
could be Paralon Technologies. Add an entry for Paralon, but don't
use it yet.
Notes:
svn path=/head/; revision=119234
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119232
|
| |
|
|
|
|
|
| |
them as 'Instant Wireless' cards.
Notes:
svn path=/head/; revision=119231
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119226
|
| |
|
|
|
|
|
| |
these under X-Jack and XJEM1144. Update to reflect this.
Notes:
svn path=/head/; revision=119225
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119216
|
| |
|
|
|
|
|
| |
this card has a real ID, but I don't know what it is at this time.
Notes:
svn path=/head/; revision=119215
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119214
|
| |
|
|
|
|
|
|
| |
modle number, and I continue to use it as a place holder until I find
out what Intersil's name for it is.
Notes:
svn path=/head/; revision=119213
|
| |
|
|
|
|
|
|
| |
happen (unless someone sends one to me). Kill bogus module depend
that I commented out over a year ago.
Notes:
svn path=/head/; revision=119162
|
| |
|
|
|
|
|
|
|
|
| |
are all bogus, and the cards that don't decode things quite right
often have hundreds of them. This will fix starvation of small dmesg
buffers and allow better debugging to happen. I thought about adding
an override, but there is such a thing as too many knobs. :-)
Notes:
svn path=/head/; revision=119161
|
| |
|
|
|
|
|
|
|
|
| |
to what is in NetBSD. I have a few cards that tickles this bug, and
this just keeps us from panicing. It doesn't actually fix the problem
(that will happen once I figure out why some cards hate the address
their CIS is mapped to high memory).
Notes:
svn path=/head/; revision=119060
|