summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Mark sk(4) as capable of handling extended VLAN frames. NICsyar2005-10-111-0/+6
* Fix build: remove stale KASSERT() for mutex that no longer exists.wpaul2005-10-111-2/+0
* Fix typo.glebius2005-10-111-2/+1
* IDs for generic card, airvast wm_100, i-o data wn-b11/cfzimp2005-10-111-1/+5
* Buffalo LPC4/CLX IDimp2005-10-111-0/+1
* New OEM generic card. "10/100 Fast Ethernet PC Card". It has aimp2005-10-111-0/+1
* Fix a missing set of lock operations.scottl2005-10-101-0/+3
* Correct the former patch to the way it would have looked after review.sos2005-10-101-13/+13
* Properly react to allocation failures.sos2005-10-101-6/+11
* Grrr. Add one more missing NDIS_UNLOCK().wpaul2005-10-101-1/+3
* Add missing NDIS_UNLOCK() in one of the failure cases in SIOCGPRIVATE_0.wpaul2005-10-101-1/+3
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-102-483/+849
* Bug fix initialization on multi-core HTT CPUs.jkoshy2005-10-101-46/+59
* When breaking up a large request into smaller ones for the strategypeadar2005-10-091-1/+7
* Ue a better msleep identifier. Fix some whitespace.scottl2005-10-081-5/+5
* aac_intr0 rotted long ago, remove it.scottl2005-10-081-14/+0
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-086-171/+799
* MFP4: More removal of unused stuff.imp2005-10-082-2/+0
* MFP4: Changes to hopefully make the new power code work betterimp2005-10-081-3/+3
* MFP4: We no longer use intr_handlers, so remove it.imp2005-10-082-4/+0
* MFP4: Note why we do the dance we do for waiting for the thread to die.imp2005-10-081-0/+8
* Remove a couple of explicit memset(0) ops that were zeroing past the end ofscottl2005-10-081-4/+2
* Fixes my previous commit (rev 1.20)damien2005-10-071-3/+3
* o Use firmware extended scan command; this one doesn't crash when scanningdamien2005-10-062-21/+29
* Make sure that the worker thread knows the type early enough tophk2005-10-061-6/+5
* Fix another edge case I just noticed when committing the previous changes:jhb2005-10-062-0/+6
* Rototill vx(4), add locking, and mark MPSAFE:jhb2005-10-064-233/+287
* Add support for setting the SG list segment size.sos2005-10-063-11/+19
* Fix a nasty typo. Change:pjd2005-10-061-1/+1
* - Locking improvements.netchild2005-10-053-22/+47
* Add a comment regarding problems with NForce 2 mainboards and add disablednetchild2005-10-051-0/+5
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-0511-0/+42
* - Don't include opt_global.h, it is always included implicitly.glebius2005-10-051-1/+3
* Remove debug that crept in..imp2005-10-051-4/+0
* MFp4:imp2005-10-0510-67/+591
* For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a longscottl2005-10-041-2/+3
* - Use if_printf() and device_printf() and axe lge_unit from the softc.jhb2005-10-032-58/+41
* - Use PCIR_BAR().jhb2005-10-031-5/+2
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-032-0/+8713
* * Fixed rate operation for es1370 chip to solve conflictingnetchild2005-10-021-118/+222
* Emulate pcm mixer controller for any uaudio device without it.netchild2005-10-021-0/+9
* The cmi9739_patch function which is referenced by ac97.c (rev. 1.56) now...netchild2005-10-022-0/+11
* sys/dev/sound/pcm/sndstat.c:netchild2005-10-023-51/+42
* General spl* cleanup. It doesn't serve any purpose anymore.netchild2005-10-021-34/+1
* sys/dev/sound/pcm/ac97.c:netchild2005-10-024-19/+112
* Soft volume implementation for audio devices without pcm mixer controller.netchild2005-10-021-0/+78
* Fixing WEP bustage in hostap mode since 5.2-RELEASE.avatar2005-10-022-15/+59
* Honouring ic->ic_dtim_period.avatar2005-10-021-1/+1
* Big polling(4) cleanup.glebius2005-10-0113-385/+468
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-3018-200/+82
OpenPOWER on IntegriCloud