summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-08-09Add support for BCM5717/19/20C PHYs. From Brad.Mark Kettenis
2012-08-09regenMark Kettenis
2012-08-09Add BCM5717/19/20C PHYs. From Brad.Mark Kettenis
2012-08-08call m_cluncount to account correctly for cluster chains the driverMike Belopuhov
2012-08-08We're not going to loop in the rxeof refilling our ring as it wouldMike Belopuhov
2012-08-08remove rx debugging codeMike Belopuhov
2012-08-08Do not depend upon an initialized variable in the common case; gives init(8)Miod Vallat
2012-08-08Make this compile again.Miod Vallat
2012-08-08Convert from K&R to ISO function signatures.Matthew Dempsky
2012-08-07Make all *_device_*_start() functions (e.g. ohci_device_intr_start())Kenneth R Westerback
2012-08-07Fix compilation when !defined(KTRACE) by hiding the then-unused 'code'Philip Guenthe
2012-08-07Handle __syscall as syscall, since these are identical on 64-bit platforms,Miod Vallat
2012-08-07Store the data used to generate an ICMP error message on a stackMike Belopuhov
2012-08-07<sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from herePhilip Guenthe
2012-08-07a bit of cleanup and a tx delay tweakMike Belopuhov
2012-08-07Don't include <sys/ktrace.h>; makes this file compile again.Mark Kettenis
2012-08-07don't forget to set IFF_ALLMULTI; from bradMike Belopuhov
2012-08-07Move the common bits of syscall invocation and return handling intoPhilip Guenthe
2012-08-06kill sc->promiscMike Belopuhov
2012-08-06Add support for 10Gb ethernet cards based on the Intel X540 chipset.Mike Belopuhov
2012-08-05Remove a self-assignment, from BradMartin Pieuchot
2012-08-04PCI_PRODUCT_ATI_RADEON_X1250 -> PCI_PRODUCT_ATI_RADEON_X1250_{1,2}Antoine Jacoutot
2012-08-04Regen.Antoine Jacoutot
2012-08-040x7942 is also a Radeon Xpress 1500Antoine Jacoutot
2012-08-03enable oce(4)Mike Belopuhov
2012-08-03add HUAWEI E392, tested by Alexei MalininJonathan Gray
2012-08-03regenJonathan Gray
2012-08-03HUAWEI E392Jonathan Gray
2012-08-02get rid of some "capabilities" leftoversMike Belopuhov
2012-08-02we use a central pci database; no reason to keep duplicates aroundMike Belopuhov
2012-08-02Add a driver for Emulex OneConnect 10Gb Ethernet obtained from FreeBSDMike Belopuhov
2012-08-02regenMike Belopuhov
2012-08-02Emulex Lancer (XE201)Mike Belopuhov
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-08-02Apply profiling to all threads instead of just the thread that calledPhilip Guenthe
2012-08-01Use mtrrmask instead of hardcoded values to accommodate newer CPUsMike Belopuhov
2012-07-30Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_statusMiod Vallat
2012-07-29whitespace cleanup, no binary changeMike Belopuhov
2012-07-28zap a misleading commentPhilip Guenthe
2012-07-26now that we are current again, enable POOL_DEBUGOtto Moerbeek
2012-07-26move to -currentOtto Moerbeek
2012-07-26rename all_state_flags to state_flags to finish the transitionMike Belopuhov
2012-07-25When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE inMiod Vallat
2012-07-24decls before codeTheo de Raadt
2012-07-23Call sppp_clear_ip_addrs from a workq. Problem reported by RD Thrush andStuart Henderson
2012-07-22remove a few things to make this fit again; with miodTheo de Raadt
2012-07-22Fix for ClickPad. On issue pointed gilles@ and matthieu@Alexandr Shadchin
2012-07-22unp_dispose() walks not just the mbuf chain (m_next) but also the packetPhilip Guenthe
2012-07-21Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED toMatthew Dempsky
2012-07-20regenJonathan Gray