summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix bit offset in mmc_sd_switch().mav2008-10-081-2/+2
* Set of mmc layer improvements:mav2008-10-086-35/+557
* Quirks for SDS-infrared.com "Hotfind-D" camera.phk2008-10-082-0/+5
* Add a note about a bug in how sio manages its softc. This wasimp2008-10-081-0/+15
* Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag()imp2008-10-072-2/+2
* Limit DMA memory to lower addressable 4GB, without this patch, wedelphij2008-10-061-4/+4
* Correct a typo.jkoshy2008-10-061-1/+1
* Don't explicitly bzer driver softcrnoland2008-10-048-16/+0
* Use M_WAITOK when allocating driver memoryrnoland2008-10-048-8/+24
* Change drm_order() to use ffsl()rnoland2008-10-041-3/+4
* - Spell cam correctly (scbus), this makes it possible to compile hptiopantoine2008-10-041-2/+2
* Fix a typo.jkoshy2008-10-041-1/+1
* sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, notweongyo2008-10-042-3/+3
* resync to git masterrnoland2008-10-0333-1611/+1838
* - Add driver for Attansic L2 FastEthernet controller found onstas2008-10-035-0/+2819
* Add hardware MAC statistics support. Register information wasyongari2008-10-033-25/+287
* Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface'...kmacy2008-10-031-1/+13
* Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match.imp2008-10-021-1/+1
* Correctly handle Intel g33 chips and add support for g45 chipsrnoland2008-10-022-19/+135
* Add ICH10 PCI id's.sos2008-10-022-53/+69
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-023-3/+14
* Define and use MMC_SECTOR_SIZE.imp2008-10-024-4/+12
* MAXPHYS seems more stable on the AT91RM9200 boards that I have. Weimp2008-10-021-1/+1
* Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclassimp2008-10-021-1/+4
* Correct misspellings.jkoshy2008-10-021-2/+2
* Update to Myri10GE firmware version 1.4.33 from 1.4.29. Relevant changes inc...gallatin2008-10-015-56663/+32655
* Add device ids for MCP77/79 and set appropriate support flags.yongari2008-10-012-0/+40
* update callers of vm_fault_hold_user_pageskmacy2008-09-302-11/+15
* Refactor vm_fault_hold_user_pages:kmacy2008-09-302-65/+56
* Make sure that optical PHYs work ...kmacy2008-09-301-0/+6
* cosmetic changes and style fixesmarius2008-09-302-47/+33
* 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
OpenPOWER on IntegriCloud