index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
Age
Commit message (
Expand
)
Author
2004-11-16
fix bit defns for PFLAGs
Jason Wright
2004-11-16
Lower interrupt moderation timer to decrease service latency.
Brad Smith
2004-11-16
back out previous commit and put the right change in which corresponds
Brad Smith
2004-11-16
Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap).
Brad Smith
2004-11-16
- Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.
Brad Smith
2004-11-16
allow for the reception of VLAN sized frames.
Brad Smith
2004-11-16
add PCI_ID_CODE
Brad Smith
2004-11-14
KNF large chunks of tab-free code discovered while working on previous
Kenneth R Westerback
2004-11-14
More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and
Kenneth R Westerback
2004-11-14
fix typo, trim extra empty line
Peter Valchev
2004-11-11
- Fix Yukon ram sizing.
Brad Smith
2004-11-11
rev 1.71
Brad Smith
2004-11-10
- replace stge_lookup() with pci_matchbyid()
Alexander Yurchenko
2004-11-10
strncpy->strlcpy
Alexander Yurchenko
2004-11-08
put more debug stuff inside #ifdef, to make the driver a wee bit smaller
Theo de Raadt
2004-11-06
regen
Reyk Floeter
2004-11-06
added new ar5212 device ids
Reyk Floeter
2004-11-03
Call ipw_stop() at the beginning of ipw_init(): this fixes a memory leak
Damien Bergamini
2004-11-03
Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us.
Damien Bergamini
2004-11-03
IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status().
Damien Bergamini
2004-11-03
Calling ipwcontrol -k without downloading the firmware first lead to a
Damien Bergamini
2004-11-03
Fix calls to bus_dmamap_create().
Damien Bergamini
2004-11-02
#ifdef __alpha__ -> #ifdef __LP64__
Miod Vallat
2004-11-02
factor out the dma memory allocation, mapping, freeing and unmapping
marius eriksen
2004-11-02
no CardBus here.
Brad Smith
2004-11-02
imported Sam Leffler's ath driver for atheros multimode wireless nics
Reyk Floeter
2004-10-31
rev 1.68
Brad Smith
2004-10-30
vaddr_t casts for vtophys, works on amd64, enabled in GENERIC
Can Erkin Acar
2004-10-30
sync
Theo de Raadt
2004-10-30
more; reyk
Theo de Raadt
2004-10-30
sync
Theo de Raadt
2004-10-30
wrong model; reyk
Theo de Raadt
2004-10-30
sync
Theo de Raadt
2004-10-30
more devs
Theo de Raadt
2004-10-29
another re device from FreeBSD
Jonathan Gray
2004-10-29
regen
Jonathan Gray
2004-10-29
another re device from FreeBSD
Jonathan Gray
2004-10-29
use rx list size instead of tx (for rx list), they are the same
Peter Valchev
2004-10-28
sync
Peter Valchev
2004-10-28
VIA VT612x
Peter Valchev
2004-10-28
the URL in if_iwi is no longer valid.
Brad Smith
2004-10-28
print our ether address when attaching like other drivers
joshua stein
2004-10-28
print our ether address when attaching like other drivers
joshua stein
2004-10-27
Remove static for all non-inline functions.
Damien Bergamini
2004-10-27
Minor consistency tweaks (imported from iwi).
Damien Bergamini
2004-10-27
Check that we are associated before sending anything. Call ipw_stop()
Damien Bergamini
2004-10-27
Handle fatal errors from firmware (imported from iwi).
Damien Bergamini
2004-10-27
Read MAC address from EEPROM in ipw_attach(). The address is now known
Damien Bergamini
2004-10-27
Cache firmware into kernel memory instead of sending it directly. The
Damien Bergamini
2004-10-27
Change firmware initialization sequence to be more consistent with iwi.
Damien Bergamini
[next]