Age | Commit message (Expand) | Author |
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 |
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 |