Age | Commit message (Expand) | Author |
2007-02-18 | reorder allocation of the ports resources so register manipulation can be | David Gwynne |
2007-02-17 | regen | Mark Kettenis |
2007-02-17 | Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke. | Mark Kettenis |
2007-02-17 | only reset the controller if it is already enabled. | David Gwynne |
2007-02-16 | bge_newbuf_std() should return ENOBUFS on failure, as that's what | Kenneth R Westerback |
2007-02-14 | %b format string for the GHC register. less whitespace while here | David Gwynne |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-13 | Fix typo. Spotted by brad@. | Mark Kettenis |
2007-02-13 | Fix typo in comment | Tom Cosgrove |
2007-02-13 | Add missing break in attach code. | Jonathan Gray |
2007-02-12 | Avoid unnecessary resets. This should make fiber 88E8021/22 work completely. | Mark Kettenis |
2007-02-12 | Fix prototype, from brad@, no binary change | Pedro Martelletto |
2007-02-11 | Add support for fiber on 88E8021/22. | Mark Kettenis |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-10 | Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@. | Mark Kettenis |
2007-02-10 | regen | Mark Kettenis |
2007-02-10 | Add DLink DGE-550T B1. Reorganize Marvell Yukon entries & add a few missing | Mark Kettenis |
2007-02-10 | Add preliminary support for Marvell Yukon-II Extreme chips. | Mark Kettenis |
2007-02-10 | Remove entry for mx driver which was removed a bit over 7 years ago. | Jonathan Gray |
2007-02-10 | Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unused | Kenneth R Westerback |
2007-02-10 | Add more chipset revision ids. | Kenneth R Westerback |
2007-02-06 | add macros describing the ports interrupt status, interrupt enable, task | David Gwynne |
2007-02-03 | Fix typo; clear tx FIFO underrun IRQ as intended instead of rx FIFO overrun | Mark Kettenis |
2007-01-31 | macros describing a ports sata status register | David Gwynne |
2007-01-30 | Simplify agp_generic_bind_memory by not trying to allocate big chunks | Dimitry Andric |
2007-01-30 | update vic(4) to use the LINK_STATE_IS_UP() macro | Reyk Floeter |
2007-01-30 | Allow the bnx(4) driver to make use of all of the available hardware | Kenneth R Westerback |
2007-01-30 | Rough in more support for 5787/5755 chips so far known to not work or | Kenneth R Westerback |
2007-01-28 | regen | Mark Kettenis |
2007-01-28 | Add nVIDIA GeForce 7800 GS. From Jim Razmus. | Mark Kettenis |
2007-01-28 | Fix a number of issues with vesabios discovered by miod@ | Gordon Willem Klok |
2007-01-27 | Enable transmit TCP/UDP checksum offload. | Kenneth R Westerback |
2007-01-27 | convert to our locks to rwlocks. | David Gwynne |
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 |