summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Prefer new location of pci include files (which have only been in theimp2003-08-2236-67/+87
* Add quirks for the EXATELECOM i-Bead mp3 player.njl2003-08-223-0/+12
* Prefer new location for dev/pci/pci*.himp2003-08-221-2/+2
* Prefer the new location of dev/pci/pci*.h.imp2003-08-221-2/+2
* Prefer the uintXX_t to the u_intXX_t names.imp2003-08-225-119/+119
* Additional VT1616 id.orion2003-08-211-1/+1
* Syncimp2003-08-211-7/+18
* Sort the vendors into three sections. First section is for thoseimp2003-08-211-6/+17
* Add a comment saying it might be Paralonimp2003-08-211-1/+1
* Sync to 1.68imp2003-08-211-1/+2
* Compaq's ID is 0x138. However, it looks like they also releasedimp2003-08-211-0/+1
* LINKSYS2 -> BROMAXimp2003-08-211-3/+3
* Update to pccarddevs 1.67imp2003-08-211-11/+13
* Vendor ID 0x274 is Bromax Communications, not Linksys. Linksys sellsimp2003-08-211-4/+6
* DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. Updateimp2003-08-211-1/+1
* Sync to 1.66imp2003-08-211-8/+10
* Vendor ID 0x0128 is registered to DSP Solutions, Inc. Megahertz soldimp2003-08-211-3/+5
* Update to reflect NETGEAR_2 -> INTERSIL and INTERSIL -> INTERSIL2imp2003-08-211-2/+2
* Sync to 1.65imp2003-08-211-5/+5
* Change INTERSIL to INTERSIL2 for the -1 case. Chances are good thatimp2003-08-211-2/+2
* Regen for 1.64imp2003-08-211-5/+8
* Vendor 0xb is intersil, not Netgear. The MA401RA is just Netgear'simp2003-08-211-2/+5
* Apply Rudolf Cejka's patch for:orion2003-08-212-47/+42
* Add patch for AD198x.orion2003-08-212-0/+7
* Include order bit in sdev->type.simokawa2003-08-211-1/+1
* Add in a missing device entry that I thought was already in there. Thisambrisko2003-08-211-0/+10
* In my efforts to make checking the CD bits less error-prone, Iimp2003-08-201-1/+1
* Fix typo in last commit.mux2003-08-201-1/+1
* Fix build by correcting a wrong cast.mux2003-08-201-1/+1
* Use CBB_CARD_PRESENT instead of checking STATE_CD directly since it isimp2003-08-201-4/+6
* Fix panic from having multiple locks held when updating firmware. AN_LOCKambrisko2003-08-201-9/+11
* pc98pcic isn't the name of the media driver. tcic likely will neverimp2003-08-201-3/+0
* When debugging CIS, only print 10 CISTPL_NULLs. Chances are good theyimp2003-08-201-3/+12
* On Dell boxes such as the PE2650 we need to disable 3 led mode for theambrisko2003-08-203-0/+16
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!ambrisko2003-08-204-87/+172
* Fill reserved fields of transmitting packets header with zero.simokawa2003-08-202-14/+24
* MFp4 changes to fix locking issues and correct referencesam2003-08-193-60/+124
* o pass control frames up the stack when in monitor mode (the 802.11 layer willsam2003-08-192-3/+7
* Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bitscottl2003-08-193-18/+20
* o correct beacon frame length calculation and add an assert to catch any futuresam2003-08-191-2/+6
* maintain a table for mapping hardware rate codes to 802.11 rates forsam2003-08-192-3/+6
* mark the scan and calibrate callouts MPSAFEsam2003-08-191-2/+2
* remove unneeded include filessam2003-08-191-4/+0
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-196-12/+7
* Use bus_child_present() to make sure the card is still there before callingcognet2003-08-191-1/+2
* Don't tsleep on NULLps2003-08-191-2/+2
* Remove unused code.simokawa2003-08-191-2/+0
* Drop too short packets.simokawa2003-08-191-4/+8
* Allow to access phy registers via ioctl().simokawa2003-08-192-1/+18
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-1935-683/+1061
OpenPOWER on IntegriCloud