Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | Make sure to call bge_setmulti() as we're enabling or disabling promiscuous | Brad Smith | |
mode so as to receive all multicast packets too. | |||
2006-02-05 | improve 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-05 | Add a fix from David Young to not set the ring indexes to something | Jonathan Gray | |
obviously invalid, which can occur when ejecting a CardBus rtw. | |||
2006-02-05 | Simplify SIOCSIFADDR switch case a bit. | Brad Smith | |
2006-02-05 | Eliminate a reset when configuring the IP address. | Brad Smith | |
ok jsg@ | |||
2006-02-05 | make sure to set or clear the RX mode promiscuous bit. | Brad Smith | |
tested by Andrey Matveev | |||
2006-02-05 | Deal with bus semaphore. | Alexander Yurchenko | |
2006-02-05 | Rework code a bit more and move mpt_print_header() completely under | Kenneth R Westerback | |
MPT_DEBUG. May shave a few more bytes, makes logic a bit clearer. No functional change. ok marco@ | |||
2006-02-05 | Commit 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-05 | call vr_setmulti() if adjusting PROMISC or ALLMULTI and do not do a full | Brad Smith | |
re-init if configuring the IP address. tested by Andrey Matveev | |||
2006-02-05 | add nfe here too. | Brad Smith | |
2006-02-05 | remove useless comment about macros being different from i386 | Martin Reindl | |
2006-02-05 | Don't force NFE_DEBUG, set default debug level to 0. | Jonathan Gray | |
Committed via an nfe. | |||
2006-02-05 | quiet nfe_intr(). | Damien Bergamini | |
2006-02-05 | unbreak the tree. | Damien Bergamini | |
pointed at by Peter Stromberg. | |||
2006-02-05 | enable nfe(4) now that the driver somewhat works. | Damien Bergamini | |
tested by jsg@ | |||
2006-02-05 | fix nfe_txeof(). | Damien Bergamini | |
with these changes, the connection seems to work just fine. with help from jsg@ | |||
2006-02-05 | and the softc addition too. | Brad Smith | |
2006-02-05 | call gem_setladrf() if the NIC is already running and only the | Brad 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-04 | reorganize 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-04 | Redo debugging mechanism to something less loud and more useful. | Marco Peereboom | |
Shaves 22k of the kernel. ok krw | |||
2006-02-04 | s/amd1032cloneprobe/adm1032cloneprobe/g | Mark Kettenis | |
2006-02-04 | fix clearing of h/w csum flags in all but the first fragment | Damien Bergamini | |
2006-02-04 | update comment for ral | Damien Bergamini | |
no devices added or removed | |||
2006-02-04 | fix a copy/paste in a comment. | Damien Bergamini | |
2006-02-04 | silently discard f/w notifications that are unknown (fixes spurious | Damien Bergamini | |
"unknown notification 15" in logs with latest firmware) | |||
2006-02-04 | handle link state change interrupts but do nothing for now | Damien Bergamini | |
2006-02-04 | - add support for multicast filters. | Damien Bergamini | |
- fix setting of if_capabilities flags for chips supporting checksum offload. - fix dmesg output in case we can't establish the intr handler. - fix a call to bus_dmamap_unload() in nfe_encap(). | |||
2006-02-04 | When ACPI_ENABLED wasn't set but the devices were it had an unknown variable. | Marco Peereboom | |
Pointed out by ian@. | |||
2006-02-03 | Rewrote aml parser yet again... | Jordan Hargrave | |
Fixed bus_space_map for i386/amd64 Added _BST and _BIF to acpibat to get status/info ok marco@ | |||
2006-02-03 | Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in code | Matthieu Herrb | |
factorization: prevent ADB devices other than mices from generating "extended" protocol events. ok miod@ | |||
2006-02-03 | Back out i915 changes; they broke some i810-based machines. | Todd C. Miller | |
2006-02-03 | add some more Intel PIIX IDE controllers.. | Brad Smith | |
- 82372FB Ultra66 - 82371FB and 82371MX Non-UDMA capable ok grange@ | |||
2006-02-03 | Implement interrupt mapping according to the OFW Interrupt Mapping recommended | Mark Kettenis | |
practice. tested by many, ok drahn@ | |||
2006-02-03 | regen | Brad Smith | |
2006-02-03 | add Intel 82372FB IDE | Brad Smith | |
2006-02-03 | add Intel 82451NX (PIIX4) and 82801DBL (ICH4-L). | Brad Smith | |
ok grange@ jsg@ | |||
2006-02-03 | jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flag | Brad Smith | |
is set. | |||
2006-02-03 | regen | Brad Smith | |
2006-02-02 | add a bunch of vendor id's and device id's | Brad Smith | |
Most of this is from xsa@ | |||
2006-02-02 | make an exposed printf for debugging a debug printf and add a few commas | Brad Smith | |
in the dmesg printing to make the dmesg entry look a little nicer. ok mickey@ | |||
2006-02-02 | Call bge_setmulti() if IFF_ALLMULTI is set. | Brad Smith | |
From ru FreeBSD | |||
2006-02-02 | Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packets | Brad Smith | |
to process. From oleg FreeBSD | |||
2006-02-02 | Set rtm_index to the correct interface index for RTM_ADD and RTM_CHANGE. | Claudio Jeker | |
bgpd and ospfd use this information to track the availability of a route. Discussed with dlg@, OK henning@ | |||
2006-02-02 | Use alternate PCI DMA control register settings for PCI Express-based | Brad Smith | |
Broadcom Gigabit Ethernet interfaces. From jonathan NetBSD and based on the Broadcom Linux driver. Tested by a few end-users. | |||
2006-02-02 | Backout lcd_suspend on lid close, found to cause crashes. | Dale Rahn | |
requested by jolan, prodded by bob. | |||
2006-02-01 | remove return values in this comment too. | Brad Smith | |
2006-02-01 | fix comments. | Brad Smith | |