Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
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 | 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-06 | no longer install the tigon firmware. Bill Paul, who built these firmwares | Theo de Raadt | |
for the various *BSD projects, has not replied to various emails from me trying to find out what the licensing status of these files are. In a few weeks this firmware will be deleted from the tree. It's a real shame. One again, people have played fast and loose with licensing and the law. | |||
2005-04-06 | pad keys with zeros to a supported key length. this is bad but seems | Reyk Floeter | |
to be the default WEP behaviour for string-based keys and allows commands like "ifconfig ath0 nwkey yuck" to work... | |||
2005-04-06 | Add alert blink. | Marco Peereboom | |
2005-04-06 | <sys/types.h> is not needed with <sys/param.h> | Kevin Lo | |
ok reyk and damien | |||
2005-04-05 | regen. | Federico G. Schwindt | |
2005-04-05 | winmodem found in vaio PCGFR315M; ok deraadt@ | Federico G. Schwindt | |
2005-04-05 | Don't clobber the returned sample rate when the AC97 changes it. | Marco S Hyman | |
This lets an application know, should it bother testing, that a requested bit rate is not available. 'looks ok to me' mickey@ | |||
2005-04-05 | prevent non-root users to invoke wanpipe ioctls. | Can Erkin Acar | |
noticed by uwe@, looks ok deraadt@ | |||
2005-04-05 | match on nforce4 and nforce2-400 ac97 as well; form netbsd | Michael Shalayeff | |
2005-04-05 | regen | Michael Shalayeff | |
2005-04-05 | nforce4 devs and nforce2-400 ac97 | Michael Shalayeff | |
2005-04-05 | from netbsd: | Michael Shalayeff | |
Some SiS 7012 chips come muted by default, so un-mute all SiS 7012 chips at attach time the way Linux does it. Reported and tested by Jonathan Schleifer, I checked it didn't break my own 7012 device which doesn't need that manipulation. | |||
2005-04-05 | fix wep by adjusting the total packet length | Reyk Floeter | |
2005-04-05 | ich6 support from freebsd via [Bjorn] Sandell <biorn@dce.chalmers.se> | Michael Shalayeff | |
2005-04-05 | fix parenthesis for BGE_RCB_MAXLEN_FLAGS | Brad Smith | |
ok krw@ | |||
2005-04-05 | - Fix for an issue with excessive collisions in half duplex mode. | Brad Smith | |
- Nail the short cable problem the exact way National says it should be. - Make sure to clear any pending interrupts when we stop the interface. - Do not tell the hardware to send when there were no packets enqueued. - Close a theoretical race: By the time the watchdog comes around the interface may have been stopped, so we should not restart it. From FreeBSD Tested by ho@ on a few Soekris boxes and martin@ on a 900 | |||
2005-04-05 | nuke a second driver for ISA Intel EtherExpress PRO/10 cards which | Brad Smith | |
came from NetBSD and has never actually been used. | |||
2005-04-04 | Add blink and unblink but tell userland it is responsible for actually doing it | Marco Peereboom | |
because the ami firmware does not support it. In this case bioctl(8) will do it with SES passthrough commands. | |||
2005-04-04 | add blink and unblink. | Marco Peereboom | |
2005-04-04 | Fix interrupt sharing on bge, by checking the same way the linux | Bob Beck | |
driver does. ok deraadt@, testing and ok krw@, markus@ | |||
2005-04-04 | remove noise statistics. this was generating tons of useless interrupts. | Damien Bergamini | |
2005-04-04 | sync | Damien Bergamini | |
2005-04-04 | fix ids. ok jsg@ deraadt@ | Damien Bergamini | |
2005-04-04 | new id for PRO/Wireless 2915ABG. fix desc for PRO/Wireless adapters. | Damien Bergamini | |
2005-04-03 | ether_input_mbuf() conversion. | Brad Smith | |
2005-04-03 | fix comment | Brad Smith | |
2005-04-03 | make wi_ioctl() easier to audit | Uwe Stuehler | |