summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid reference of mbuf chains.yongari2006-08-121-16/+16
* Unbreak nForce4 SATA support.sos2006-08-112-8/+8
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-2/+2
* Explicitly set v3 mode only when it is requested. Don't bother otherwise.jkim2006-08-111-1/+6
* Raise the quality of the HPET timer to 2000 so it will be the preferreddes2006-08-111-1/+1
* Merge in new driver from Intel, version 6.1.4. It adds support forglebius2006-08-113-49/+64
* o add noise floor to statssam2006-08-102-0/+6
* Improve the way we'll detect video devices as per ACPI 3.0.bruno2006-08-101-21/+51
* 10/100 PHY shouldn't support gigabit media types.pdeuskar2006-08-091-3/+6
* Most platforms map the actual drive geometry to the firmware's notionimp2006-08-091-0/+9
* Thomas Wintergerst reports that when this tsleep went away, certainimp2006-08-091-0/+10
* check return value of ath_tx_dmasetupsam2006-08-081-0/+2
* Remove the global dock variable. Each dock device should be able tonjl2006-08-081-38/+33
* Use a low probe-priority to ensure that the emu10kx driver has a highernetchild2006-08-071-1/+1
* "Fix typos in volume control DSP code."netchild2006-08-071-2/+2
* "Fixe playback of mono files on stereo outputs. In previous versionnetchild2006-08-071-1/+20
* "Change type for flags bitmap to let use 1 as flag value withoutnetchild2006-08-071-1/+1
* "Workaround for sound lag in current snd_emu10kx driver. Real problemnetchild2006-08-073-19/+23
* When a user uses a hint to specify the IRQ for a link device, accept IRQsjhb2006-08-071-5/+13
* Recognize the 5750 C2.glebius2006-08-072-0/+2
* Add identifier for the Epson CX3650 all-in-one scanner function.bms2006-08-062-0/+2
* Unbreak nForce3 SATA support.sos2006-08-052-21/+20
* raw 802.11 packet transmit supportsam2006-08-052-101/+357
* raw 802.11 packet transmit supportsam2006-08-053-31/+148
* Remove reference to PTI cards. They haven't been functioningmjacob2006-08-051-15/+0
* Increase local reserved (high && low) storage in each commandmjacob2006-08-041-1/+1
* Fix na_fcentry_t to not have a lun field. Fix indentation in handlymjacob2006-08-043-37/+57
* Initialize 2300 request/response pointers in isp_reset- not inmjacob2006-08-041-7/+4
* Rename ioctl driven task management functions so theymjacob2006-08-042-6/+10
* Copy the link-layer address from our ifnet pointer at reset timegallatin2006-08-041-0/+3
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-049-10/+10
* Revert back changes to made in rev 1.109 of if_em.c which were unnecessary.pdeuskar2006-08-032-978/+978
* Merge in new driver from Intel, version 6.0.5. It adds support forglebius2006-08-036-803/+2792
* Fix re(4) breakge introduced in tree from rev 1.68.yongari2006-08-031-6/+5
* - Use m_getcl(), m_get(), and m_gethdr() rather than the older macros forjhb2006-08-021-37/+26
* Replace hard-coded magic constants to system defined constantsyongari2006-08-022-2/+2
* remove unneccessary null ptr checksam2006-08-021-2/+1
* remove unnecessary null ptr checksam2006-08-021-2/+1
* Fix incorrect busy check for PHY write operation.yongari2006-08-021-4/+2
* Add device to access and modify Open Firmware NVRAM settings insobomax2006-08-012-0/+491
* Another small update to the re(4) driver:wpaul2006-08-011-23/+52
* - add read only sysctl to indicate if write-combining was enabledgallatin2006-08-011-1/+7
* Fix the following bugs in re(4)wpaul2006-07-301-21/+32
* Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt tonjl2006-07-292-2/+7
* - fix memory leak after "kldunload snd_ak452x.ko"netchild2006-07-282-10/+26
* Add extra code into kbdmux(4)s read_char() method toemax2006-07-271-0/+21
* Add device ID for second generation D-Link DGE-530T.yongari2006-07-272-3/+10
* Prepending an mbuf after loading a DMA map results in unexpectedyongari2006-07-271-31/+28
* Nuke invalid use of BUS_DMA_ALLOCNOW.yongari2006-07-271-1/+1
* Make sure to use the same DMA map in DMA map load/unload operationsyongari2006-07-271-5/+8
OpenPOWER on IntegriCloud