Age | Commit message (Expand) | Author |
2007-03-14 | Call ifp->if_start() at the end of the rx interrupt handling just in case | Claudio Jeker |
2007-03-14 | In HostAP mode, ieee80211_input() will enqueue packets in if_snd without | Claudio Jeker |
2007-03-13 | Drop the second and third arguments to adb_op_sync, for they are not used; | Miod Vallat |
2007-03-13 | When about to run X11 in 32 bpp mode, advertize correctly that we are | Miod Vallat |
2007-03-13 | regen | Robert Nagy |
2007-03-13 | Add ITM Touchscreen from Future Technology Devices | Robert Nagy |
2007-03-13 | we need a resid too | David Gwynne |
2007-03-13 | add timeouts on ata_xfers | David Gwynne |
2007-03-13 | add quirk for Sony DSC-T10, which is UFI, not SCSI. | Steven Mestdagh |
2007-03-12 | In bcw_init() check for real revision numbers now and fix a wrong | Marcus Glocker |
2007-03-12 | Finish chip base initialization. | Marcus Glocker |
2007-03-12 | very ugly indent | Theo de Raadt |
2007-03-12 | add some HAL functions (again) inspired by the changes from the | Reyk Floeter |
2007-03-12 | do not use bcopy to set the mac address registers. this diff should | Reyk Floeter |
2007-03-12 | ata counts sectors from 1, scsi counts from 0. adjust the value in the | David Gwynne |
2007-03-12 | parse the ata_identify to get a more correct value for the capacity of the | David Gwynne |
2007-03-12 | finish teh ata_identify struct. | David Gwynne |
2007-03-08 | XXX commit a workaround (as found in a few other drivers) for the | Theo de Raadt |
2007-03-08 | XXX commit a workaround (as found in a few other drivers) for the | Theo de Raadt |
2007-03-07 | For unsupported (yet) Expert3D style frame buffers, attach pcons and attach | Miod Vallat |
2007-03-07 | Implement hardware interrupt handler. For now, detect command completion | Christopher Pascoe |
2007-03-07 | Set ITSDONE otherwise the SCSI layer will sleep forever waiting for our | Christopher Pascoe |
2007-03-06 | Add missing splx in poll path. | Christopher Pascoe |
2007-03-06 | Update CCS macro to return the current command slot rather than just being | Christopher Pascoe |
2007-03-06 | big changes to the completion path in ahci.c | David Gwynne |
2007-03-06 | since we dont overwrite the dva of the cmd_table in the cmd_hdr now, we | David Gwynne |
2007-03-06 | dont do pointer maths with void * | David Gwynne |
2007-03-06 | Apply a SG segment size limit and remove the length check. | Christopher Pascoe |
2007-03-06 | No need to continually assign the control table addresses, provided we don't | Christopher Pascoe |
2007-03-06 | dlg@ advises that the bus_space operations will endian convert the DMA base | Christopher Pascoe |
2007-03-06 | Make the 1:1 mapping of command slot to command header/table entries | Christopher Pascoe |
2007-03-05 | back out, reyk is not paying attention | Theo de Raadt |
2007-03-05 | Add some HAL functions. | Reyk Floeter |
2007-03-05 | remove jumbo frame support by replacing MEXTALLOC with MCLGET, and | Reyk Floeter |
2007-03-05 | add a reminder about the extra attach function | David Gwynne |
2007-03-05 | add space for a match and attach routine to the device list, so particular | David Gwynne |
2007-03-05 | Recognise ATAPI device signatures. | Christopher Pascoe |
2007-03-04 | Fix another panic in bcw_phy_init() for sparc64. Now firmware loads | Marcus Glocker |
2007-03-04 | Fix bcw_gpio_init(); Before we can write to the GPIO control register, | Marcus Glocker |
2007-03-04 | Make bcw_change_core() conform to other functions. | Marcus Glocker |
2007-03-04 | Fix non AHCI_DEBUG build. | Christopher Pascoe |
2007-03-04 | Replace empty ahci_ata_{probe,cmd} stubs with ones that do something. | Christopher Pascoe |
2007-03-04 | Include port number in debug messages, where appropriate. | Christopher Pascoe |
2007-03-04 | Fix panic caused by bcw_leds_switch_all() because reading from wrong | Marcus Glocker |
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 |