summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* The BCE chips appear to have an undocumented requirement that RX frames bescottl2008-05-081-0/+8
* Add a new personality to mpt(4) devices to allow userland applications tojhb2008-05-062-0/+758
* conditionally define PANIC_IF, remove 'unlikely'kmacy2008-05-051-4/+3
* LINT fixeskmacy2008-05-052-4/+4
* import support for iwarp on Chelsio T3 cardkmacy2008-05-0517-0/+9155
* Use a better approach to force the interrupt which should work forbz2008-05-052-6/+25
* Spell KDB_REQ_REBOOT correctly.peter2008-05-051-1/+1
* MFSVN:kmacy2008-05-059-69/+99
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-044-18/+81
* o unbreak handling of TKIP tx-only keys for splitmic chipssam2008-05-031-9/+13
* add back sysctl's to display the regdomain and country code from eeprom;sam2008-05-032-6/+13
* A couple of cameras that I recently boughtimp2008-05-031-0/+2
* Restore multi-release tradition of the driver.jkim2008-05-023-7/+20
* Use the correct bit when trying to force an interrupt through the HCC reg.bz2008-05-011-1/+1
* Do not call ndis_setstate_80211() until we are ready to associate, the vap maythompsa2008-05-011-11/+9
* Unify all the wifi *_ioctl routinesthompsa2008-05-0111-88/+131
* Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.kaiw2008-04-302-0/+21
* remove old code to handle mcast address changes; this is all done throughsam2008-04-301-10/+0
* Don't panic even if bus_dmamap_load(9) was failed. Just returnyongari2008-04-301-3/+11
* fix buildsam2008-04-301-2/+2
* disable HT capabilities until we sort out firmware issuessam2008-04-291-1/+3
* Intel 4965 wireless driver (derived from openbsd driver of the same name)sam2008-04-293-0/+5827
* Add support for the BCM5906[M] adapters. These adapters only supportjhb2008-04-295-61/+351
OpenPOWER on IntegriCloud