Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-27 | match on buffalo and emtac wavelans; from netbsd | Michael Shalayeff | |
2001-11-27 | add an emtac wavelan | Michael Shalayeff | |
2001-11-27 | add a couple of buffalo wavelans, from netbsd | Michael Shalayeff | |
2001-11-23 | regen | Jakob Schlyter | |
2001-11-23 | add 3Com Wireless LAN PC Card | Jakob Schlyter | |
2001-11-20 | match on linksys iwn; from netbsd | Michael Shalayeff | |
2001-11-20 | regen | Michael Shalayeff | |
2001-11-20 | Linksys2 Instant Wireless Network | Michael Shalayeff | |
2001-11-06 | it appears pcm100 is not the same as combo ecard even same vendor/prod ids; ↵ | Michael Shalayeff | |
fixing pr#2166 | |||
2001-11-06 | regen | Michael Shalayeff | |
2001-11-06 | oops | Michael Shalayeff | |
2001-11-06 | add pcm100 cis form Matt Behrens <matt@zigg.com> via pr#2166 | Michael Shalayeff | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-02 | match on intel pro/wireless 2011, from netbsd | Michael Shalayeff | |
2001-10-28 | match on elsa cf wireless lan | Michael Shalayeff | |
2001-10-28 | regen | Michael Shalayeff | |
2001-10-28 | add ELSA XI800 CF Wireless LAN; from netbsd | Michael Shalayeff | |
2001-10-25 | match on corega pcc-td | Michael Shalayeff | |
2001-10-25 | match on corega pccb-11 | Michael Shalayeff | |
2001-10-25 | regen | Michael Shalayeff | |
2001-10-25 | add a couple of corega cards, from netbsd | Michael Shalayeff | |
2001-10-25 | match on gemtek | Michael Shalayeff | |
2001-10-25 | regen | Michael Shalayeff | |
2001-10-25 | add gemtek and symbol wlans; from netbsd | Michael Shalayeff | |
2001-10-08 | Support the WiseCom iPort 10/100; thanks to Brendan Hiley <ultr0s@mbox.com.au> | Aaron Campbell | |
for testing the patch. | |||
2001-10-08 | regen | Aaron Campbell | |
2001-10-08 | WiseCom iPort; Brendan Hiley <ultr0s@mbox.com.au> | Aaron Campbell | |
2001-09-30 | Make the kernel compile. | Artur Grabowski | |
2001-08-18 | Make use of ax88190_stop_card and dl10019_stop_card. | Aaron Campbell | |
2001-08-18 | Support for PCMCIA network cards with an ASIX AX88190. Committing this over | Aaron Campbell | |
a Linksys PCMPC100 Ver 3 10/100 card that now works. | |||
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2001-07-08 | Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN | Federico G. Schwindt | |
(or ifqmaxlen); it's done in if_attach() now. No future drivers needs to set up this anymore unless they want to use something else. | |||
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho | |
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting). | |||
2001-06-27 | recieve -> receive | Nathan Binkert | |
2001-06-25 | ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-23 | Remove repeated ethernet constants; use if_ether.h for it instead. | Federico G. Schwindt | |
2001-06-23 | Disable interupts *before* establishing them to avoid a race. | Todd C. Miller | |
2001-06-12 | regen | David Leonard | |
2001-06-12 | Add Archos MiniCD (comes with some Toshiba laptops). ok csapuntz,fgsch | David Leonard | |
2001-06-12 | Yet another entry for the Netgear FA410TXC; from | Federico G. Schwindt | |
Brandin L Claar <claar@arl.psu.edu>. | |||
2001-06-11 | For PCI attachments print the CIS strings since otherwise all we have | Todd C. Miller | |
is info on the PCI -> PCMCIA dumb bridge and not the card itself. | |||
2001-06-08 | missed one; pointed out by ben fleis <ben@monkey.org> | Michael Shalayeff | |
2001-06-08 | use pragma instead of attributing every and each struct, some spaces | Michael Shalayeff | |
2001-06-07 | regen | Todd C. Miller | |
2001-06-07 | no longer need bogus Linksys WPC11 entry now that we autodetect prism vs. lucent | Todd C. Miller | |
2001-06-07 | probe prism2 chips based on the probed card id, not cis | Michael Shalayeff | |
2001-06-06 | PCI shim for if_wi.c as promised. Magic for setting the PLX up | Todd C. Miller | |
correctly take from the FreeBSD driver and explained by imp@ Currently this is hard-coded for PrismII cards but that will change when the PrismII auto-detect code is added to if_wi.c. Tested with a LinkSys WPC11 in a Global Sun GL24110P02 (aka LinSys WDT11) | |||
2001-06-04 | Linksys PCM100 support; from Matt Behrens <matt@zigg.com>. | Federico G. Schwindt | |
2001-05-28 | Remove FA410TX from the invalid list; it's confusing and should be matched | Federico G. Schwindt | |
using the linksys etherfast entry; aaron@ ok. | |||
2001-05-28 | regen. | Federico G. Schwindt | |