Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-16 | sync | Damien Bergamini | |
2005-04-16 | Driver for Analog Devices Eagle chipset. | Damien Bergamini | |
ok deraadt@ | |||
2005-04-16 | don't leak a mbuf when tx fails. | Damien Bergamini | |
2005-04-16 | indent | Damien Bergamini | |
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | shrink | Theo de Raadt | |
2005-04-15 | regen | Michael Shalayeff | |
2005-04-15 | some hp smart array devs and fix compaq smrtarray ids and add 6422 | Michael Shalayeff | |
2005-04-15 | regen | Jakob Schlyter | |
2005-04-15 | add Araneus True Random Number Generator | Jakob Schlyter | |
2005-04-15 | in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead of | Damien Bergamini | |
the rx pipe. | |||
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff | |
2005-04-15 | Simplify matching logic using pci_matchbyid() and correct some comments. | Jonathan Gray | |
2005-04-15 | re(4) cannot handle a standard sized Jumbo frame. | Brad Smith | |
2005-04-15 | re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right values | Brad Smith | |
2005-04-15 | add another 8169 rev and remove vtophys() hack for alpha now that the driver | Brad Smith | |
has been bus_dma-ified | |||
2005-04-15 | correct a spello | Christopher Pascoe | |
ok jolan@ | |||
2005-04-15 | Add basic audio playback support for the Zaurus SL-C3000. | Christopher Pascoe | |
ok dlg@ drahn@ uwe@ deraadt@ | |||
2005-04-15 | print proper model string. | Brad Smith | |
2005-04-15 | let tree build. brad -- check what you busted | Theo de Raadt | |
2005-04-14 | enable HW transmit checksum offload | Brad Smith | |
ok pvalchev@ | |||
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 | do not reset tuner and audio settings on open/close; from jakemsr@ | Michael Shalayeff | |
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 | 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-12 | simplify vndopen() a bit. | Joris Vink | |
ok pedro@ | |||
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 | 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-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 | 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 | 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 | bye bye unportable bitfields | Reyk Floeter | |
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@ |