summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-06make this a little less ambiguous...Jason McIntyre
2006-02-06don't error out but give a warning when sysctl()Moritz Jodeit
fails with something else than ENOENT. suggested by tedu@ ok henning@
2006-02-06Attach a wskbd device for unknown adb mapped devices, just in case we lackMiod Vallat
one keyboard id.
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typo from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06- use bitwise flagsXavier Santolaria
- add missing option in remote handler
2006-02-06- typo fixMathieu Sauve-Frankel
ok jmc@
2006-02-06tweaks;Jason McIntyre
2006-02-06- use biwise flagsXavier Santolaria
- add missing option in remote handler OK niallo@.
2006-02-06add lxtphy(4)Brad Smith
2006-02-06Make sure to call bge_setmulti() as we're enabling or disabling promiscuousBrad Smith
mode so as to receive all multicast packets too.
2006-02-06syncPeter Valchev
2006-02-05improve support for TV tuning via radio(4) by:Jacob Meuser
- adding a TV or radio mode flag to struct radio_info for radio(4) and a similar flag to struct TUNER for bktr(4) to make tuning mode explicit - reporting the proper frequency when in TV mode - documenting the mode flag and cleaning up some grammar OK mickey@, robert@
2006-02-05Add a fix from David Young to not set the ring indexes to somethingJonathan Gray
obviously invalid, which can occur when ejecting a CardBus rtw.
2006-02-05Simplify SIOCSIFADDR switch case a bit.Brad Smith
2006-02-05Eliminate a reset when configuring the IP address.Brad Smith
ok jsg@
2006-02-05make sure to set or clear the RX mode promiscuous bit.Brad Smith
tested by Andrey Matveev
2006-02-05First cut of a man page for nfe.Jonathan Gray
"looks fine" jmc@
2006-02-05Deal with bus semaphore.Alexander Yurchenko
2006-02-05Rework code a bit more and move mpt_print_header() completely underKenneth R Westerback
MPT_DEBUG. May shave a few more bytes, makes logic a bit clearer. No functional change. ok marco@
2006-02-05Commit uncommitted bit from 2006/01/03 change to locore.s:Mark Kettenis
Try to prevent red stating the machine on a misaligned user space stack by SIGKILLing the process. ok miod@, henric@
2006-02-05call vr_setmulti() if adjusting PROMISC or ALLMULTI and do not do a fullBrad Smith
re-init if configuring the IP address. tested by Andrey Matveev
2006-02-05unbreak remote protocol which got broken in revision 1.88.Joris Vink
2006-02-05add nfe here too.Brad Smith
2006-02-05remove useless comment about macros being different from i386Martin Reindl
2006-02-05tweaks; ok claudioJason McIntyre
2006-02-05Don't force NFE_DEBUG, set default debug level to 0.Jonathan Gray
Committed via an nfe.
2006-02-05quiet nfe_intr().Damien Bergamini
2006-02-05unbreak the tree.Damien Bergamini
pointed at by Peter Stromberg.
2006-02-05enable nfe(4) now that the driver somewhat works.Damien Bergamini
tested by jsg@
2006-02-05fix nfe_txeof().Damien Bergamini
with these changes, the connection seems to work just fine. with help from jsg@
2006-02-05and the softc addition too.Brad Smith
2006-02-05call gem_setladrf() if the NIC is already running and only theBrad Smith
PROMISC or ALLMULTI flags are being adjusted or if adjusting the multicast addresses instead of doing a full re-init of the chip. ok kettenis@
2006-02-04reorganize descriptors flags declarations; it was very confusing.Damien Bergamini
no binary change.
2006-02-04- start MII timer in nfe_init() and move timer initialization in nfe_attach()Damien Bergamini
- set RX filter before enabling RX in nfe_init() - call mii_down() in nfe_stop() - fix setting of full/half-duplex mode - call mii_phy_reset() for each PHY attached and call mii_mediachg() in nfe_ifmedia_upd() - some cleaning while i'm here
2006-02-04Redo debugging mechanism to something less loud and more useful.Marco Peereboom
Shaves 22k of the kernel. ok krw
2006-02-04s/amd1032cloneprobe/adm1032cloneprobe/gMark Kettenis
2006-02-04fix clearing of h/w csum flags in all but the first fragmentDamien Bergamini
2006-02-04Adapt for the fact that Xorg now used standard loadable modules.Mark Kettenis
ok david@
2006-02-04Document the new special community part "neighbor-as". OK henning@Claudio Jeker
2006-02-04update comment for ralDamien Bergamini
no devices added or removed
2006-02-04fix a copy/paste in a comment.Damien Bergamini
2006-02-04silently discard f/w notifications that are unknown (fixes spuriousDamien Bergamini
"unknown notification 15" in logs with latest firmware)