aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-196-12/+7
* Use bus_child_present() to make sure the card is still there before callingOlivier Houchard2003-08-191-1/+2
* Don't tsleep on NULLPaul Saab2003-08-191-2/+2
* Remove unused code.Hidetoshi Shimokawa2003-08-191-2/+0
* Drop too short packets.Hidetoshi Shimokawa2003-08-191-4/+8
* Allow to access phy registers via ioctl().Hidetoshi Shimokawa2003-08-192-1/+18
* Update DRM from DRI CVS as of today. Notable changes include RadeonEric Anholt2003-08-1935-682/+1060
* Update my mail address on copyright notice.Takanori Watanabe2003-08-191-1/+1
* handle locking when creating or destroying vchans betterCameron Grant2003-08-182-38/+104
* try to make really sshort sounds actually playCameron Grant2003-08-181-16/+43
* The CD bits in the CBB_SOCKET_STATE register are 0 when the card isWarner Losh2003-08-181-4/+3
* Put the clearing of the socket cd interrupt and setting of it underWarner Losh2003-08-181-10/+8
* Put a band-aide(tm) on the CIS panic problem. This is a similar fixWarner Losh2003-08-181-5/+16
* Fix a typo. BGE_HCC_TX_MAX_COAL_BDS_INT is at offset 0x3C24, not 0x3C34Paul Saab2003-08-171-1/+1
* Give timecounters a numeric quality field.Poul-Henning Kamp2003-08-161-5/+6
* #ifdef __i386__ the "int slice" definition that became i386-only withRobert Watson2003-08-151-0/+2
* Remove a few ushorts I missed in my earlier pass.John Baldwin2003-08-151-31/+31
* Revert part of rev. 1.16 -- reinstate system notify handler. It turns outNate Lawson2003-08-151-0/+6
* vinum_scandisk:Greg Lehey2003-08-151-1/+5
* Drop Giant when calling the disk drivers directly, and reacquireGreg Lehey2003-08-151-4/+13
* modify commentsCameron Grant2003-08-151-3/+11
* De-inline functions which do not need to be inline. Move the DEVMETHODNate Lawson2003-08-151-23/+23
* Don't install a system notify handler. Move the device notify handlerNate Lawson2003-08-151-12/+11
* Fix a couple changes that were incorrect in updating for 0619. Only unlockNate Lawson2003-08-151-1/+7
* disable resume code implementing panic().Cameron Grant2003-08-141-1/+6
* Add support for the newer Moxa PCI 8-port, 16550-compatible basedPierre Beyssac2003-08-141-0/+17
* trivial optimization: use nameunit here.Warner Losh2003-08-141-1/+1
* Add microsoft mn-520 wlan card.Warner Losh2003-08-141-0/+1
* resync to pcarddevs 1.63Warner Losh2003-08-141-1/+7
* add microsoft mn-520 wlan card.Warner Losh2003-08-141-1/+5
* Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem whereJosef Karthauser2003-08-141-1/+11
* Close a race where ath_intr is installed and may be called beforeSam Leffler2003-08-132-2/+8
* o add missing {}'s that to safe_dmamap_uniform that caused extraneous copiesSam Leffler2003-08-131-2/+4
* Oops.. Some debugging code snuck in here.Paul Saab2003-08-121-1/+1
* Support EINPROGRESS and properly deal with 64bit physical addressing.Paul Saab2003-08-121-24/+59
* - No need to bzero() the softc structure.Maxime Henrion2003-08-121-7/+3
* Remove two useless bzero() calls.Maxime Henrion2003-08-121-2/+0
* Validate number of iso. DMA channels.Hidetoshi Shimokawa2003-08-121-0/+2
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsAlexander Langer2003-08-126-1/+1339
* Fix the busdma support in twe to support EINPROGRESS and enable it forPaul Saab2003-08-124-111/+249
* Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.Bill Paul2003-08-123-5/+31
* Style cleanups to match the rest of this directory. For acpi_battery.c,Nate Lawson2003-08-114-833/+755
* bus_dmamap_create() is no longer optional for non-static dma mappings. ThanksScott Long2003-08-111-0/+14
* Don't provide mutexes for static busdma allocations.Scott Long2003-08-111-19/+22
* Add or correct range checking of signal numbers in system calls andJacques Vidrine2003-08-101-1/+1
* The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. FailureBill Paul2003-08-101-2/+10
* Switch from legacy to native mode for ICH4 and ICH5.Orion Hodson2003-08-102-21/+22
* Don't hardcode unit numer '0'.Bernd Walter2003-08-103-3/+3
* MF p4:Warner Losh2003-08-101-1/+1
* Some bridges, like o2 micro and maybe ricoh, have some issues betweenWarner Losh2003-08-101-10/+47