aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe canBill Paul2007-01-251-1/+6
* Add missing function trace for debug prints.Nate Lawson2007-01-231-0/+2
* Remove a PCI ID entry that conflicts with the AMR driver.Scott Long2007-01-231-1/+0
* It seems that enabling Tx and Rx before setting descriptor DMAPyun YongHyeon2007-01-231-15/+17
* Clean up some of the various platform and release specific dma tagMatt Jacob2007-01-233-47/+36
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-229-27/+206
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-2114-39/+56
* Correct a logic bug in the previous change.Marius Strobl2007-01-211-1/+1
* The multicast hash table has 8 slots in the BCE hardware, not 4 slots likeScott Long2007-01-201-4/+4
* Add macros for the individual divisor bits as some MC146818A-compatibleMarius Strobl2007-01-201-4/+7
* Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it'sMarius Strobl2007-01-204-7/+7
* Add front-ends for the 'lebuffer' variants found on some SBus cards.Marius Strobl2007-01-202-0/+708
* For setting the port PCnet chips must be powered down or stopped andMarius Strobl2007-01-201-7/+15
* Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works onMarius Strobl2007-01-203-3/+3
* Grumble- let a linux-ism slip in and had an llx whichMatt Jacob2007-01-201-9/+12
* MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob2007-01-207-93/+138
* - In miibus_attach() remove IFM_IMASK from the dontcare_mask of theMarius Strobl2007-01-201-2/+17
* - Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations withMarius Strobl2007-01-201-3/+1
* - Change the PCI-X registers constants to be relative to the PCI-X PCIJohn Baldwin2007-01-193-22/+88
* Cope gracefully with device_get_children returning an error.Warner Losh2007-01-191-2/+5
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-185-35/+35
* - Probe the CS4231 in USIII machines.Marius Strobl2007-01-181-6/+4
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inMarius Strobl2007-01-184-0/+21
* On sparc64 also use the fillw() this header provides for ia64 soMarius Strobl2007-01-181-2/+4
* Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and theMarkus Brueffer2007-01-171-3/+4
* Add PCI Id's for upcoming controllers.Scott Long2007-01-171-1/+3
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.Marius Strobl2007-01-162-86/+451
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingMarius Strobl2007-01-161-47/+43
* Disable MSI for the Intel 845 and 865 chipsets and update comment forJohn Baldwin2007-01-161-1/+3
* Correct driver_t brgphy_driver, which was forgotten from the last commit.Jung-uk Kim2007-01-161-1/+1
* Fix the subvendor ID for PCI-PCI bridges.John Baldwin2007-01-162-5/+11
* Fix typo in a comment.Joel Dahl2007-01-161-1/+1
* Move MII model and revision into softc.Jung-uk Kim2007-01-161-14/+24
* - Move Ethernet@WireSpeed and jumbo frame configurations to separateJung-uk Kim2007-01-151-46/+58
* - Fix BCM5754 support found in Dell PowerEdge SC440.Jung-uk Kim2007-01-154-41/+85
* Clean up some debug prints from last commit and move one under boot -v.Nate Lawson2007-01-151-6/+5
* Add a missing mutex unlock to an error path.Scott Long2007-01-151-0/+1
* add compat shim for ath_hal_isgsmsku until the new hal gets committedSam Leffler2007-01-151-0/+5
* save changes for handling 5416/5418 partsSam Leffler2007-01-152-28/+30
* Add initial support for 900MHz cards like the Ubiquiti SR9:Sam Leffler2007-01-152-36/+55
* Fixed a panic in the probe. The memory resource was accessed afterBruce Evans2007-01-131-2/+3
* - Add a new flag to the PCI-PCI driver to disable MSI on devices behind theJohn Baldwin2007-01-133-0/+16
* - Add a locked variant of bce_ifmedia_upd() for use within the driver andJohn Baldwin2007-01-131-7/+18
* Fix headphone/speaker automute for [1] Acer Aspire 5050 and [2] MSI MS-1034Ariff Abdullah2007-01-131-0/+27
* After another thought there is another nail for the mii_phy_dev_probe()-Marius Strobl2007-01-131-19/+12
* Remove mii_media_from_bmcr(); all previous users have been converted toMarius Strobl2007-01-132-20/+0
* - Take advantage of mii_phy_dev_probe() and mii_phy_setmedia().Marius Strobl2007-01-131-52/+22
* - Take advantage of mii_phy_dev_probe().Marius Strobl2007-01-121-39/+19
* Set MIIF_HAVE_FIBER and add IFM_100_FX media when the AC_MCTL_FX_SELMarius Strobl2007-01-121-0/+13
* - Correct the AC_MCTL_BYP_PCS constant.Marius Strobl2007-01-121-14/+14