Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
2005-04-09 | Use vendor id register for chip matching instead of configuration | Alexander Yurchenko | |
register patterns. From Stephan Leemburg <sleemburg@jvc.nl>. Tested by jsg@. | |||
2005-04-09 | fix rbus on big memory i386 machines (used by cbb(4) pcmcia). | Reyk Floeter | |
closes an slightly old PR kernel/3855. ok mickey@ | |||
2005-04-09 | use htole32 and leto32h for register access instead of hardware-based | Reyk Floeter | |
byte swapping. | |||
2005-04-08 | move reset of HAL descriptors to ath.c | Reyk Floeter | |
2005-04-08 | Synchronize ADS7846 communication and LCD refresh so as to avoid jitter | Uwe Stuehler | |
in the touch screen data, and enable the existing IRQ handling code (even though polling is still mandatory). | |||
2005-04-08 | bye bye unportable bitfields | Reyk Floeter | |
2005-04-08 | new functions for a unified interface to all chips. | Uwe Stuehler | |
2005-04-08 | - manipulate the proper event counter in pxagpio_intr1 | Uwe Stuehler | |
- pxa2x0_gpio_intr_mask/unmask as discussed with dale | |||
2005-04-08 | remove dmesg spewage when link changes, ok deraadt, brad, canacar | Bob Beck | |
2005-04-08 | fix parenthesis | Brad Smith | |
2005-04-08 | - enable reception of VLAN sized frames | Brad Smith | |
- enable HW receive checksum offload ok pvlachev@ | |||
2005-04-08 | add rcs ids | Jolan Luff | |
2005-04-08 | interger->integer | Jolan Luff | |
2005-04-08 | no need to spit out portno twice | Theo de Raadt | |
2005-04-08 | handle at least the first port of a dual-port ufdti; from freebsd | Theo de Raadt | |
2005-04-08 | clean up properly in the event of a failure during attach. | David Gwynne | |
ok uwe@ | |||
2005-04-08 | recognize Dell OEM 2312 card. | Brad Smith | |
From FreeBSD | |||
2005-04-08 | regen | Brad Smith | |
2005-04-08 | add QLogic 2312 and 6312 cards | Brad Smith | |
2005-04-07 | Remove spurious -L for /usr/include in INCLUDES defn. ok miod@ | Ian Darwin | |
2005-04-07 | on some machines it's possible to limit the amount of physmem initialised ↵ | Michael Shalayeff | |
dring post so having msgbuf at the end of memory shall work | |||
2005-04-07 | regen | Michael Shalayeff | |
2005-04-07 | fix a few board ids | Michael Shalayeff | |
2005-04-07 | duh. space vs tab | Michael Shalayeff | |
2005-04-07 | simpler logic for trap exit | Michael Shalayeff | |
2005-04-07 | dig lpa | Michael Shalayeff | |