summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of puc(4). Significant changes are:marcel2006-04-2814-2305/+2115
* The nvidia binary blob sometimes defers tx completion notification to thejhb2006-04-281-1/+19
* Implement the ipend() method of the serdev I/F.marcel2006-04-282-0/+10
* Tweak the DMA limit from rev 1.33, it was off by one byte.silby2006-04-281-1/+1
* Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and allsilby2006-04-281-10/+10
* Add some incomplete support for Marvell Yukon EC controllers based onsobomax2006-04-282-20/+134
* The alignment parameter to busdma must be a power of two, while the if_bfescottl2006-04-271-2/+2
* MFp4: reworked iwi-drivermlaier2006-04-273-702/+1729
* When pccard_safe_quote is passed NULL for src, it shouldn't panic.imp2006-04-271-1/+1
* Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards.scottl2006-04-2716-0/+13078
* Don't use ", but instead use ' instead. I suppose I could have alsoimp2006-04-271-5/+5
* o Add 5 Timedia single port serial cards.marcel2006-04-271-8/+25
* Fix problem with having more than 1GM of RAM. Also fix a nearby busdmascottl2006-04-271-5/+8
* Bring busdmafied sk(4) to all architectures.yongari2006-04-274-588/+1695
* Use 115200 and not 9600 as the initial baudrate. This speeds upmarcel2006-04-271-1/+1
* The size of I/O ranges can be anything from 16 bytes to 2G bytes.marcel2006-04-271-2/+2
* Correct DRIVER_MODULE declaration.yongari2006-04-271-1/+1
* o Add 2 HP Diva single port UARTs.marcel2006-04-271-0/+2
* The sk(4) driver has moved to /sys/dev/skyongari2006-04-271-3/+3
* o Add 2 NEC cardsmarcel2006-04-261-29/+47
* o Use __FBSDIDmarcel2006-04-261-12/+11
* Only use the low address for stats collection.ps2006-04-261-3/+1
* intercept public safety channels and do explicit mapping of freq->ieeesam2006-04-261-1/+14
* Use the same method for detecting actual presence of AT-style keyboardsobomax2006-04-263-5/+61
* honor fixed tx antenna when sending beacon framessam2006-04-251-1/+2
* Fix half of the current i386 tinderbox failure. max_bus_addr should be ajhb2006-04-251-1/+1
* If one removes the option from conf/options, one shouldmjacob2006-04-251-2/+0
* make BGE_FAKE_AUTONEG a tunable.mr2006-04-251-3/+5
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-marcel2006-04-247-240/+585
* Remove the sab(4) driver. It is superseded by scc(4).marcel2006-04-242-1478/+0
* MFp4: Calculate the divisor before setting the DLAB bit. Thismarcel2006-04-231-2/+2
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.ariff2006-04-221-9/+45
* Free allocated environment variables after use.jkim2006-04-211-4/+12
* Remove unnecessary assignment.jkim2006-04-211-1/+1
* Redo some code based upon issues found by Coverity.mjacob2006-04-214-20/+16
* Change some order of the way we do some target mode ops.mjacob2006-04-211-25/+40
* Some more gratuitous format and name changes.mjacob2006-04-2110-555/+851
* Set the rid for the resoruce obtained from rman_reserve_resource.imp2006-04-201-0/+1
* Free another memory leak when dealing with disk notification.ps2006-04-201-1/+4
* Remove debounce code in mpt_intr. After some reflectionmjacob2006-04-191-10/+0
* Free some previously leaked memory on module unload.ps2006-04-191-2/+9
* Update 2300 f/w. This will probably be the lastmjacob2006-04-181-5795/+5986
* In receiving a new ATIO, don't record the associated CCB in the targetmjacob2006-04-181-16/+15
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixinganholt2006-04-181-2/+2
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyjmg2006-04-171-2/+0
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-172-12/+3
* Add missing ";"sos2006-04-171-1/+1
* Add missing ~. We want all the INVALID bits to be 0... Let's see if thisimp2006-04-161-1/+1
* Improve ath_draintxq debug info: dump the packet as wellsam2006-04-161-7/+22
* Unbreak cabq handling: check the s/w q, not the h/w q as the framessam2006-04-161-2/+2
OpenPOWER on IntegriCloud