Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-07 | ohci and ehci at cardbus support from netbsd | David Gwynne | |
this relies on a fix to kthreads that is not yet committed, so it wont be enabled for now. my boss said it was ok to commit this while im at work. ok deraadt@ drahn@. | |||
2004-11-23 | support the gpio found on ath(4) devices. | Reyk Floeter | |
ok grange@ | |||
2004-11-20 | remove redundant commented out bits for com@cardbus | Brad Smith | |
2004-11-20 | no tlp, we have dc. | Brad Smith | |
2004-11-02 | imported Sam Leffler's ath driver for atheros multimode wireless nics | Reyk Floeter | |
from NetBSD and FreeBSD. ok deraadt@ | |||
2004-10-07 | cardbusdevs -> pcidevs | Brad Smith | |
From NetBSD | |||
2004-09-18 | - Record handles for memory and IO space | Brad Smith | |
- If the CIS pointer is all-0s, don't try to read the CIS. From NetBSD | |||
2004-09-18 | add Linksys PCM200 | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2004-09-17 | regen | Brad Smith | |
2004-09-17 | add Linksys vendor ID and Linksys PCM200 ID | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2004-08-04 | interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan ↵ | Michael Shalayeff | |
<dsb@poi.dvo.ru> | |||
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 | |
- Fix grammar in error message. From NetBSD ok deraadt@ | |||
2004-07-28 | 3Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5. | Todd C. Miller | |
Patch based on info from Sigfred Håversen and David Young. | |||
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 | |
Garbage collect the code and corresponding documentation. - some minor grammar/spelling fixes. From NetBSD, the documentation change changed slightly after a suggestion from jmc@ ok deraadt@ | |||
2004-07-15 | - Unmap space used to read tuple | Brad Smith | |
- No need to zero clear temporary storage twice From NetBSD ok deraadt@ | |||
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 | |
From NetBSD ok deraadt@ | |||
2004-07-09 | brings in a few fixes from NetBSD... | Brad Smith | |
- fix typo in comment: resister -> register - Remove an unreachable return statement (and fix a whitespace nit) - Fix some DPRINTF statements to deal with bus_addr_t and bus_size_t types defined in terms if 'int' instead of 'long'. - use u_long for extent_alloc_subregion result instead of bus_addr_t ok deraadt@ | |||
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 | |
- cast base correctly for format string From NetBSD ok deraadt@ | |||
2004-06-27 | stop passing an empty enaddr around since we figure out the | Brad Smith | |
MAC address in the common attach code and not the PCI/CardBus specific portions, this was a side effect of the code being split to support CardBus. ok beck@ | |||
2004-06-22 | atw(4) driver from NetBSD (dyoung). Based in part on a port by | Todd C. Miller | |
Matthew Gream. Unfortunately, the adm8211 card I have with me does not work correctly with the driver yet so real testing will have to wait until I get my hands on an adm8211-based DWL-650 or something similar. | |||
2004-06-22 | If there is no CIS info the cardbus attach would print an extra | Todd C. Miller | |
double quote; now it doesn't. OK openbsd!beck | |||
2004-05-07 | CardBus fxp's use the 82558 chipset which has a Long Receive bit, | Brad Smith | |
we need to enable this to receive VLAN sized frames. ok deraadt@ | |||
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko | |
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt | |||
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@ |