summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Epson DX8400 scanner.imp2008-04-292-0/+2
* restore the hal's channel list when doing getradiocaps so it's in sync withsam2008-04-271-0/+5
* With rev 1.24 of sys/powerpc/powermac/macio.c, we now get amarcel2008-04-266-7/+44
* Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DSraj2008-04-262-1/+4
* - Use the revamped code from the gem(4) PCI front-end, whichmarius2008-04-262-162/+175
* Remove some remnant alpha hacks.marius2008-04-264-21/+3
* - Use more appropriate maxsize, nsegments and maxsegsize parametersmarius2008-04-261-12/+6
* Add support for the Davicom DM9601.imp2008-04-262-5/+3
* Opps,missed line in the fix...jfv2008-04-261-2/+2
* A change got dropped in the merge, add backjfv2008-04-251-11/+11
* This delta has a few important items:jfv2008-04-2525-230/+855
* remove scan task on state change so it doesn't unexpectedly firesam2008-04-251-1/+2
* Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make norpaulo2008-04-251-1/+20
* o Disable HMEDEBUG by default.marius2008-04-245-199/+228
* - vx_stop() requires the driver lock to be held.marius2008-04-241-3/+5
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9)marius2008-04-241-118/+155
* - Use NULL instead of 0 for pointers.marius2008-04-241-587/+579
* Kill $P4$ id.rpaulo2008-04-211-2/+0
* Add HW level support for the Adaptec 1420SA controller.sos2008-04-213-7/+37
* Unload DMA slot on device timeouts.sos2008-04-211-0/+1
* Do not enable FIS based PM switching, even if not used some controllers barf.sos2008-04-211-2/+2
* fix buildsam2008-04-201-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-2044-15340/+6594
* move awi to the Attic; it will not make the jump to the new world ordersam2008-04-207-3751/+0
* devclass_get_maxunit() returns n+1 with n starting at 0.bz2008-04-201-4/+5
OpenPOWER on IntegriCloud