summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't adjust ranges at all for subtractive bridges. The simple-mindedimp2009-03-151-0/+4
* Generalize the workaround for the Hitachi HT-4840-11. The Contecimp2009-03-151-6/+7
* Two fixes:imp2009-03-142-18/+14
* HID usage minimum can be equal to the maximum.thompsa2009-03-131-1/+1
* Fix comment explaining where this driver came from.rpaulo2009-03-131-1/+1
* Rename all the variables/function names/structs/etc. to reflect therpaulo2009-03-131-86/+121
* Rename the k8temp driver to amdtemp.rpaulo2009-03-131-58/+27
* Minorly improved debugging. Use the DEVPRINTF macro and report theimp2009-03-131-13/+7
* We need to initialize the console for dcons to work.imp2009-03-131-0/+1
* Add support for 10h and 11h family of processors. Also, make the sysctlrpaulo2009-03-121-27/+58
* preliminary ar9280 support:sam2009-03-128-646/+2987
* Move the deactivation of the device's BAR to before the loop where weimp2009-03-121-5/+5
* Fix the whitespace in this file to be consistent with itself and withimp2009-03-121-42/+40
* read_ivar takes a uintptr_t * not a u_char *.imp2009-03-121-1/+1
* o writereg needs to return a vlue.imp2009-03-121-2/+4
* Make the bit-bang callbacks for i2c implementation match their prototypes.imp2009-03-121-3/+3
* Check the Disk FUNCE recorded in the CIS to see if we should probe forimp2009-03-121-1/+6
* Better name for this routine... it doesn't reset the card, but resetsimp2009-03-121-4/+4
* o change a lock model based on HAL preemption lock to a normal mtx.weongyo2009-03-123-4/+32
* MFp4 //depot/projects/usb 159004,159053,159091thompsa2009-03-121-18/+38
* bus_dma(9) conversion and make txp(4) work on all architectures.yongari2009-03-122-901/+2155
* add assertssam2009-03-121-0/+2
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-119-262/+1505
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-221610-1272061/+0
| * integrate through r184012kmacy2008-10-182-0/+5
| * Add newline to sys/conf/files so that netfront.c compiles, s/ext_arg1/ext_args/kmacy2008-10-181-3/+4
| * update console to pre-MPSAFE tty interfaceskmacy2008-10-151-40/+167
| * Copy device support from head in to 6kmacy2008-10-1112-0/+8162
| |\
| * | MFC r183264:yongari2008-09-262-3/+20
| * | MFC: 182874oleg2008-09-181-2/+6
| * | MFC: Disable the inline assembly crc32 routine and use the C versionjhb2008-09-171-87/+0
| * | MFC r182887-182888:yongari2008-09-172-3/+17
| * | MFC: Fix two places that used && instead of & to test if OBF was set.jhb2008-09-121-3/+3
| * | MFC: Use single byte read and write operations to toggle the BIOS and OSjhb2008-09-112-14/+14
| * | MFC: Add more PCI IDs including those for ICH10.jhb2008-09-102-5/+23
| * | MFC r181973, r181974, r181975thompsa2008-08-311-0/+35
| * | MFC r181992:yongari2008-08-291-6/+4
| * | MFC r181976:yongari2008-08-292-12/+21
| * | Don't call bfe_release_resources() twice.yongari2008-08-291-1/+0
| * | MFC r181953:yongari2008-08-292-372/+500
| * | MFC: Properly handle a 32-bit prefetchable memory range in a PCI-PCI bridge.jhb2008-08-272-4/+19
| * | MFC: r182060marius2008-08-261-10/+22
| * | MFC r180753 by luoqi@:mlaier2008-08-233-5/+59
| * | Remove MPT_LOCK/UNLOCK from mpt_user_attach in RELENG_6.sbruno2008-08-211-2/+0
| * | MFC r181557:yongari2008-08-211-1/+1
| * | MFC r180954:yongari2008-08-211-64/+63
| * | MFC r180952, r181556:yongari2008-08-211-7/+2
| * | MFC r180950:yongari2008-08-212-24/+19
| * | MFC r181619:yongari2008-08-201-4/+1
| * | MFC r181617-r181618:yongari2008-08-201-26/+26
OpenPOWER on IntegriCloud