]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Convert the PHY drivers to honor the mii_flags passed down and convert
[FreeBSD/FreeBSD.git] / sys /
2010-10-15 Marius StroblConvert the PHY drivers to honor the mii_flags passed...
2010-10-15 Jung-uk KimRemove unnecessary castings and fix couple of style...
2010-10-15 Jung-uk KimMove setting power state for children into a separate...
2010-10-15 Andreas ToblerAdd three new drivers for fan control and temperature...
2010-10-15 Marius StroblNow that all previous users of mii_phy_probe() have...
2010-10-15 Matthew D FlemingCurrently only opt_compat.h is included by the mps...
2010-10-15 Alan CoxUpdate pmap_extract() to handle 1GB page mappings....
2010-10-15 Marius StroblRemove a device_printf() accidentally left in r213894.
2010-10-15 Marius StroblConverted the remainder of the NIC drivers to use the...
2010-10-15 Marius StroblConvert the PHY drivers to honor the mii_flags passed...
2010-10-14 Jung-uk KimStop hard coding nm(1) and make it overridable.
2010-10-14 Matthew D FlemingFixes to mps_user_command():
2010-10-14 Hans Petter SelaskyAdd new USB device IDs to the list of supported devices.
2010-10-14 Hans Petter Selasky- Add more USB devices to usbdevs and rename some previ...
2010-10-14 Marius StroblAdd a NetBSD-compatible mii_attach(), which is intended...
2010-10-14 Hans Petter SelaskyAdd more USB device IDs to supported list of devices.
2010-10-14 Marius StroblExplicitly lower the PIL to 0 as part of enabling inter...
2010-10-14 Hans Petter SelaskyFix forwarding of Line Register Status changes to TTY...
2010-10-14 Hans Petter SelaskyRemove unused EHCI register definition.
2010-10-14 Hans Petter SelaskyRevert most of r197682 (EHCI Hardware BUG workaround...
2010-10-14 Marius Strobl- In the spirit of r212559 add a comment describing...
2010-10-14 Marius StroblJust like xmphy(4) this driver doesn't use any of the...
2010-10-14 Hans Petter SelaskyAvoid using endless retransmission at EHCI hardware...
2010-10-14 Hans Petter SelaskyCorrect EHCI root HUB interface descriptor.
2010-10-14 Hans Petter SelaskyCorrect EHCI port register read.
2010-10-14 Hans Petter Selasky- Add more USB devices to usbdevs and rename some previ...
2010-10-14 Hans Petter Selasky- Add support for LibUSB in 32-bit compatibility mode.
2010-10-14 Konstantin BelousovRemove stale comment.
2010-10-14 Rui PauloRevert r213765. This is required because our build...
2010-10-14 Pyun YongHyeonMake sure to not use stale ip/tcp header pointers....
2010-10-14 Pyun YongHyeonBackout r204230. TX mbuf parser for VLAN is still requi...
2010-10-14 Pyun YongHyeonIt seems some multi-port dc(4) controllers shares SROM...
2010-10-14 Matthew D FlemingSupport firmware download.
2010-10-14 Matthew D FlemingRe-work the internals of adding items to the driver...
2010-10-14 Bjoern A. ZeebRemove dead code:
2010-10-14 Bjoern A. ZeebStyle: make the asterisk go with the variable name...
2010-10-14 Bjoern A. ZeebUse ifa_ifwithaddr_check() rather than ifa_ifwithaddr...
2010-10-14 David XuIn kern_sigtimedwait(), move initialization code out...
2010-10-13 Matthew D FlemingUse a safer mechanism for determining if a task is...
2010-10-13 Pyun YongHyeonFix a regression introduced in r213710. r213710 removed...
2010-10-13 Hans Petter SelaskyUSB network (NCM driver):
2010-10-13 Pyun YongHyeonAdd more checks for resolved link speed in bge_miibus_s...
2010-10-13 Juli MallettKeep polling at 50hz as long as link state is changing.
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-13 Hans Petter SelaskyUSB Network:
2010-10-13 Hans Petter SelaskyUSB WLAN:
2010-10-13 Hans Petter SelaskyUSB network (UHSO):
2010-10-13 Hans Petter SelaskyCorrect some root HUB descriptor fields in multiple...
2010-10-13 Dimitry AndricChange two missed instances of 'retq' in aeskeys_i386...
2010-10-13 Pyun YongHyeonRewrite interrupt handler to give fairness for both...
2010-10-13 Rui PauloRevert r213793.
2010-10-13 Rui PauloWhen calling panic(), always pass a format string.
2010-10-13 Rui PauloDon't do a logical AND of the result of strcmp() with...
2010-10-13 Rui PauloIgnore the return value of ADDCARRY().
2010-10-13 Rui PauloPass a format string to panic() and to taskqueue_start_...
2010-10-13 Rui PauloIn zfs_post_common(), use %d instead of %hhu.
2010-10-13 Rui PauloProperly tell the compiler that we want to ignore the...
2010-10-13 Rui PauloFix several cases were a conditional operator was used...
2010-10-13 Jung-uk KimClean up unused headers.
2010-10-13 Jung-uk KimRemove acpi_bus_number() completely. It had to be...
2010-10-13 Rui PauloPass a format string to make_dev().
2010-10-13 Rui PauloAdd opt_compat.h to SRCS.
2010-10-13 Rui PauloPass a format string to make_dev().
2010-10-13 Rui PauloFix a brain-o: wrong case statement semantics.
2010-10-13 Rui PauloWPA_CSE_WEP104 was being incorrectly checked.
2010-10-13 Rui PauloMark acpi_bus_number() as __unused. This allows clang...
2010-10-13 Rui PauloIgnore the return value of DE_INTERNALIZE().
2010-10-13 Rui PauloExplicitly tell the compiler that we don't care about...
2010-10-13 Rui PauloThe canonical way to print __func__ when using KASSERT...
2010-10-13 Rui PauloPurposely tell the compiler that we ignore the return...
2010-10-13 Rui PauloDefine YY_NO_INPUT. This makes aicasm buildable by...
2010-10-13 Juli Malletto) Make it possible to attach a PHY directly to an...
2010-10-13 David Xusigqueue_collect_set() is no longer needed because...
2010-10-13 Rick MacklemFix the krpc so that it can handle NFSv3,UDP mounts...
2010-10-13 Jung-uk KimUse AcpiReset() from ACPICA instead of rolling our...
2010-10-12 Jung-uk KimRemove trailing ", " from `sysctl machdep.idle_availabl...
2010-10-12 Pyun YongHyeonProtect bge(4) from accessing invalid NIC internal...
2010-10-12 Matthew D FlemingAlways set cm_complete_data before calling mps_config_c...
2010-10-12 Pyun YongHyeonFix a regression introduced in r213495. r213495 disable...
2010-10-12 Matthew D FlemingRe-expose and briefly document taskqueue_run(9). The...
2010-10-12 Andriy Gaponacpi_ec: changes in communication with hardware
2010-10-12 Andriy Gapongeneric_stop_cpus: prevent parallel execution
2010-10-12 Andriy Gapontmpfs + sendfile: do not produce partially valid pages...
2010-10-12 Andriy Gaponzfs + sendfile: do not produce partially valid pages...
2010-10-12 Bernhard SchmidtFix monitor mode which is implemented by doing a firmwa...
2010-10-12 Jaakko HeinonenFormat prototypes to follow style(9) more closely.
2010-10-12 Joel DahlSmall grammar nit in a printf message.
2010-10-12 Gleb SmirnoffWe already have dummy receive buffer in sc->buffer.
2010-10-12 Konstantin BelousovAdd macro DECLARE_MODULE_TIED to denote a module as...
2010-10-12 David XuAdd a flag TDF_TIDHASH to prevent a thread from being
2010-10-11 Rick MacklemTry and make the nfsrv_localunlock() function in the...
2010-10-11 Pyun YongHyeonThe IFF_DRV_RUNNING flag is set at the end of bge_init_...
2010-10-11 Pyun YongHyeonRemove one last reference of BGE_MI_MODE register for...
2010-10-11 Matthew D FlemingRe-work the internal user ioctl command table, and...
2010-10-11 Matthew D FlemingAdd function prototypes for static functions.
2010-10-11 Andrew ThompsonAdd the XHCI USB controller to NOTES.
2010-10-11 Matthew D FlemingFix a memory leak and locking inconsistency in mps...
2010-10-11 Matthew D FlemingFix up the COMPAT_FREEBSD32 ioctl logic for mps(4).
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-11 Pyun YongHyeonDo not setup interrupt endpoint for axe(4).
next