Age | Commit message (Expand) | Author |
2004-08-04 | interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb... | Michael Shalayeff |
2004-08-04 | Fix printing of revision string. | Todd C. Miller |
2004-08-02 | - Initialise all function's latency timer and cacheline size. | Brad Smith |
2004-07-28 | 3Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5. | Todd C. Miller |
2004-07-25 | Store pci/cardbus revision number. From NetBSD (dyoung) | Todd C. Miller |
2004-07-25 | Program BARs before enabling memory or I/O access. From NetBSD (mycroft). | Todd C. Miller |
2004-07-25 | typo, enevt -> event | Brad Smith |
2004-07-15 | - The card_attach_now flag hasn't been necessary or useful for some time. | Brad Smith |
2004-07-15 | - Unmap space used to read tuple | Brad Smith |
2004-07-15 | kill sc_intr_ack | Todd C. Miller |
2004-07-12 | typo, thise -> these | Brad Smith |
2004-07-09 | attach to Planex and Corega Ethernet cards. | Brad Smith |
2004-07-09 | brings in a few fixes from NetBSD... | Brad Smith |
2004-07-06 | regen | Brad Smith |
2004-07-06 | add Planex and Corega Ethernet | Brad Smith |
2004-07-04 | - two typos, stallen -> stolen | Brad Smith |
2004-06-27 | stop passing an empty enaddr around since we figure out the | Brad Smith |
2004-06-22 | atw(4) driver from NetBSD (dyoung). Based in part on a port by | Todd C. Miller |
2004-06-22 | If there is no CIS info the cardbus attach would print an extra | Todd C. Miller |
2004-05-07 | CardBus fxp's use the 82558 chipset which has a Long Receive bit, | Brad Smith |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
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 |
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 |
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 |
2003-07-13 | make this compile on big endian systems. | Brad Smith |
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 |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-12-13 | Detach fwnodes first. | Thierry Deval |
2002-12-13 | KNF | Thierry Deval |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-07-23 | Use the proper cardbus_conf_read() rather than pci (in a cardbus driver). | Dale Rahn |
2002-06-26 | cardbus fwohci support. | Thierry Deval |
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-06-08 | de pee | Jason Wright |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell |
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 |