summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use bus_get_dma_tag() so fatm(4) works on platforms requiring it.marius2008-09-301-1/+1
* Save extended address register prior to switching to 1000BASE-Xyongari2008-09-301-2/+3
* Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.yongari2008-09-302-0/+3
* Explicitly mark IFM_HDX for half-duplex media.yongari2008-09-301-0/+2
* Report current link state while auto-negotiation is in progress.yongari2008-09-301-1/+1
* Use mii_anegticks instead of hardcoded MII_ANEGTICKS.yongari2008-09-301-2/+2
* Announce link loss right after it happens.yongari2008-09-301-1/+4
* If mbuf is not writable get a writable copy before invokingyongari2008-09-301-1/+10
* Always pullup mbuf prior to accessing TCP header.yongari2008-09-301-0/+5
* Improve support for multiple block read/write. This code is currentlyimp2008-09-301-38/+42
* vm_fault_hold_user_pages will not return if an address in the range passed in...kmacy2008-09-291-14/+8
* Make the media size return the block rather than the bytes on the device.imp2008-09-291-1/+1
* Explicitly set data to NULL rather than relying mmc_wait_for_cmd() toimp2008-09-291-1/+8
* Minor style fixes from mav@ (with similar problems fixed where I noticedimp2008-09-292-4/+5
* Conform to style(9) for return (foo); The files were a mix before.imp2008-09-292-12/+12
* Convert all C++ comments to C style. There's lots of folks that don'timp2008-09-291-23/+30
* The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST wereimp2008-09-291-2/+2
* Add "caps" word to host bridge.imp2008-09-281-0/+2
* Implement power down, and power down the bus on detach.imp2008-09-281-1/+15
* When a device is read only, fail all non-read BIO requests.imp2008-09-281-1/+8
* Propigate read-only status of cards. Right now it is read only atimp2008-09-283-1/+14
* The OCR register defines both acceptable voltage bits, as well as bitsimp2008-09-282-2/+3
* Other busses on the system use the official capitalization for theimp2008-09-281-1/+1
* Fix line continuation whitespace.imp2008-09-281-2/+2
* Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since theimp2008-09-281-3/+3
* Replace all calls to minor() with dev2unit().ed2008-09-2749-119/+119
* 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
OpenPOWER on IntegriCloud