aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* o Add 2 NEC cardsMarcel Moolenaar2006-04-261-29/+47
* o Use __FBSDIDMarcel Moolenaar2006-04-261-12/+11
* Only use the low address for stats collection.Paul Saab2006-04-261-3/+1
* intercept public safety channels and do explicit mapping of freq->ieeeSam Leffler2006-04-261-1/+14
* Use the same method for detecting actual presence of AT-style keyboardMaxim Sobolev2006-04-263-5/+61
* honor fixed tx antenna when sending beacon framesSam Leffler2006-04-251-1/+2
* Fix half of the current i386 tinderbox failure. max_bus_addr should be aJohn Baldwin2006-04-251-1/+1
* If one removes the option from conf/options, one shouldMatt Jacob2006-04-251-2/+0
* make BGE_FAKE_AUTONEG a tunable.Michael Reifenberger2006-04-251-3/+5
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar2006-04-247-240/+585
* Remove the sab(4) driver. It is superseded by scc(4).Marcel Moolenaar2006-04-242-1478/+0
* MFp4: Calculate the divisor before setting the DLAB bit. ThisMarcel Moolenaar2006-04-231-2/+2
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.Ariff Abdullah2006-04-221-9/+45
* Free allocated environment variables after use.Jung-uk Kim2006-04-211-4/+12
* Remove unnecessary assignment.Jung-uk Kim2006-04-211-1/+1
* Redo some code based upon issues found by Coverity.Matt Jacob2006-04-214-20/+16
* Change some order of the way we do some target mode ops.Matt Jacob2006-04-211-25/+40
* Some more gratuitous format and name changes.Matt Jacob2006-04-2110-554/+850
* Set the rid for the resoruce obtained from rman_reserve_resource.Warner Losh2006-04-201-0/+1
* Free another memory leak when dealing with disk notification.Paul Saab2006-04-201-1/+4
* Remove debounce code in mpt_intr. After some reflectionMatt Jacob2006-04-191-10/+0
* Free some previously leaked memory on module unload.Paul Saab2006-04-191-2/+9
* Update 2300 f/w. This will probably be the lastMatt Jacob2006-04-181-5795/+5986
* In receiving a new ATIO, don't record the associated CCB in the targetMatt Jacob2006-04-181-16/+15
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixingEric Anholt2006-04-181-2/+2
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyJohn-Mark Gurney2006-04-171-2/+0
* Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin2006-04-172-12/+3
* Add missing ";"Søren Schmidt2006-04-171-1/+1
* Add missing ~. We want all the INVALID bits to be 0... Let's see if thisWarner Losh2006-04-161-1/+1
* Improve ath_draintxq debug info: dump the packet as wellSam Leffler2006-04-161-7/+22
* Unbreak cabq handling: check the s/w q, not the h/w q as the framesSam Leffler2006-04-161-2/+2
* o Correct a path to include.Maxim Konovalov2006-04-161-1/+1
* Oops, untested code was included accidentally.Mitsuru IWASAKI2006-04-151-1/+3
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-157-2/+677
* o Fix printf(9) formatting: do not use hardcode "0x" and "#" flagsMaxim Konovalov2006-04-151-1/+1
* o s/PsuedoRAID/PseudoRAID/.Maxim Konovalov2006-04-151-1/+1
* Fix the interrupt handler to do the mandatory PCI flush before looking atScott Long2006-04-151-14/+10
* Whitespace fixMatteo Riondato2006-04-141-1/+1
* Dont poll for ATA_IDLE on a detached channel in suspend.Søren Schmidt2006-04-141-2/+2
* Reduce the Linux ioctl range to what is needed. I didn't know whatDoug Ambrisko2006-04-141-2/+2
* Add device ID for Intel Pro/100 VE Network Connection cardMatteo Riondato2006-04-141-0/+1
* Bring back arm-specific workaround from rev 1.15:Olivier Houchard2006-04-131-0/+2
* Fix DEVICE_POLLING support (compile-only tested).Ruslan Ermilov2006-04-131-1/+5
* Re-apply changes to make this compile with -Wundef:Ruslan Ermilov2006-04-131-1/+1
* Fix the PHY support for the 5780. I mis-merged this from my sources.Paul Saab2006-04-121-0/+1
* Correct an obvious typo.Pawel Jakub Dawidek2006-04-121-1/+1
* A large set of changes:Matt Jacob2006-04-115-619/+962
* - Add support for the Acer Acerscan 640BT.Florent Thoumie2006-04-112-0/+2
* Fix a cut-n-paste bug that crept in.Joseph Koshy2006-04-111-2/+2
* Hook bce up to the buildPaul Saab2006-04-101-0/+2