]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Delete description of non-existent options: "-4" and "-6".
[FreeBSD/FreeBSD.git] / sys / dev /
2007-06-12 yongariThe maximum size of the sum of all segment lengths...
2007-06-12 yongariNuke duplicated __FBSDID.
2007-06-12 yongariAdd checks for contigmalloc(9) failure.
2007-06-12 yongariIncrease a maximum segment size of DMA to 4096. Previou...
2007-06-12 yongariAllow nfe(4) override nve(4).
2007-06-12 yongariBring overhauled nfe(4) into tree.
2007-06-11 mjacobRemove some ioctls that were ill-thought out. There...
2007-06-11 gallatinBack out the previous commit which added an M_LRO mbuf...
2007-06-11 mjacobOnly try and set a segment lim size to 1 << 32 iff...
2007-06-11 gallatinAllow drivers, such as cxgb and mxge, which support...
2007-06-11 gallatinSmall LRO related fixes for mxge:
2007-06-11 thompsaMFp4 (missed in net80211 megaupdate)
2007-06-11 impExpand DECLARE_USB_DMA_T inline in the one place it...
2007-06-11 impEliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They...
2007-06-11 impPrefer device_printf over printf.
2007-06-11 impMinor tweak.
2007-06-11 impPrefer device_printf to printf
2007-06-11 impPrefer device_printf to printf
2007-06-11 impGet rid of useless devinfo stuff
2007-06-11 impPrefer device_printf to printf where sane.
2007-06-11 simokawa- Don't force to be the GDB port since dcons(4) is...
2007-06-11 samUpdate 802.11 wireless support:
2007-06-11 yongariAdd icsphy(4), Integrated Circuit Systems PHY driver...
2007-06-11 yongariAdd ICS1889/ICS1892/ICS1893 PHY.
2007-06-11 yongariIncrease a maximum segment size of DMA to 4096. Previou...
2007-06-11 yongariDisable automatic IP ID increment. Due to a hardware...
2007-06-11 ariffFilter/compress the amount of channel trigger. This...
2007-06-10 ariff- Add codec id for ALC660 [1]
2007-06-10 mjacobCast len to be a uintmax_t and make format in KASSERT...
2007-06-10 mjacobRemove const type qualifier from a function- gcc4.2...
2007-06-10 impPrefer device_printf over printf
2007-06-10 impPrefer device_printf over printf. Eliminate axe_unit...
2007-06-10 mjacobRemove unused variable.
2007-06-10 mjacobComplete an initialization to make gcc 4.2 happy.
2007-06-10 mjacobInitialize devname.
2007-06-09 ruMake this compile.
2007-06-09 impExpand USB_ATTACH_SETUP inline + devinfo tweaks
2007-06-09 impRemove devinfo junk.
2007-06-09 impRemove lots of extra junk:
2007-06-09 impKill devinfo stuff. It is no longer needed.
2007-06-09 impKill USB_MATCH_SETUP, since this is the only place...
2007-06-09 impTry to set the data multiplexed feature, but don't...
2007-06-09 impThe devinfo stuff has been moved up into the parent...
2007-06-08 impCleanup messages printed on attach. Since the descript...
2007-06-08 dwhiteDon't cast the command argument to ether_ioctl() to...
2007-06-08 simokawaTimestamp after sent.
2007-06-08 simokawaDon't invalidate dcons buffer on shutdown.
2007-06-08 simokawaFix a race after a bus reset.
2007-06-08 simokawaAdd the address of IDT in the configuration ROM. (i386...
2007-06-08 impgcc 4.2 thinks that tupleid is uninitialized. Or might...
2007-06-08 simokawaReplace breakpoint() with kdb_enter().
2007-06-08 davidch- Fixed a problem that caused autonegotiation failures.
2007-06-08 mjacobPropagae volatile qualifier.
2007-06-08 mjacobFix preprocessor code to check for a symbol being defin...
2007-06-08 mjacobCarry volatile type in cast so gcc 4.2 will be happy.
2007-06-08 mjacobQuiet GCC 4.2 warning.
2007-06-08 mjacobRemove the __inline qualifier from a function which...
2007-06-08 mjacobInclude now unused var within #if 0 where it come back...
2007-06-08 mjacobRemove assignment to uninitialized variable that wasn...
2007-06-08 simokawaPoll bus resets on FireWire while kdb/gdb is active.
2007-06-07 simokawaAdd a tunable hw.firewire.phydma_enable.
2007-06-07 bruefferRemove compat ifdefs for version < 500014 from the...
2007-06-07 peterCalculate the correct PCI BAR for the Timedia based...
2007-06-07 impFix spaces introduced in last commit
2007-06-07 davidchNew Features:
2007-06-07 davidchNew features:
2007-06-07 yongariThe maxsegsz of a dma tag created in de(4) is TULIP_DAT...
2007-06-06 piso-axe p_ih from struct puc_port cause it was useless
2007-06-06 gallatinFix a typo to make this file compile
2007-06-06 samupdate copyrights to 2007 and convert to be 2-clause...
2007-06-06 simokawaMFp4: MPSAFE firewire stack.
2007-06-06 yongariAdd support IC Plus IP101 10/100 PHY that is found...
2007-06-06 yongariAdd IC Plus IP101 PHY
2007-06-06 yongariAdd support Vitesse VSC8601 PHY that is found on nVidia...
2007-06-06 yongariAdd OUI for Vitesse Semiconductor.
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 impAdd more IDs for the uftdi driver. Slight tweaks to...
2007-06-05 ariff- Do triple reads on reset register to detect read...
2007-06-05 ariffFix (enable) phone out for laptops with ALC655, specifi...
2007-06-05 impMFp4: When querying the operating condition of SD cards...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-05 gallatinUse pmap_change_attr() to setup a write combine attribu...
2007-06-05 scottlSatisfy witness during shutdown
2007-06-05 jeffCommit 14/14 of sched_lock decomposition.
2007-06-04 jeff - Change comments and asserts to reflect the removal...
2007-06-04 dwmaloneDespite several examples in the kernel, the third argum...
2007-06-04 ambriskoAdd in a couple of things:
2007-06-04 brianNow that tone & delay times are correct (independent...
2007-06-04 brianSpeaker durations are specified in 1/100ths of a second...
2007-06-04 scottlTrack an update in the MPI headers that was missed...
2007-06-04 yongario Implemented Rx/Tx checksum offload. The simple checks...
2007-06-04 impMigrate from setting a CARD_OK flag in a shared word...
2007-06-04 scottlFree the portinfo object on unload.
2007-06-04 impDon't register cb_func_filt if the client driver doesn...
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 scottlmpt.c:
2007-06-03 scottlUpdate to MPI 1.5.16
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-03 ariffInsert NULL pointer checking around devclass_get_maxuni...
next