]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/pci
- Update ncurses to 5.7-20081102 (5.7 release) and build glue
[FreeBSD/FreeBSD.git] / sys / pci /
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-11-02 Warner LoshMove mn over. One of the last stragglers in sys/pci...
2008-11-02 Warner LoshMake RL_TWISTER_ENABLE a tunable/sysctl. Eliminate...
2008-11-01 Warner LoshFix a few typos/spelling errors in my comments from...
2008-10-31 Warner LoshAdd RL_TWISTER_ENABLE option. This enables the magic...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-25 Pyun YongHyeonImplement miibus_statchg handler. It detects whether...
2008-10-25 Pyun YongHyeonAfter sending stop command to MAC, give hardware chance...
2008-10-25 Pyun YongHyeonMake rl_init_locked() call rl_reset. This will put...
2008-10-25 Pyun YongHyeonDon't rearm watchdog timer in rl_txeof(). The watchdog...
2008-10-25 Pyun YongHyeonVarious bus_dma(9) fixes.
2008-10-14 Edwin GroothuisMFV of r183861:
2008-09-24 Dag-Erling SmørgravMFV "xmalloc: zero size" fix.
2008-09-16 Edwin GroothuisMFV of tzdata2008c:
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
2008-09-05 Rui PauloMerge fix for P4 expansion from vendor branch.
2008-09-03 David SchultzMerge gdtoa 20080831. This fixes several bugs, includin...
2008-09-01 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P2 import
2008-09-01 Dag-Erling SmørgravRemove some unused files.
2008-08-28 Gregory Neil ShapiroMerge sendmail 8.14.3 into HEAD.
2008-08-28 Rui PauloMerge ath_hal 0.10.5.10 to head.
2008-08-22 Ollivier RobertMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-14 Warner LoshMove wb driver from sys/pci to sys/dev/wb.
2008-08-14 Warner LoshMove pcn driver from sys/pci to sys/dev/pcn.
2008-08-14 Warner LoshMove the ste driver from sys/pci to sys/dev/ste.
2008-08-14 Warner LoshMove the tl driver form sys/pci to sys/dev/tl.
2008-08-10 Warner LoshMove sis to sys/dev/sis for consistency.
2008-08-10 Warner LoshMove the xl driver form sys/pci to sys/dev/xl for consi...
2008-08-08 Edwin GroothuisMFV on tzdata2008e:
2008-08-08 Edwin GroothuisMFV of tzdata2008d
2008-08-08 Edwin GroothuisMFV of tzdata2008c
2008-08-08 Edwin GroothuisCleanup (cont)
2008-08-04 John BaldwinAdd locking to the various iicbus(4) bridge drivers:
2008-08-04 Max LaierMerge state reuse for tcp.
2008-08-04 Pyun YongHyeonThe number of bits reserved for MSS in RealTek controll...
2008-08-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.1p1.
2008-07-30 John BaldwinSet all of the "optimum performance" PHY registers...
2008-07-30 John BaldwinSIS_SETBIT() already does a read/modify/write operation...
2008-07-12 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P1 import...
2008-07-10 Peter WemmMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-09 Pyun YongHyeonAdd driver support for RTL8102E and RTL8102EL which...
2008-07-02 Pyun YongHyeonAdd a new RTL8169 variant, 8169SB(L)/8110SB(L).
2008-07-02 Pyun YongHyeonAdd basic support for RTL8168C, RTL8168CP, RTL8111C...
2008-07-02 Pyun YongHyeonInstead of allocating variables for each events/hardwar...
2008-07-02 Pyun YongHyeonSwitch to memory space register mapping over IO space...
2008-06-22 Oleksandr TymoshenkoAdd support for VT8237 ISA bridge.
2008-06-18 Joerg WunschAdd the SMB functionality for the MCP65 chipset I happen to
2008-06-16 Remko LodderAdd another 8139D variant.
2008-06-06 John Baldwin- Use bus_foo() rather than bus_space_foo() and remove...
2008-05-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-05-28 John BaldwinRemove unused 'xl_unit' member from softc.
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-12 John Baldwin- Set sc->dev to the new-bus device_t so all the device...
2008-05-09 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-05-08 Coleman KaneThis commit was generated by cvs2svn to compensate...
2008-05-08 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-10 Pyun YongHyeonIt seems that RealTek 8129/8139 chip reports invalid...
2008-03-31 Pyun YongHyeonPadding more bytes than necessary one broke another...
2008-03-25 Ruslan ErmilovReplaced the misleading uses of a historical artefact...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Marius Strobl- Take advantage of bus_dmamap_load_mbuf_sg(9).
2008-03-23 Pyun YongHyeonFor MSI capable hardwares, enable MSI enable bit in...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-11 Pyun YongHyeonvr(4) was repocopied to src/sys/dev/vr.
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-03 Pyun YongHyeonDon't map memory/IO resource in device probe and just...
2008-03-03 Pyun YongHyeonDon't allow jumbo frame on 8139C+ controller.
2008-03-03 Pyun YongHyeonImplement WOL.
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-02-01 Poul-Henning KampGive MEXTADD() another argument to make both void point...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-21 Ruslan ErmilovAdd copyrights.
2008-01-21 Pyun YongHyeonsf(4) was repocopied to src/sys/dev/sf.
2008-01-15 Pyun YongHyeonOverhaul re(4).
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-08 Pyun YongHyeonAdd another RTL8168 revision 3 which is found on RTL811...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
next