Age | Commit message (Expand) | Author |
2007-01-26 | Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops where | Tobias Weingartner |
2007-01-26 | As per PCI specs, disable an adapter's transaction response while | Marc Aurele La France |
2007-01-21 | Fix typo. From brad@ | Mark Kettenis |
2007-01-21 | Remove bogus check for old firmware. | Ryan Thomas McBride |
2007-01-20 | move the interrupt establishment till after everything in the softc is | David Gwynne |
2007-01-19 | bnx_init() takes a pointer to sc, not ifp. | Ryan Thomas McBride |
2007-01-19 | Workarounds for DMA HW errata on pci express chips. Based on FreeBSD | Kenneth R Westerback |
2007-01-18 | Don't reinitialize card at every media change. | Kenneth R Westerback |
2007-01-17 | Remove some textual sk heritage warts by renaming some functions and | Kenneth R Westerback |
2007-01-15 | Report flow control status. | Mark Kettenis |
2007-01-13 | Correctly count outbound packets. | Mark Kettenis |
2007-01-12 | Keep the wsscreen_descr in the softc, to allow sti of different text | Miod Vallat |
2007-01-11 | Add a platform specific sti_pci_is_console() to decide if a given pci sti | Miod Vallat |
2007-01-11 | Add callbacks to enable and disable the sti rom, so that it is only mapped | Miod Vallat |
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat |
2007-01-10 | Flow control support for bge(4)/brgphy(4). From brad@ based on code from | Mark Kettenis |
2007-01-10 | change firmware byte order to be same on all architectures | Theo de Raadt |
2007-01-09 | regen | Mark Kettenis |
2007-01-09 | Spell Ebus as EBus like Sun does. Rename USIII EBus to RIO Ebus. | Mark Kettenis |
2007-01-08 | No need to re-init on every media change. | Mark Kettenis |
2007-01-08 | Add support for HW TCP/IP checksum offload for adapters that support it. | Damien Bergamini |
2007-01-08 | Add support for Leadtek Winfast TV 2000 XP, from Tim Leslie | Pedro Martelletto |
2007-01-06 | regen | Pedro Martelletto |
2007-01-06 | Add Leadtek WinFast TV 2000 XP, from Tim Leslie | Pedro Martelletto |
2007-01-06 | make microcode file byte-order independent so that the file is the same | Theo de Raadt |
2007-01-05 | For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis |
2007-01-05 | macros for the bits in the ports CMD register. free %b fmt string for it | David Gwynne |
2007-01-04 | use the right variable when finding a ports register window, not one that | David Gwynne |
2007-01-04 | stash the dva for each command in the ccb, and program the hardware with | David Gwynne |
2007-01-04 | fix up some port regs so their names are more in line with what is in the | David Gwynne |
2007-01-04 | allocate the dmamem that each port will need, and hopefully point our | David Gwynne |
2007-01-04 | use ISSET instead of &, cos it looks cleaner | David Gwynne |
2007-01-03 | In sk_marv_miibus_writereg, wait for busy flag to clear instead of | Mark Kettenis |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static mbufs M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2007-01-03 | also bail if sc_chipc is NULL; spotted by miod | Theo de Raadt |
2007-01-03 | mbg(4) cards with ASIC take the internal timestamp at the very moment the | Marc Balmer |
2007-01-03 | Don't say 'Marvell' twice for each sk/msk device in dmesg. No functional | Kenneth R Westerback |
2007-01-03 | Don't wrap line before printing MAC address. | Marcus Glocker |
2007-01-02 | do not permit agp_ioctl if the methods are invalid; ok miod | Theo de Raadt |
2007-01-02 | Use the value returned by pci_findproduct() as the timedelta sensor description | Marc Balmer |
2007-01-02 | Provide a new function, pci_findproduct(), which is analog to pci_findvendor(). | Marc Balmer |
2007-01-01 | regen. | Marc Balmer |
2007-01-01 | Add a new Intel host bridge chipset | Marc Balmer |
2006-12-30 | Use the same PCI product name strings we have in pcidevs_data.h for the | Marc Balmer |
2006-12-30 | Enable jumbo frames (except on the Yukon-2 FE). | Mark Kettenis |
2006-12-30 | Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHY | Mark Kettenis |
2006-12-30 | In agp_generic_alloc_memory(), make sure the age_mem structure freshly | Miod Vallat |
2006-12-30 | In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as the | Miod Vallat |
2006-12-30 | Sync | Marco Peereboom |
2006-12-30 | Add new marvell sata controller. from brad@ | Marco Peereboom |