summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Close a race where ath_intr is installed and may be called beforesam2003-08-132-2/+8
* o add missing {}'s that to safe_dmamap_uniform that caused extraneous copiessam2003-08-131-2/+4
* Oops.. Some debugging code snuck in here.ps2003-08-121-1/+1
* Support EINPROGRESS and properly deal with 64bit physical addressing.ps2003-08-121-24/+59
* - No need to bzero() the softc structure.mux2003-08-121-7/+3
* Remove two useless bzero() calls.mux2003-08-121-2/+0
* Validate number of iso. DMA channels.simokawa2003-08-121-0/+2
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsalex2003-08-126-1/+1339
* Fix the busdma support in twe to support EINPROGRESS and enable it forps2003-08-124-111/+249
* Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.wpaul2003-08-123-5/+31
* Style cleanups to match the rest of this directory. For acpi_battery.c,njl2003-08-114-878/+800
* bus_dmamap_create() is no longer optional for non-static dma mappings. Thanksscottl2003-08-111-0/+14
* Don't provide mutexes for static busdma allocations.scottl2003-08-111-19/+22
* Add or correct range checking of signal numbers in system calls andnectar2003-08-101-1/+1
* The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. Failurewpaul2003-08-101-2/+10
* Switch from legacy to native mode for ICH4 and ICH5.orion2003-08-102-21/+22
* Don't hardcode unit numer '0'.ticso2003-08-103-3/+3
* MF p4:imp2003-08-101-1/+1
* Some bridges, like o2 micro and maybe ricoh, have some issues betweenimp2003-08-101-10/+47
* Silence unwanted 'gigabit link up' messages: do not treat thewpaul2003-08-101-1/+2
* Don't provide a mutex in the S/G list dma tag since it will never be defered.scottl2003-08-091-7/+9
* Add code to cope more with strange conditions after careful study ofimp2003-08-091-14/+42
* CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, makeimp2003-08-092-31/+44
* When allocating memory, align it to the minimum alignment required forimp2003-08-092-0/+5
OpenPOWER on IntegriCloud