Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-14 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Marc Espie | |
2005-04-14 | enable HW transmit checksum offload | Brad Smith | |
ok pvalchev@ | |||
2005-04-14 | +luphy and add hme to RAMDISK_CD | Brad Smith | |
2005-04-14 | +luphy | Brad Smith | |
2005-04-14 | +luphy | Brad Smith | |
2005-04-14 | +luphy | Brad Smith | |
2005-04-14 | add a PHY driver for the Lucent LU6612 10/100 PHY used on PCI | Brad Smith | |
quad port hme(4)'s and other newer Sun systems with hme(4)'s. derived from a diff posted to freebsd-sparc64 by Marius Strobl <marius at alchemy dot franken dot de> ok mickey@ | |||
2005-04-14 | fix reading of the binary image. | Damien Bergamini | |
binary image is not a set of ezdata structures. | |||
2005-04-14 | write actual data to file, not pointers. | Damien Bergamini | |
store the address field in little endian order. | |||
2005-04-14 | make sure round_blocksize does not produce 0 after alignment | Michael Shalayeff | |
2005-04-14 | tyop | Pedro Martelletto | |
2005-04-14 | do not reset tuner and audio settings on open/close; from jakemsr@ | Michael Shalayeff | |
2005-04-14 | back out last, some breakage crept in | Henning Brauer | |
2005-04-14 | Make sure recording is started before we return EWOULDBLOCK in a read(). | Brad Smith | |
From NetBSD ok mickey@ | |||
2005-04-14 | regen | Brad Smith | |
2005-04-14 | rename unknown Agere PHY, this is a Lucent LU6612 10/100 PHY. | Brad Smith | |
2005-04-14 | When synproxy sends packets to the destination host, make sure to copy | Joel Knight | |
the 'tag' from the original state entry into the outgoing mbuf. ok henning@ dhartmei@ | |||
2005-04-14 | Correct signed/unsigned mismatches in compatibility macros and add | Christopher Pascoe | |
mono-to-stereo variants for mulaw_to_slinear16 ok dlg@ jason@ mickey@ | |||
2005-04-14 | .pt map from Manuel Pata <pata@alface.de> | Michael Shalayeff | |
2005-04-13 | sync | Damien Bergamini | |
2005-04-13 | New ural devices. Pointed out by Rodolfo Gouveia. | Damien Bergamini | |
2005-04-13 | Resume only if the lid is open and the power key pressed. Also fix | Uwe Stuehler | |
peridic discharging in zapm_poll(). | |||
2005-04-13 | Call special suspend and resume hooks. The latter can cancel a resume. | Uwe Stuehler | |
2005-04-13 | boot when then timeout expires; prodded by drahn@ dlg@ and others | Uwe Stuehler | |
2005-04-13 | free STACKGAP_RANDOM commit | Michael Shalayeff | |
2005-04-12 | Add last pieces of ses crud to enable blink functionality. | Marco Peereboom | |
This file is still a work in progress. | |||
2005-04-12 | simplify vndopen() a bit. | Joris Vink | |
ok pedro@ | |||
2005-04-12 | handle PMTU for ipip SAs, too; ok hshoexer, cloder | Markus Friedl | |
2005-04-12 | register descriptions for the inter-ic sound controller | David Gwynne | |
ok uwe@ | |||
2005-04-12 | size for the i2s controller registers, and add some comments for clarity | David Gwynne | |
ok uwe@ | |||
2005-04-12 | better reg descriptions of the ac97 controller. | David Gwynne | |
ok uwe@ | |||
2005-04-11 | pull in new MD STACKGAP_RANDOM | Theo de Raadt | |
2005-04-11 | Make sure that the requested size is a multiple of block size in | Matthieu Herrb | |
auvia_build_dma_ops(). Patch by miod@, ok deraadt@. | |||
2005-04-11 | Ignore lcp up/down events in cisco mode | Can Erkin Acar | |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt | |
case sun4c/sun4 -- because address space is more constrained | |||
2005-04-11 | get rid of the lines on ehci attach that show the version and the companion | David Gwynne | |
controllers. remove the insane amount of support code needed just for the printing of the companion controllers while here. zap it deraadt@ sure pascoe@ | |||
2005-04-11 | no need to include sys/timeout.h | Uwe Stuehler | |
2005-04-11 | - eliminate extra powerhook in pxalcd, inspired by ohci changes | Uwe Stuehler | |
- update file comment for zaurus_lcd.c | |||
2005-04-11 | use zapm functions to power down or restart | Uwe Stuehler | |
2005-04-11 | - generate power change and battery low events | Uwe Stuehler | |
- GPIO reset moved here, because it's machine-specific - power-off by suspending and then resetting (best thing the C3000 can do) - roll our own softc instead of using tons of globals | |||
2005-04-11 | - ask upper layer for events and call apm_record_event() as appropriate | Uwe Stuehler | |
- allow upper layer to detect the wake-up source which caused a resume - avoid a temporary bus space mapping - suspend on battery low events | |||
2005-04-11 | Kill unused hexatoi() | Miod Vallat | |
2005-04-11 | Handle commands failure correctly. | Miod Vallat | |
2005-04-10 | mostly knf while here remove the todo item regarding deferring attach of | David Gwynne | |
devices. usb probe/attach now happens before root is mounted so there is no requirement to do anything special anymore. | |||
2005-04-10 | properly handle suspend/resume of ports with devices attached. devices | David Gwynne | |
should not detach and reattach when you resume now. | |||
2005-04-10 | - Run em_local_timer() once per second instead of running it once per 2 seconds. | Brad Smith | |
This makes gathering of error stats more precise, and netstat(1) output look right. - Modify the caller of em_encap() to detect a NULL m_head and not try to queue the mbuf if that happens. From FreeBSD ok krw@ beck@ | |||
2005-04-10 | Support for ICH6M IDE. Tested on a Dell Latitude D810 by | Jonathan Gray | |
Raymond Lillard <rlillard at sonic.net>. ok grange@ | |||
2005-04-10 | regen | Jonathan Gray | |
2005-04-10 | ICH6M IDE | Jonathan Gray | |
2005-04-09 | Add page 1 (configuration page) definitions. This is required to interpret | Marco Peereboom | |
page 2 (enclosure control page). |