Age | Commit message (Expand) | Author |
2006-12-10 | regen | Dimitry Andric |
2006-12-10 | Add ATI RS200M AGP. | Dimitry Andric |
2006-12-09 | sigh, split the bus space mapping and interrupt hookup apart so i can | David Gwynne |
2006-12-09 | reset the hba and set the enable bit. | David Gwynne |
2006-12-09 | figure out which revision of ahci we're trying to use and print it out. | David Gwynne |
2006-12-09 | split the mapping of the pci resources out of the main attach func | David Gwynne |
2006-12-09 | add wrappers for safe access to the register space. stolen from arc (which | David Gwynne |
2006-12-09 | add macros for debug shizz | David Gwynne |
2006-12-09 | bit definitions for the cap and ghc registers | David Gwynne |
2006-12-09 | registers for hba control | David Gwynne |
2006-12-09 | the start of a driver for ahci controllers. this does nothing but map the | David Gwynne |
2006-12-08 | regen | Gordon Willem Klok |
2006-12-08 | Add the Broadcom BCM5787F PCI id. | Gordon Willem Klok |
2006-12-08 | From Jon Simola <simola@mecha.com>: | Marcus Glocker |
2006-12-07 | regen | Michael Knudsen |
2006-12-07 | Add Broadcom BCM5787F. | Michael Knudsen |
2006-12-06 | - Move TX ring full sanity check further up and check the number of DMA | Reyk Floeter |
2006-12-06 | Implement em_read_pcie_cap_reg(), where we set the max read size on | Reyk Floeter |
2006-12-06 | - de-static | Martin Reindl |
2006-12-06 | replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able | Martin Reindl |
2006-12-06 | From Jon Simola <simola@mecha.com>: | Marcus Glocker |
2006-12-04 | report full/half duplex state for non-MII interfaces | Reyk Floeter |
2006-12-03 | Re-enable RX engine every time otherwise it occasionally | Alexander Yurchenko |
2006-12-03 | Set sis_stopped=1 early on attach and reset it later in sis_init(). | Alexander Yurchenko |
2006-12-03 | always assume full duplex state if the interface is up... what does | Reyk Floeter |
2006-12-03 | re-add a tiny little #ifdef VIC_DEBUG, used to compare the vic(4) | Reyk Floeter |
2006-11-29 | From Jon Simola <simola@mecha.com>: | Marcus Glocker |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Limit the number of openings to 1 for now, there're still bugs. | Alexander Yurchenko |
2006-11-29 | Report about command error | Alexander Yurchenko |
2006-11-29 | ips firmware runs on a little-endian cpu so do endian conversion | Alexander Yurchenko |
2006-11-29 | Add some constants. | Alexander Yurchenko |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-29 | Add another ID to match for the 88W8310 chip. | Marcus Glocker |
2006-11-29 | oops, i missed a closing brace with the scsibus_attach_args fixup. | David Gwynne |
2006-11-29 | Oh, scsi layer already has timeout stuff for us. | Alexander Yurchenko |
2006-11-29 | oops, i missed ips when giving scsibus an attach args for drivers to fill | David Gwynne |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | I just don't know why I decided to set block count to 512 unconditionaly | Alexander Yurchenko |
2006-11-28 | regen | Robert Nagy |
2006-11-28 | add IDs for SiS550/1/2 audio and SiS530/1/2 vga | Robert Nagy |
2006-11-28 | move printing of the interrupt string into re_attach(). | Brad Smith |
2006-11-28 | Better debug messages. | Alexander Yurchenko |
2006-11-28 | Try to detect stalled xfers with timeouts. | Alexander Yurchenko |
2006-11-28 | acpi may steal power management functionality, in which case we | Mark Kettenis |
2006-11-28 | The default debug level is ``error'' for now. | Alexander Yurchenko |
2006-11-28 | Keep free ccbs in a queue. | Alexander Yurchenko |
2006-11-28 | Add some debug facility. | Alexander Yurchenko |
2006-11-28 | Pre-allocate the TX DMA maps intead of creating and destroying a DMA map | Brad Smith |
2006-11-28 | - ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure. | Brad Smith |