summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove unit2minor() use from kernel code.ed2008-09-265-5/+5
* Add support for the ITE 8213 controller.sos2008-09-262-51/+139
* Use some casting to get the right addresses. This is likely unwiseimp2008-09-261-2/+3
* Catch up to latest tty, kdb and SYSINIT changes. Modeled after theimp2008-09-261-115/+51
* Update xen/interface includes to the latest in mercurialkmacy2008-09-262-6/+10
* The Ultra2 never had a CFE console or CFE boot loader. Kill obviousimp2008-09-261-1/+1
* Support for the siba bus found in many broadcom products.imp2008-09-266-0/+1385
* Support for CFE boot loaders. Initially the support is for MIPS, butimp2008-09-267-0/+1544
* Tell umass to leave Huawei radio devices alone so ubsa(4) willphk2008-09-251-0/+7
* Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices:phk2008-09-251-2/+61
* Add another hardware bug workaround for Yukon II controllers thatyongari2008-09-252-7/+62
* reflect header change in netfrontkmacy2008-09-251-1/+1
* fix insta-panic:kmacy2008-09-252-0/+9
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etcmarius2008-09-245-173/+140
* - Remove default NIC dependency on ulp headerskmacy2008-09-2411-4/+9
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-2344-352/+102
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-238-6/+70
* Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...nwhitehorn2008-09-231-2/+2
* - Fix flag checkkmacy2008-09-231-3/+7
* - Track number of times that the transmit queue overflowedkmacy2008-09-231-4/+3
* Use Giant for kbdmux(4) locking. This is to workaround the problememax2008-09-221-4/+4
* - Don't read the identifier string from the VPD if there's no chipmarius2008-09-221-3/+4
* Support sparsely numbered CPUs.jkoshy2008-09-224-71/+77
* Add workaround for occasional packet loss issue of JMC250 A2yongari2008-09-222-3/+20
* Crypto api changes:sam2008-09-211-2/+2
* fix compilation on 64-bit platform w/ ATH_DEBUGsam2008-09-211-1/+2
* fix memory smash on lp64 platforms; mostly noticeable in user modesam2008-09-211-0/+5
* Fix issue with tom loading by moving cxgb_log_tcb in to tomkmacy2008-09-193-1/+30
* pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methodsrnoland2008-09-191-2/+18
* Clean up DSDT and XSDT correctly instead of FADT when the tables are bad.jkim2008-09-191-2/+2
* Even though snp(4) in SVN is still broken, remove the unneeded D_NEEDMINOR.ed2008-09-191-1/+1
* Add a vendor ID for 3G Green Green Globe Co., Ltd, found inkevlo2008-09-191-0/+1
* fix a another driver bug related with tsleep() during detaching thatweongyo2008-09-191-6/+18
* clear pending callbacks when the driver try to change the stateweongyo2008-09-191-0/+2
* Fix two panics:kmacy2008-09-181-3/+4
* Cleanup the AHCI code a bit.sos2008-09-183-56/+121
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-2/+2
* Hide some of driver's internal debugging.mav2008-09-161-142/+173
* Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-Xjhb2008-09-161-1/+99
* Further whitespace and copyright cleanups to minimize thekmacy2008-09-164-5/+4
* White space cleanups to bring closer to RELENG_7kmacy2008-09-168-16/+6
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-167-49/+13
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+1
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-1513-160/+143
* Correct a callchain capture bug on the i386.jkoshy2008-09-151-3/+3
* Small addition to the previous commit. Sorry.mav2008-09-141-0/+1
* Add some missing Realtek codec IDs. Just for reference.mav2008-09-141-1/+10
* Recover handsfree port support.(Almost all changes are done on previous commit).takawata2008-09-141-5/+24
* Add a bunch of Novatel and Sierra 3G wireless product ids.thompsa2008-09-142-7/+106
* Remove one unneeded printf from non-verbose output.mav2008-09-141-1/+3
OpenPOWER on IntegriCloud