summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-02-08lower the number of Jumbo slots on sparc64.Brad Smith
2006-02-08fix MTU check.Brad Smith
2006-02-08Add back minimal debugging to help track down tx errors some MACsJonathan Gray
2006-02-08Use __LP64__ instead of __amd64__ for portability.Jonathan Gray
2006-02-07move the devices list up a bit.Brad Smith
2006-02-07Disable checksum offload for the moment as it appears to notJonathan Gray
2006-02-06vr_start(): return if IFF_OACTIVE is set.Brad Smith
2006-02-06regenBrad Smith
2006-02-06add Broadcom BCM5708 Gb and BCM5708S 2.5 Gb Ethernet controllers.Brad Smith
2006-02-06SiS 190 Gigabit Ethernet controllerBrad Smith
2006-02-06typo from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06Make sure to call bge_setmulti() as we're enabling or disabling promiscuousBrad Smith
2006-02-05improve support for TV tuning via radio(4) by:Jacob Meuser
2006-02-05Simplify SIOCSIFADDR switch case a bit.Brad Smith
2006-02-05Eliminate a reset when configuring the IP address.Brad Smith
2006-02-05make sure to set or clear the RX mode promiscuous bit.Brad Smith
2006-02-05Deal with bus semaphore.Alexander Yurchenko
2006-02-05call vr_setmulti() if adjusting PROMISC or ALLMULTI and do not do a fullBrad Smith
2006-02-05Don't force NFE_DEBUG, set default debug level to 0.Jonathan Gray
2006-02-05quiet nfe_intr().Damien Bergamini
2006-02-05unbreak the tree.Damien Bergamini
2006-02-05fix nfe_txeof().Damien Bergamini
2006-02-04reorganize descriptors flags declarations; it was very confusing.Damien Bergamini
2006-02-04- start MII timer in nfe_init() and move timer initialization in nfe_attach()Damien Bergamini
2006-02-04Redo debugging mechanism to something less loud and more useful.Marco Peereboom
2006-02-04fix clearing of h/w csum flags in all but the first fragmentDamien Bergamini
2006-02-04silently discard f/w notifications that are unknown (fixes spuriousDamien Bergamini
2006-02-04handle link state change interrupts but do nothing for nowDamien Bergamini
2006-02-04- add support for multicast filters.Damien Bergamini
2006-02-03Back out i915 changes; they broke some i810-based machines.Todd C. Miller
2006-02-03add some more Intel PIIX IDE controllers..Brad Smith
2006-02-03regenBrad Smith
2006-02-03add Intel 82372FB IDEBrad Smith
2006-02-03add Intel 82451NX (PIIX4) and 82801DBL (ICH4-L).Brad Smith
2006-02-03jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flagBrad Smith
2006-02-03regenBrad Smith
2006-02-02add a bunch of vendor id's and device id'sBrad Smith
2006-02-02Call bge_setmulti() if IFF_ALLMULTI is set.Brad Smith
2006-02-02Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packetsBrad Smith
2006-02-02Use alternate PCI DMA control register settings for PCI Express-basedBrad Smith
2006-02-01remove return values in this comment too.Brad Smith
2006-02-01fix comments.Brad Smith
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-02-01Add support for VIA VT6410.Jonathan Gray
2006-02-01rearrange code section for enabling the read DMA state machineBrad Smith
2006-02-01one less magic value.Brad Smith
2006-02-01Set up the PCI DMA control register properly for the 5714 family,Brad Smith
2006-02-01some more constants.Brad Smith
2006-01-31regenBrad Smith