summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-10-29Eliminate an uninitialized variable warning.tsutsui
2003-10-29Fix think-o about century handling in settime function.tsutsui
2003-10-29Add MI driver for mc146818 based time-of-day clock with todr(9) support.tsutsui
2003-10-29Return EINVAL rather than stepping off a null pointer.mycroft
2003-10-29Recode to remove bogus initializer.mycroft
2003-10-29XXX: gccmycroft
2003-10-29Remove bogus initializer, and fix a typo in a loop variable instead.mycroft
2003-10-28Kill another bogus initializer.mycroft
2003-10-28fix bogus GCC uninitialized variable warning. Use TAILQ_FOREACH.matt
2003-10-26Another possibly uninitialized lasttxchristos
2003-10-26Don't return random garbage in the default case; return the smallest ringchristos
2003-10-25Add definitions for 8139C+ and 8169 chips. Not used yet. From FreeBSD.fvdl
2003-10-25Fix uninitialized variable warning.christos
2003-10-25make this compile again. I should really rename the FreeBSD KASSERT tochristos
2003-10-25KASSERT takes 2 arguments here.christos
2003-10-25Fix uninitialized variable warning.christos
2003-10-25Fix uninitialized variable warningschristos
2003-10-25Make this compile with older gcc.simonb
2003-10-25more uninitialized variableschristos
2003-10-25fix uninitialized variableschristos
2003-10-24In wi_newstate(), read the BSSID into a temporary buffer that has guaranteedmycroft
2003-10-22Avoid a race condition that could allow a removable controller (such asbriggs
2003-10-22support for NE2000_TYPE_AX88790 fromchristos
2003-10-21Remove return after panic().simonb
2003-10-21don't swap powerhook and shutdownhook.yamt
2003-10-21Correct NULL abuse.fvdl
2003-10-21Correct NULL abuse.fvdl
2003-10-19Don't take the 802.11 header off of a frame until after we've givendyoung
2003-10-19Remove some unreachable code with the comment "To shut up compiler"simonb
2003-10-19Remove unreachable break after return and goto statements.simonb
2003-10-18Fix some attach messages for new ahc(4).tsutsui
2003-10-17ieee80211_newstate() wants for ic->ic_state to equal the previousdyoung
2003-10-16Prepare for wi rate adaptation. Add wi_write_txrate, which onlydyoung
2003-10-16The upper & lower bounds on wi RSSI are completely bogus, AFAICT.dyoung
2003-10-16Cosmetic change: shorten 6 lines to 2.dyoung
2003-10-16Fix WEP transmission, too. From FreeBSD/Sam Leffler.dyoung
2003-10-16ath(4) failed to detect when the number of DMA segments exceededdyoung
2003-10-16add {shutdownhook,powerhook}disestablish()ichiro
2003-10-15add $NetBSD$itojun
2003-10-15Return 0 on SIOC{ADD,DEL}MULTI.enami
2003-10-15s/printf/DPRINTF/ for ath_rate_ctl()itojun
2003-10-15Make sure chp->atabus is initialised, and wakeup the right address whenbouyer
2003-10-15- don't ignore last bit when checking for floating bus value on slavebouyer
2003-10-15Clear chp->ch_drive[i].drive_flags if we didn't find a driver for thebouyer
2003-10-15Fix WEP reception.dyoung
2003-10-15Re-order a little so that there's no unreachable code in this block.simonb
2003-10-15Port multicast handling to NetBSD. Addresses PR23151.enami
2003-10-14Do not index arrays using enum constants, since enums can bedyoung
2003-10-14add support ath on cardbusichiro
2003-10-13Why don't I make up my mind? No need to left-shift the countrydyoung