]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Catch up with the code.
[FreeBSD/FreeBSD.git] / sys / dev /
2007-06-13 Bruce M SimpsonDo not attempt to enable AHCI mode on ALi SATA controll...
2007-06-13 Warner LoshRemove more unnecessary and unwanted __OtherBSD__ ifdefs.
2007-06-13 Warner LoshRemove more __OtherBSD__ ifdefs that don't make sense...
2007-06-13 Warner LoshExpand USB_DETACH, USB_ATTACH and USB_MATCH inline...
2007-06-13 Kip Macy- import new common code for the T304
2007-06-12 Warner LoshRemove compat macros. md5 the same.
2007-06-12 Warner LoshFirst pass at removing __OtherBSD__. We can't blindly...
2007-06-12 Andrew GallatinUse the new IFCAP_LRO to enable/disable LRO.
2007-06-12 Warner LoshDon't pretend to support !BSD systems.
2007-06-12 Warner LoshRemove usb_kthread_create*. They are now unused.
2007-06-12 Warner Loshunifdef -D__FreeBSD__ -U__NetBSD__ -U__OpenBSD__
2007-06-12 Warner LoshEliminate usb_thread_t.
2007-06-12 Warner LoshRemove USBDEV() macro. We do not need a macro that...
2007-06-12 Warner Loshclalloc and clfree are useles. Remove them. Remove...
2007-06-12 Warner LoshExpand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and...
2007-06-12 Pyun YongHyeonThe maximum size of the sum of all segment lengths...
2007-06-12 Pyun YongHyeonNuke duplicated __FBSDID.
2007-06-12 Pyun YongHyeonAdd checks for contigmalloc(9) failure.
2007-06-12 Pyun YongHyeonIncrease a maximum segment size of DMA to 4096. Previou...
2007-06-12 Pyun YongHyeonAllow nfe(4) override nve(4).
2007-06-12 Pyun YongHyeonBring overhauled nfe(4) into tree.
2007-06-11 Matt JacobRemove some ioctls that were ill-thought out. There...
2007-06-11 Andrew GallatinBack out the previous commit which added an M_LRO mbuf...
2007-06-11 Matt JacobOnly try and set a segment lim size to 1 << 32 iff...
2007-06-11 Andrew GallatinAllow drivers, such as cxgb and mxge, which support...
2007-06-11 Andrew GallatinSmall LRO related fixes for mxge:
2007-06-11 Andrew ThompsonMFp4 (missed in net80211 megaupdate)
2007-06-11 Warner LoshExpand DECLARE_USB_DMA_T inline in the one place it...
2007-06-11 Warner LoshEliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They...
2007-06-11 Warner LoshPrefer device_printf over printf.
2007-06-11 Warner LoshMinor tweak.
2007-06-11 Warner LoshPrefer device_printf to printf
2007-06-11 Warner LoshPrefer device_printf to printf
2007-06-11 Warner LoshGet rid of useless devinfo stuff
2007-06-11 Warner LoshPrefer device_printf to printf where sane.
2007-06-11 Hidetoshi Shimokawa- Don't force to be the GDB port since dcons(4) is...
2007-06-11 Sam LefflerUpdate 802.11 wireless support:
2007-06-11 Pyun YongHyeonAdd icsphy(4), Integrated Circuit Systems PHY driver...
2007-06-11 Pyun YongHyeonAdd ICS1889/ICS1892/ICS1893 PHY.
2007-06-11 Pyun YongHyeonIncrease a maximum segment size of DMA to 4096. Previou...
2007-06-11 Pyun YongHyeonDisable automatic IP ID increment. Due to a hardware...
2007-06-11 Ariff AbdullahFilter/compress the amount of channel trigger. This...
2007-06-10 Ariff Abdullah- Add codec id for ALC660 [1]
2007-06-10 Matt JacobCast len to be a uintmax_t and make format in KASSERT...
2007-06-10 Matt JacobRemove const type qualifier from a function- gcc4.2...
2007-06-10 Warner LoshPrefer device_printf over printf
2007-06-10 Warner LoshPrefer device_printf over printf. Eliminate axe_unit...
2007-06-10 Matt JacobRemove unused variable.
2007-06-10 Matt JacobComplete an initialization to make gcc 4.2 happy.
2007-06-10 Matt JacobInitialize devname.
2007-06-09 Ruslan ErmilovMake this compile.
2007-06-09 Warner LoshExpand USB_ATTACH_SETUP inline + devinfo tweaks
2007-06-09 Warner LoshRemove devinfo junk.
2007-06-09 Warner LoshRemove lots of extra junk:
2007-06-09 Warner LoshKill devinfo stuff. It is no longer needed.
2007-06-09 Warner LoshKill USB_MATCH_SETUP, since this is the only place...
2007-06-09 Warner LoshTry to set the data multiplexed feature, but don't...
2007-06-09 Warner LoshThe devinfo stuff has been moved up into the parent...
2007-06-08 Warner LoshCleanup messages printed on attach. Since the descript...
2007-06-08 Doug WhiteDon't cast the command argument to ether_ioctl() to...
2007-06-08 Hidetoshi ShimokawaTimestamp after sent.
2007-06-08 Hidetoshi ShimokawaDon't invalidate dcons buffer on shutdown.
2007-06-08 Hidetoshi ShimokawaFix a race after a bus reset.
2007-06-08 Hidetoshi ShimokawaAdd the address of IDT in the configuration ROM. (i386...
2007-06-08 Warner Loshgcc 4.2 thinks that tupleid is uninitialized. Or might...
2007-06-08 Hidetoshi ShimokawaReplace breakpoint() with kdb_enter().
2007-06-08 David Christensen- Fixed a problem that caused autonegotiation failures.
2007-06-08 Matt JacobPropagae volatile qualifier.
2007-06-08 Matt JacobFix preprocessor code to check for a symbol being defin...
2007-06-08 Matt JacobCarry volatile type in cast so gcc 4.2 will be happy.
2007-06-08 Matt JacobQuiet GCC 4.2 warning.
2007-06-08 Matt JacobRemove the __inline qualifier from a function which...
2007-06-08 Matt JacobInclude now unused var within #if 0 where it come back...
2007-06-08 Matt JacobRemove assignment to uninitialized variable that wasn...
2007-06-08 Hidetoshi ShimokawaPoll bus resets on FireWire while kdb/gdb is active.
2007-06-07 Hidetoshi ShimokawaAdd a tunable hw.firewire.phydma_enable.
2007-06-07 Christian BruefferRemove compat ifdefs for version < 500014 from the...
2007-06-07 Peter WemmCalculate the correct PCI BAR for the Timedia based...
2007-06-07 Warner LoshFix spaces introduced in last commit
2007-06-07 David ChristensenNew Features:
2007-06-07 David ChristensenNew features:
2007-06-07 Pyun YongHyeonThe maxsegsz of a dma tag created in de(4) is TULIP_DAT...
2007-06-06 Paolo Pisati-axe p_ih from struct puc_port cause it was useless
2007-06-06 Andrew GallatinFix a typo to make this file compile
2007-06-06 Sam Lefflerupdate copyrights to 2007 and convert to be 2-clause...
2007-06-06 Hidetoshi ShimokawaMFp4: MPSAFE firewire stack.
2007-06-06 Pyun YongHyeonAdd support IC Plus IP101 10/100 PHY that is found...
2007-06-06 Pyun YongHyeonAdd IC Plus IP101 PHY
2007-06-06 Pyun YongHyeonAdd support Vitesse VSC8601 PHY that is found on nVidia...
2007-06-06 Pyun YongHyeonAdd OUI for Vitesse Semiconductor.
2007-06-05 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-06-05 Warner LoshAdd more IDs for the uftdi driver. Slight tweaks to...
2007-06-05 Ariff Abdullah- Do triple reads on reset register to detect read...
2007-06-05 Ariff AbdullahFix (enable) phone out for laptops with ALC655, specifi...
2007-06-05 Warner LoshMFp4: When querying the operating condition of SD cards...
2007-06-05 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-06-05 Andrew GallatinUse pmap_change_attr() to setup a write combine attribu...
2007-06-05 Scott LongSatisfy witness during shutdown
2007-06-05 Jeff RobersonCommit 14/14 of sched_lock decomposition.
2007-06-04 Jeff Roberson - Change comments and asserts to reflect the removal...
next