Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-12 | sync | Henning Brauer | |
2003-05-12 | fix oversight in the CNET CNF301 record | Henning Brauer | |
2003-05-11 | CNET CNF301, Lucas Maneos <openbsd@subs.maneos.org> | Henning Brauer | |
2003-05-11 | sync | Henning Brauer | |
2003-05-11 | CNet CNF301, Lucas Maneos <openbsd@subs.maneos.org> | Henning Brauer | |
2003-05-06 | range check for the CIS table scan | Henning Brauer | |
normally, the CIS table is scanned until we hit the end tuple (CISTPL_END). I have at least one card with an invalid CIS table without end tuple - while this card is in error, this should not bring us to ddb. thus stop scanning when we reach PCMCIA_CIS_SIZE ok millert@ | |||
2003-03-18 | regen | Michael Shalayeff | |
2003-03-18 | match on SMC 8041TX by cis; from netbsd via mbing@nfr.net; miod@ ok | Michael Shalayeff | |
2003-02-26 | Add support for AirVast WN-100; nick@ | Todd C. Miller | |
2003-02-26 | regen | Todd C. Miller | |
2003-02-26 | Add AirVast WN-100; from nick@ | Todd C. Miller | |
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff | |
2003-01-02 | D-Link DFE-650TXD new vendor mac. | Federico G. Schwindt | |
from Scott Parish <srp at srparish dot net> via PR/3052. | |||
2002-11-20 | Belkin F5D5020 support; from Michael J. Eisenhower. | Federico G. Schwindt | |
2002-11-20 | Belkin F5D5020; from Michael J. Eisenhower. | Federico G. Schwindt | |
2002-11-19 | Use queue.h macros instead of using the structure names directly. | Jason Wright | |
2002-11-10 | regen | Michael Shalayeff | |
2002-11-10 | match on gvc np0335; form George Lewis via pr2971 | Michael Shalayeff | |
2002-11-10 | fix logic. | Federico G. Schwindt | |
2002-09-25 | better text for clause 3. pointed out by miod@. | Federico G. Schwindt | |
2002-09-15 | make it at least compile; parts from maurice@amaze.nl | Theo de Raadt | |
2002-08-17 | Arowana Fast-Ethernet support; patch by Thomas Delaet. | Federico G. Schwindt | |
2002-08-17 | regen. | Federico G. Schwindt | |
2002-08-17 | Arowana Fast-Ethernet; from Thomas Delaet. | Federico G. Schwindt | |
2002-08-08 | D-Link DFE-670TXD support; reported and tested by RD Thrush <rd@thrush.com>. | Federico G. Schwindt | |
2002-08-08 | regen. | Federico G. Schwindt | |
2002-08-08 | D-Link DFE-670TXD entry from RD Thrush <rd@thrush.com>. | Federico G. Schwindt | |
2002-07-29 | undrugs this. | Federico G. Schwindt | |
- correct command in gprclose and gpropen. - fix tlvput logic. - change a few regs. | |||
2002-07-10 | proper cdev_decl(gpr) | Michael Shalayeff | |
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt | |
2002-07-01 | when printing the size, use what we have map'ed, not what's in the | Federico G. Schwindt | |
configuration. | |||
2002-06-25 | Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish(). | Todd C. Miller | |
It screws up printing in dmesg and doesn't actually help anything since interupts in "vmstat -i" show up as pcmcia*, not wi* or an*. | |||
2002-06-22 | Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such. | Federico G. Schwindt | |
Replace ugly kludge with a macro that tests on sparc if it's pcmcia and tries to deal with it correctly (card mapped as be). This makes possible to have wi at pcmcia and pci on sparc64; from theo and myself. Tested with the PLX adapter and the SBus pcmcia bridge. millert@ ok. | |||
2002-06-21 | regen. | Federico G. Schwindt | |
2002-06-21 | add support for Netgear MA401RA (Prism-2.5) | Henning Brauer | |
2002-06-20 | make this compile on sparc64; deraadt and millert ok. | Federico G. Schwindt | |
2002-06-20 | Add ELSA / ZCOMAX XI-325 (and XI-325H); Ken Simpson | Todd C. Miller | |
2002-06-20 | regen | Todd C. Miller | |
2002-06-19 | move initialization a bit later. | Federico G. Schwindt | |
2002-06-17 | cosmetic changes in the copyright suggested by theo. | Federico G. Schwindt | |
2002-06-17 | - make user ioctl's available via gprio.h | Federico G. Schwindt | |
- correct tlvput checks. - replace delay with tsleep(9) per jason@ suggestion - implement GPR_RAM. - use bus_space_write_region_1(9). | |||
2002-06-15 | unmap/free memory as well on detach. | Federico G. Schwindt | |
2002-06-15 | GPR400 smartcard reader driver, some stuff still missing. | Federico G. Schwindt | |
jason@ commented on it. | |||
2002-06-09 | Pass in the device name to pcmcia_intr_establish() instead of "" | Todd C. Miller | |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries | |
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@ | |||
2002-06-08 | print address; millert@ ok. | Federico G. Schwindt | |
2002-06-07 | regen. | Federico G. Schwindt | |
2002-06-07 | Gemplus GPR400 smartcard reader. | Federico G. Schwindt | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |