Age | Commit message (Expand) | Author |
2007-03-04 | rename struct ahci_cmd_list to ahci_cmd_hdr to better match the spec and | David Gwynne |
2007-03-04 | reverse the order of the fields in the %b fmt strings so that they read | David Gwynne |
2007-03-04 | Kill a cardbus dependency which breaked kernel compilation e.g. for | Marcus Glocker |
2007-03-03 | instead of establishing the interrupt in the mounthook, move it back | Reyk Floeter |
2007-03-03 | Replacing some spaces with tabs and some typo fixes | Todd T. Fries |
2007-03-02 | oops, this is $OpenBSD$ | Reyk Floeter |
2007-03-02 | - remove the code to bring down the PHY in bnx_stop(), it's wrong | Reyk Floeter |
2007-03-02 | MCP65 has no hardware checksum support. | Jonathan Gray |
2007-02-28 | of of | Theo de Raadt |
2007-02-28 | Set ISP_CFG_NOVRAM for Sun-branded ISP2200's that don't have an NVRAM fitted. | Mark Kettenis |
2007-02-27 | Enable HW Tx checksum offloading and VLAN tag insertion. From brad@. | Mark Kettenis |
2007-02-27 | Don't strip off VLAN tags. From brad@. | Mark Kettenis |
2007-02-27 | Fix some comments. | Mark Kettenis |
2007-02-27 | Cut away some dead wood. | Mark Kettenis |
2007-02-26 | An ethernet driver works much better if you program the Tx descriptor ring | Mark Kettenis |
2007-02-26 | Fix Rx FIFO constants. From brad@ | Mark Kettenis |
2007-02-26 | Some KNF. | Marcus Glocker |
2007-02-26 | Remove PCI powerhooks, bcw_pci_enable() and bcw_pci_disable(). | Marcus Glocker |
2007-02-26 | We need to save some PCI infos in our softc struct for further decisions | Marcus Glocker |
2007-02-26 | This fixes the function names printed in the panic strings so that | Todd T. Fries |
2007-02-25 | Make receiving packets work. Driver works well enough to do the commit over. | Mark Kettenis |
2007-02-24 | Get correct chip revision and also get chip package. | Marcus Glocker |
2007-02-24 | Glue for cas(4). | Mark Kettenis |
2007-02-24 | Start of a driver for Sun Cassini gigabit ethernet interfaces. Driver can | Mark Kettenis |
2007-02-23 | hide all the things userland should not see, so that this file can be | Theo de Raadt |
2007-02-21 | sync | Theo de Raadt |
2007-02-21 | put structs after copyright notice; ok dlg | Theo de Raadt |
2007-02-21 | regen for inclusion of the structs used in pcidevs_data.h | David Gwynne |
2007-02-21 | put the structs defining the content of pcidevs_data.h into that header | David Gwynne |
2007-02-20 | rename ccb_id to ccb_slot so its more clear what its used for. stash a | David Gwynne |
2007-02-20 | oops, missed one in the cmd list entry | David Gwynne |
2007-02-20 | fill some macros for ahci structures. fix a spello while there. | David Gwynne |
2007-02-20 | No use checking malloc return when called with M_WAITOK. | Thordur I. Bjornsson |
2007-02-19 | stick atascsi onto ahci, which in turn attaches a scsibus. while this | David Gwynne |
2007-02-19 | ahci will depend on atascsi and scsi | David Gwynne |
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 |