Age | Commit message (Expand) | Author |
2007-03-04 | Include port number in debug messages, where appropriate. | Christopher Pascoe |
2007-03-04 | Now actually activate ports and try to detect devices. | Christopher Pascoe |
2007-03-04 | Save BIOS configured parameters over reset. Always enable staggered spin-up. | Christopher Pascoe |
2007-03-04 | Add support for enabling/disabling port activity, and soft/port resets. | Christopher Pascoe |
2007-03-04 | Add support for issuing a (polled) command. | Christopher Pascoe |
2007-03-04 | Add function to set up Physical Region Descriptor Tables, mostly from dlg@ | Christopher Pascoe |
2007-03-04 | Oops, remove duplicate prototypes that I mismerged. | Christopher Pascoe |
2007-03-04 | Third argument to pci_mapreg_map is the "map type", not "memory type". | Christopher Pascoe |
2007-03-04 | Perform separate memory allocations for the RFIS, command list and command | Christopher Pascoe |
2007-03-04 | When freeing port memory, use actual pointer to port rather than random memory. | Christopher Pascoe |
2007-03-04 | Add functions to wait for bit changes in port registers. | Christopher Pascoe |
2007-03-04 | HBAs by JMICRON have an additional "Controller Control Register" that | Christopher Pascoe |
2007-03-04 | Fix strict alignment panic. Makes my BCM4306 attach on sparc64. | Marcus Glocker |
2007-03-04 | comment members of ahci_cmd_table | David Gwynne |
2007-03-04 | pull the prdt into the ahci_cmd_table struct, which gets rid of ahci_cmd. | David Gwynne |
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 |