Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-07 | regen | Michael Shalayeff | |
2004-04-07 | attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org> | Michael Shalayeff | |
2004-01-26 | print cis information on configured cards as pcmcia(4) does; mentioned by | Federico G. Schwindt | |
Ed White <ed at overminder dot com>. deraadt@ ok. | |||
2003-10-30 | fix missing 0. drahn ok | Jun-ichiro itojun Hagino | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-09-27 | CardBus D-Link DFE-690TXD support. | Federico G. Schwindt | |
Prompted by Ed White <ed at overminder dot com>, tested by Joshua Johnson <joshua.johnson at ftlsys dot com>. | |||
2003-09-27 | regen. | Federico G. Schwindt | |
2003-09-27 | D-Link DFE 690-TXD | Federico G. Schwindt | |
2003-08-27 | this bit is defined as prefetchable and not cachable and thus rename and use ↵ | Michael Shalayeff | |
appropriately | |||
2003-07-13 | make this compile on big endian systems. | Brad Smith | |
-- From: NetBSD | |||
2003-06-26 | alignment for extent_alloc_subregion cannot be zero | Michael Shalayeff | |
2003-06-26 | regen | Michael Shalayeff | |
2003-06-26 | add netgear ha501 802.11a | Michael Shalayeff | |
2003-04-29 | - remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname | Jason Wright | |
- remove a bunch of #if 0 stuff (most of which referred to dc_unit, grr) - delay a bzero until necessary | |||
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2002-12-13 | Detach fwnodes first. | Thierry Deval | |
Solves panics when removing the adapter while leaving the devices connected. | |||
2002-12-13 | KNF | Thierry Deval | |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-07-23 | Use the proper cardbus_conf_read() rather than pci (in a cardbus driver). | Dale Rahn | |
ok fgsch@ | |||
2002-06-26 | cardbus fwohci support. | Thierry Deval | |
from NetBSD | |||
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell | |
to todd@ and camiel@ for trying it, too. | |||
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries | |
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@ | |||
2002-06-08 | de pee | Jason Wright | |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell | |
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing. | |||
2002-06-08 | sync | Aaron Campbell | |
2002-06-08 | Add some RealTek card ID's; from NetBSD. | Aaron Campbell | |
2002-06-07 | Don't free an uninitialized pointer. art@ ok | Thomas Nordin | |
2002-05-27 | typo | Thierry Deval | |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ↵ | Jason Wright | |
dcreg.h and out of the bus specific drivers | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-03 | Add the bus to the cardbus_attach_args | Nathan Binkert | |
From NetBSD | |||
2001-12-22 | Support for SMC 8036TX 10/100 cardbus NICs; diffs provided by | Federico G. Schwindt | |
Chris Riley <chris@riles.ra>. | |||
2001-12-06 | Checkpoint bus_dma work in progress: | Jason Wright | |
- descriptor lists are now bus_dma allocated and manipulated (for those keeping score: 6 vtophys dead, 4 to go) | |||
2001-08-22 | Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200 | Aaron Campbell | |
10/100 CardBus Ethernet adapter (thanks to beck@ for the donation). | |||
2001-08-22 | sync | Aaron Campbell | |
2001-08-22 | Add some Abocom devices; from NetBSD. | Aaron Campbell | |
2001-08-09 | - scb_wait() is now time based (not cpu speed based) | Jason Wright | |
- rearrange multicast setup to be part of init - convert cu operations to bus_dma(9) (still have to do RFA ops). | |||
2001-07-09 | Match CBEM56G as well | Niklas Hallqvist | |
2001-07-09 | sync | Niklas Hallqvist | |
2001-07-09 | Ehh, nice duplicate | Niklas Hallqvist | |
2001-07-09 | regen | Michael Shalayeff | |
2001-07-09 | CBEM56G from matthieu@ (; | Michael Shalayeff | |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski | |
Pass the right amount of arguments and rename them back to their right names. | |||
2001-06-24 | cold is in systm now | Michael Shalayeff | |
2001-04-06 | - For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work. | Aaron Campbell | |
- General cleanup in the dc CardBus attachment. - Split detach up into bus-dependent and bus-independent parts. - Some function and variable renaming for consistency. | |||
2001-03-25 | lower spl on error exit. Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-01-27 | sync | Theo de Raadt | |
2001-01-27 | foom | Theo de Raadt | |