summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* correct rx radiotap channel flags construction for 11n framessam2008-05-291-19/+18
* Cleanup power handling and fix suspend/resume:sam2008-05-292-25/+63
* close a race on detach by reordering bpfdetach and taskqueue_freesam2008-05-281-4/+8
* send EAPOL frames at the same rate used for mgt framessam2008-05-281-2/+10
* Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app'sambrisko2008-05-282-0/+62
* Grr, restore some useful comments that were only in the NetBSD code.jhb2008-05-281-0/+21
* Remove NetBSD and FreeBSD 4.x code from this driver in preparation forjhb2008-05-281-548/+16
* Release pcm mutex before calling snd_clone_unref(), which in turns mightariff2008-05-271-0/+7
* Add driver support for PCIe adapters based on JMicron JMC250yongari2008-05-273-0/+4325
* Add JMicron JMP202/JMP211 PHY driver.yongari2008-05-273-0/+492
* Dont call ata_start() when ata_reinit fails in the ioctl path.sos2008-05-261-1/+0
* We can not call iwn_start directly in the interruptdelphij2008-05-261-3/+14
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-2529-12277/+0
* Change my email address to the one from the FreeBSD project.ed2008-05-241-1/+1
* Add codec id for Sigmatel STAC9872AKkevlo2008-05-221-0/+2
* Giant is no longer required and can not be held over kproc_exit().thompsa2008-05-211-1/+0
* Thanks to report from Neil Hoggarth I found a missing UNLOCK injfv2008-05-211-2/+13
* Drop Giant before calling kproc_exit(), so we don't trigger assertion inpjd2008-05-201-0/+4
* Add ID for T61p, which is not IBM really, but well.pjd2008-05-201-1/+1
* Add support for controlling the audio powerkevlo2008-05-201-0/+1
* This small change will allow this driver in HEAD to buildjfv2008-05-191-1/+14
* Add age(4), a driver for Attansic/Atheros L1 gigabit ethernetyongari2008-05-193-0/+4284
* Add Attansic/Atheros F1 PHY driver.yongari2008-05-193-0/+480
* Add support for the Epson 4800 scanner.remko2008-05-182-0/+2
* Add support for the Nikon D300 cameraremko2008-05-162-0/+5
* This is driver version 1.4.4 of the Intel ixgbe driver.jfv2008-05-1615-1835/+3508
* Fix RID calculation. The RID is really the BAR for PCI cards,marcel2008-05-161-1/+1
* Remove a check that didn't allow > 12 byte CDB's to be issued tops2008-05-161-6/+0
* The beacon miss notification must run without locks held has it calls back intothompsa2008-05-162-2/+16
* - Const'ify firmware and lookup-tables.marius2008-05-155-53/+53
* Move speaker a lot closer to style(9)phk2008-05-151-343/+317
* Improve the integration of BCM5906[M] support:marius2008-05-142-66/+63
* style(9): remove FreeBSD CVS ID from the initial license comment.rpaulo2008-05-141-3/+0
* Actually, don't rely on the unsafe MAX() macro. Use imax() as providedrpaulo2008-05-141-2/+2
* Don't let hacksync() call bus_dmamap_sync(9) on DMA maps whichmarius2008-05-132-6/+14
* From the OpenBSD commit log :cognet2008-05-132-1/+3
* Add support for management apps. Work around an apparent firmware bug thatscottl2008-05-122-8/+126
* Update PLCP<->rate mapping support:sam2008-05-125-11/+131
* Minor cleanup of vap create work:sam2008-05-1213-13/+26
* Change the check for cpu_high to actually match CPUID 0x06.rpaulo2008-05-111-3/+3
* Don't use libkern's max() function as that's for unsigned numbers only.rpaulo2008-05-111-2/+2
* fix typo's that broke duration calculation on protection framessam2008-05-112-2/+2
* Only start the vaps if the init routine completed.thompsa2008-05-104-4/+8
* - Associate from a taskq as we can deadlock on the ndis hal and the com lock.thompsa2008-05-102-11/+49
* Partially revert the last rev. Do call ndis_setstate_80211() when we up thethompsa2008-05-101-65/+113
* - Fix panic on detach.simokawa2008-05-102-4/+4
* - Disable interrupts on suspend to eliminate excessivesimokawa2008-05-101-4/+9
* Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATAdelphij2008-05-101-0/+6
* Add ID for HTC PPC6700 Modem.delphij2008-05-082-0/+2
* Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.grehan2008-05-085-5/+10
OpenPOWER on IntegriCloud