summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-11-16Lower interrupt moderation timer to decrease service latency.Brad Smith
2004-11-16back out previous commit and put the right change in which correspondsBrad Smith
2004-11-16Fix 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-16allow for the reception of VLAN sized frames.Brad Smith
2004-11-16if_dc.c rev 1.56Brad Smith
2004-11-16get rid of the ATU_NO_COPY_TX knob. we always want it on.David Gwynne
2004-11-16add PCI_ID_CODEBrad Smith
2004-11-15remove some debug cruftDavid Gwynne
2004-11-15debug printf fixes from Daan VreekenDavid Gwynne
2004-11-14KNF large chunks of tab-free code discovered while working on previousKenneth R Westerback
2004-11-14More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andKenneth R Westerback
2004-11-14fix typo, trim extra empty linePeter Valchev
2004-11-13Eliminate a structure member introduced via NetBSD, now superfluous.Kenneth R Westerback
2004-11-13Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSDKenneth R Westerback
2004-11-12file not usedTheo de Raadt
2004-11-12support SIOCG80211BSSID SIOCS80211CHANNEL SIOCG80211POWER; from daanTheo de Raadt
2004-11-12cleanup prototypesTheo de Raadt
2004-11-12print address, this is not a debug pieceTheo de Raadt
2004-11-11use ether_ifdetach; from daanTheo de Raadt
2004-11-11simplify debug printf mechanism, with various levels of verbosity moreTheo de Raadt
2004-11-11strlcpyTheo de Raadt
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
2004-11-11- Fix Yukon ram sizing.Brad Smith
2004-11-11rev 1.71Brad Smith
2004-11-11add support for the Atmel AT76c503a (vendor/device ids, we should alreadyDavid Gwynne
2004-11-11regenDavid Gwynne
2004-11-11change the device id of the "atmel dwl-120" (which is what dlink calls itsDavid Gwynne
2004-11-11from netbsd, if_axe.c revision 1.6David Gwynne
2004-11-11the other half of the changes from netbsds if_axe.c revision 1.5:David Gwynne
2004-11-11half of the changes from netbsds if_axe.c revision 1.5:David Gwynne
2004-11-11from netbsd, if_axereg.h revision 1.2David Gwynne
2004-11-11from netbsd, if_axe.c revision 1.5David Gwynne
2004-11-11from netbsd revisions 1.2 and 1.3David Gwynne
2004-11-11make setup of the rx transfers consistentDavid Gwynne
2004-11-11Handle all types of interrupts when operating in polled mode.David Gwynne
2004-11-11list the things that atu relies onDavid Gwynne
2004-11-11quirk for iriver 3xx.Alexander Yurchenko
2004-11-11remove test code; Danovitsch@vitsch.netTheo de Raadt
2004-11-11remove excessive splnet; Danovitsch@vitsch.netTheo de Raadt
2004-11-10allocate a single buffer for the rx xfer to use rather than let it tryDavid Gwynne
2004-11-10add support for the Conceptronic SnapPort USB 2.0 LAN AdapterDavid Gwynne
2004-11-10regenDavid Gwynne
2004-11-10Conceptronic SnapPort USB 2.0 LAN AdapterDavid Gwynne
2004-11-10- replace stge_lookup() with pci_matchbyid()Alexander Yurchenko
2004-11-10strncpy->strlcpyAlexander Yurchenko
2004-11-09fix the url pointing to the original atuwi driver. pointed out by DriesDavid Gwynne
2004-11-09remove useless bpf code. removes dependancy on code from an(4).David Gwynne
2004-11-09Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti.Miod Vallat
2004-11-08let it actually compileTheo de Raadt