summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-10-01Regen.soren
2002-10-01PQI Travel Flash Drive.soren
2002-10-01Do not call wi_stop() with disabled flag set from wi_init(), since itonoe
2002-10-01make it compilable with CBB_DEBUG.onoe
2002-10-01Linkstatus AP_IN_RANGE doesn't mean associatted, rather it just mean tryingonoe
2002-10-01Use LIST in sys/queue. Add some comments.haya
2002-10-01Adjust residual counter for wide transfers.petrov
2002-10-01Use CFATTACH_DECL().thorpej
2002-10-01Allow SIOCSIFADDR with AF_LINK and WI_RID_MAC_NODE (wiconfig -m)onoe
2002-10-01initialize sc_txcur and sc_txnext at wi_init to avoid reordering afteronoe
2002-10-01Remove unnecessary extern decl of bthci_ca.thorpej
2002-10-01Remove uneecessary extern decl of de_ca.thorpej
2002-10-01Remove unused extern decl of cgsix_sbus_ca.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Put some ifdefs around USB_USE_SOFTINTR stuff. From FreeBSD.augustss
2002-09-30old lucent adhoc-demo mode (adhoc,flag0 or wiconfig -p 3) wasn't handledonoe
2002-09-30Jumbo commit for wi driver.onoe
2002-09-30re-enable IBSS creation.onoe
2002-09-30Nuke unneeded member sc_ifp and use #define sc_if instead,onoe
2002-09-29"definitions" has lots of 'i's, but that's not reason to leave one out.wiz
2002-09-29Regen.augustss
2002-09-29Add #ifdef USB_USE_SOFTINTR for some softintr code. From FreeBSD.augustss
2002-09-29Remove extra call to ohci_rem_ed(). From kern/18448, Takeshi Nakayama.augustss
2002-09-29Add some spl calls to protect critical regions. From kern/18440,augustss
2002-09-29Add a Netgear adapter. From OpenBSD.augustss
2002-09-29Call mb86960_attach() with MB86960_TYPE_86965 sincetsutsui
2002-09-29Fix chip identification bit definitions in DLC7 register,tsutsui
2002-09-29Plug memory leak. From OpenBSD via PR kern/18457.martin
2002-09-28Remove a debugging printf.thorpej
2002-09-28Remove unused code in #if NetBSD <= 199712 part.tsutsui
2002-09-28Rename if_fereg.h -> if_fmvreg.h since now it has onlytsutsui
2002-09-28Move AT1700/RE2000 EEPROM definitions from isa/if_fereg.h to ic/ate_subr.h.tsutsui
2002-09-28Remove unused FE_VERSION.tsutsui
2002-09-28Remove unused FE_MB86960_H_VERSION.tsutsui
2002-09-28Remove unused FE_VERSION and FE_REG_VERSION.tsutsui
2002-09-28Remove unused code in #if NetBSD <= 199712 part.tsutsui
2002-09-28Remove MBH10302 register definitions, which is also definedtsutsui
2002-09-28Before declaring pci_conf_interrupt(), check to see if it'sscw
2002-09-28Try a little harder to work around the "Isolated After Reset" lossage.scw
2002-09-28Add smc91cxx_copy_tx_frame(), based on the version in cs89x0.c, to dealscw
2002-09-27Increase the timeout in wi_cmd(). Fixes reports of "busy didn'tthorpej