]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
put sys/systm.h at its proper place or add it if missing
[FreeBSD/FreeBSD.git] / sys / dev /
2011-12-12 fabientAdd watchdog support for VIA south bridge chipset.
2011-12-11 avgsyscons: make sc_puts static as it is used only privately
2011-12-11 jfvLast change still had an issue, one more time...
2011-12-11 jfvCorrect LINT build issues in the ioctl code.
2011-12-10 eadler- fix typo
2011-12-10 jfvFix NETMAP code problem in the build.
2011-12-10 jfvPart 2 of 2 New deltas for the 1G drivers.
2011-12-10 jfvPart 1 of two parts, this is the shared code changes in
2011-12-09 yongariFreeBSD driver does not require arpcom structure in...
2011-12-09 yongariAnnounce flow control ability to PHY driver and enable...
2011-12-09 yongariRemove unnecessary definition of ET_PCIR_BAR. Controll...
2011-12-09 yongariDo not disable interrupt without knowing whether the...
2011-12-07 yongariDisable all clocks and put PHY into COMA before enterin...
2011-12-07 yongariConsistently use a tab character instead of using eithe...
2011-12-07 yongariProtect SIOCSIFMTU ioctl handler with driver lock.
2011-12-07 yongariImplement hardware MAC statistics counter. Counters...
2011-12-07 yongariRework link state tracking and TX/RX MAC configuration.
2011-12-07 yongariRemove et_enable_intrs(), et_disable_intrs() functions and
2011-12-07 yongariController does not require TX start command for every...
2011-12-07 yongariOverhaul bus_dma(9) usage in et(4) and clean up TX...
2011-12-06 hselaskyCorrect some bInterval USB template descriptor values.
2011-12-06 hselaskyFix compile warning when using clang to compile the...
2011-12-06 grehanCatch up with Bryan Venteicher's virtio Hg repo:
2011-12-06 yongariMake et_probe() return BUS_PROBE_DEFAULT such that...
2011-12-06 yongariet(4) supports VLAN oversized frame so correctly set...
2011-12-05 yongariFix alt(4) support. Also add check for number of avail...
2011-12-05 yongariImplement suspend/resume methods. Driver has no issue...
2011-12-05 yongariRemove NetBSD license. r199548 removed all bit macros...
2011-12-05 marius- In mii_attach(9) just set the driver for a newly...
2011-12-05 yongariFix off by one error in mbuf access. Previously it...
2011-12-05 luigiadd netmap support for "em", "lem", "igb" and "re".
2011-12-05 luigirevise the implementation of the rings connected to...
2011-12-05 luigi1. Fix the handling of link reset while in netmap more.
2011-12-04 adrianModify the GPIO i2c bus code to allow for arbitrary...
2011-12-04 adrianAllow the i2c node requirements to be slightly relaxed.
2011-12-03 emasteAdd quirk for Micron RealSSD eUSB failing on unsupporte...
2011-12-03 hselaskyFix a compile warning with clang.
2011-12-02 jchandraFix OF_finddevice error return value in case of FDT.
2011-12-02 mavAdd hw.ahci.force tunable to control whether AHCI drive...
2011-12-02 fabientUpdate Westmere uncore event exception list.
2011-12-02 kevloFix checks for error return from urtw_alloc_rx_data_lis...
2011-11-30 jhbAdd a constant for the Advisory Non-Fatal Error bit...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-28 yongariAnnounce flow control capability to PHY drivers and...
2011-11-28 yongariReuse flag variable to represent driver internal states...
2011-11-28 philipsfxge: Add $FreeBSD$ tags to common code files.
2011-11-28 hselaskyThis commit marks the beginning of a new internal USB
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-26 dumbbellPrevent a division by zero with some broken batteries
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-25 mariusDeorbit the broken amd(4) (see PR 124667), which was...
2011-11-23 yongariTo save more power, switch to 10/100Mbps link when...
2011-11-23 yongariMake sure to stop TX MAC before freeing queued TX frames.
2011-11-23 mariusWrap BCM5785 in #ifdef notyet for now. According to...
2011-11-23 marius- Just use cam_calc_geometry(9) on newer version of...
2011-11-23 mariusUse DEVMETHOD_END.
2011-11-23 mariusProbe the BCM5785.
2011-11-23 mariusSync with NetBSD rev. 1.104
2011-11-23 luigifix formatting warning using casts. The numbers involved
2011-11-23 adrianRe-lock the ath lock after ath_reset() has been called.
2011-11-23 kevloRemove unused variable mii.
2011-11-23 adrianFlesh out the TX aggregation completion statistics.
2011-11-23 yongariDisable accepting frames in re_stop() to put RX MAC...
2011-11-22 yongariPerform media change after setting IFF_DRV_RUNNING...
2011-11-22 yongariWriting access to RL_CFG5 register also requires EEPROM...
2011-11-22 hselaskyRename device_delete_all_children() into device_delete_...
2011-11-22 mariuss,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully...
2011-11-22 marius- There's no need to overwrite the default device metho...
2011-11-22 yongariFor IP1001 PHY, do not set multi-port device(MASTER...
2011-11-22 yongariAnnounce flow control capability to underlying PHY...
2011-11-22 yongariRework link establishment and link state detection...
2011-11-22 yongariAlways start MII auto polling before accessing any...
2011-11-22 jhAppend unit number to the WMI status device name to...
2011-11-22 attilio- Use ppb_assert_locked() rather than using explicit...
2011-11-21 adrianUse the correct lock when calling msleep().
2011-11-21 bschmidtThe DC calibration result obtained during initializatio...
2011-11-21 adrianFix some whitespace pollution.
2011-11-21 hselaskyAdd new USB IDs to RUN driver.
2011-11-20 attilioIntroduce macro stubs in the mutex implementation that...
2011-11-20 miwi- Add support for Add LOGITECH Webcam C100
2011-11-19 adrianAdd some (totally untested!) code to correctly set...
2011-11-19 adrianBegin breaking apart the receive setup/stop path in...
2011-11-19 rajInitial version of cesa(4) driver for Marvell crypto...
2011-11-19 hselaskySimplify the usb_pause_mtx() function by factoring...
2011-11-19 hselaskyMove the device_delete_all_children() function from...
2011-11-19 philipsfxge: Remove interrupt self-test code
2011-11-19 philipsfxge: Fix if_baudrate reports
2011-11-18 mariusThere's no need export the device interface methods...
2011-11-18 marius- Add a hint.miibus.X.phymask hint, allowing do individ...
2011-11-18 mariusThere's no need to read DC_10BTSTAT twice in dcphy_stat...
2011-11-18 marius- There's no need to ignore the return value of mii_att...
2011-11-18 yongariPartially revert r218788. r218788 removed calling dc_se...
2011-11-18 hselaskyMake some XHCI command timeouts less strict.
2011-11-18 grehanImport virtio base, PCI front-end, and net/block/balloo...
2011-11-18 adrianFlesh out some slightly dirty reset/channel change...
2011-11-17 eadler- be more precise about the unit of measurement
2011-11-17 mariusImplement prefetch_read_{many,once}() for sparc64 and...
2011-11-17 mariusFix compilation on ILP32.
2011-11-17 yongariAdd preliminary support for RTL8168/8111F PCIe Gigabit...
2011-11-17 yongariAdd preliminary support for second generation RTL8105E...
next