summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-12-08powerhook: em_init on resumeMarkus Friedl
2004-12-08powerhook: call wi_init on resumeMarkus Friedl
2004-12-08add pci powerhooks: save/restore cfg space; with claudio@, ok deraadt@Markus Friedl
2004-12-08use ETHER_MAX_LENJonathan Gray
2004-12-08Check if_type in carp_carpdev_state() to make sure we're notRyan Thomas McBride
2004-12-08use ETHER_MAX_LENBrad Smith
2004-12-08use ETHER_MAX_LENBrad Smith
2004-12-08Falcom Twist-USB GSM/GPRS modem.Jonathan Gray
2004-12-08regenJonathan Gray
2004-12-08Falcom Twist-USB GSM/GPRS modem.Jonathan Gray
2004-12-08Enable jumbo frames on Yukon varients of sk(4).Kenneth R Westerback
2004-12-07regenJonathan Gray
2004-12-07Add some Belkin RTL8180 devices, one from NetBSD.Jonathan Gray
2004-12-07Remove uneeded bpfdesc.h include.Jonathan Gray
2004-12-07Cleanup. Rename some defines, add wp_lite_set_te1_cfg()Ryan Thomas McBride
2004-12-07ohci and ehci at cardbus support from netbsdDavid Gwynne
2004-12-07Don't link to ac97 specs from individual drivers.Jonathan Gray
2004-12-07Remove the PCI-ISA bridge callback mechanism; it's no longer needed.Brad Smith
2004-12-06add mbuf linearization code when the number of fragments exceeds what isDamien Bergamini
2004-12-06remove iwi_fix_channel() by setting IEEE80211_C_SCANALL capability flagDamien Bergamini
2004-12-06indentDamien Bergamini
2004-12-06regenMichael Shalayeff
2004-12-06o2micro cardbus from HP nc4000 from Russell McGregor <rdmcgregor@gmail.com>Michael Shalayeff
2004-12-06tell net80211 that we can get probes/beacons on any channel during a scan.David Gwynne
2004-12-06some mice have more than 7 buttons, so raise the limit in the driver.David Gwynne
2004-12-06dont try and detect if the external firmware is already loaded by changingDavid Gwynne
2004-12-05fix printf's in ipw_dma_alloc()Damien Bergamini
2004-12-05add IEEE80211_C_SHPREAMBLE capability flag and reorder interrupt handlersDamien Bergamini
2004-12-05update net80211 AP list after scanningDamien Bergamini
2004-12-05mostly cosmetic changesDamien Bergamini
2004-12-05Clean Tx/Rx rings allocation and management.Damien Bergamini
2004-12-05wait longer for master initializationDamien Bergamini
2004-12-05do a scan for networks when net80211 thinks we should rather than doing itDavid Gwynne
2004-12-05net80211 in the watchdogDavid Gwynne
2004-12-05rather then -> rather thanJonathan Gray
2004-12-05clean up init of the tx xfersDavid Gwynne
2004-12-05unbreak builds without ATU_DEBUG set.David Gwynne
2004-12-05clean up some more of the old state machineDavid Gwynne
2004-12-05shrink atu_ioctl to only have the useful bits. inet6 seems a bit happier as aDavid Gwynne
2004-12-05rely on net80211 for media status/changes. reset the device as neededDavid Gwynne
2004-12-05remove the dependance on code from wiDavid Gwynne
2004-12-04remove code that is now unused because of the move to net80211 and theDavid Gwynne
2004-12-04clean up the tx pathDavid Gwynne
2004-12-04- reorder interrupt handlersDamien Bergamini
2004-12-04minor cleaningDamien Bergamini
2004-12-04fix shared authenticationDamien Bergamini
2004-12-04Clean DMA allocation of Tx and Rx ringsDamien Bergamini
2004-12-04clean up the rx pathDavid Gwynne
2004-12-04disable the state machine in atu in favour of the net80211 framework. lots ofDavid Gwynne
2004-12-03URL of data sheet has changed.Jonathan Gray