summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update my mail address on copyright notice.takawata2003-08-191-1/+1
* handle locking when creating or destroying vchans bettercg2003-08-182-38/+104
* try to make really sshort sounds actually playcg2003-08-181-16/+43
* The CD bits in the CBB_SOCKET_STATE register are 0 when the card isimp2003-08-181-4/+3
* Put the clearing of the socket cd interrupt and setting of it underimp2003-08-181-10/+8
* Put a band-aide(tm) on the CIS panic problem. This is a similar fiximp2003-08-181-5/+16
* Fix a typo. BGE_HCC_TX_MAX_COAL_BDS_INT is at offset 0x3C24, not 0x3C34ps2003-08-171-1/+1
* Give timecounters a numeric quality field.phk2003-08-161-5/+6
* #ifdef __i386__ the "int slice" definition that became i386-only withrwatson2003-08-151-0/+2
* Remove a few ushorts I missed in my earlier pass.jhb2003-08-151-31/+31
* Revert part of rev. 1.16 -- reinstate system notify handler. It turns outnjl2003-08-151-0/+6
* vinum_scandisk:grog2003-08-151-1/+5
* Drop Giant when calling the disk drivers directly, and reacquiregrog2003-08-151-4/+13
* modify commentscg2003-08-151-3/+11
* De-inline functions which do not need to be inline. Move the DEVMETHODnjl2003-08-151-23/+23
* Don't install a system notify handler. Move the device notify handlernjl2003-08-151-12/+11
* Fix a couple changes that were incorrect in updating for 0619. Only unlocknjl2003-08-151-1/+7
* disable resume code implementing panic().cg2003-08-141-1/+6
* Add support for the newer Moxa PCI 8-port, 16550-compatible basedpb2003-08-141-0/+17
* trivial optimization: use nameunit here.imp2003-08-141-1/+1
* Add microsoft mn-520 wlan card.imp2003-08-141-0/+1
* resync to pcarddevs 1.63imp2003-08-141-1/+7
* add microsoft mn-520 wlan card.imp2003-08-141-1/+5
* Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem wherejoe2003-08-141-1/+11
OpenPOWER on IntegriCloud