Age | Commit message (Expand) | Author |
2007-03-17 | add uts(4); this was missing from the initial commit | Robert Nagy |
2007-03-17 | regen | Jonathan Gray |
2007-03-17 | Add some more NVIDIA graphics cards. | Jonathan Gray |
2007-03-16 | Split the whole chip init stuff in bcw_init() into a new function | Marcus Glocker |
2007-03-16 | uts(4) is a driver for USB Touchscreens; | Robert Nagy |
2007-03-16 | Add missing "goto fail;" in an error path of fxp_attach(). | Claudio Jeker |
2007-03-16 | Cleanup prototypes. | Marcus Glocker |
2007-03-16 | Remove a lot of dead code and nonexisting registers. This stuff was mostly | Marcus Glocker |
2007-03-16 | Better (constant) register naming. | Marcus Glocker |
2007-03-16 | Split the beacon returned by ieee80211_beacon_alloc() in two parts and | Claudio Jeker |
2007-03-16 | First super massive register cleanup run; group/sort registers, | Marcus Glocker |
2007-03-16 | A new PCI id for Intel's PCIe quad port fiber adapter. | Reyk Floeter |
2007-03-15 | sync | Reyk Floeter |
2007-03-15 | add Intel PCI-E quad port fiber device ID | Reyk Floeter |
2007-03-15 | Set chip operation mode in the init path. Add first bits to enable | Marcus Glocker |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-15 | regen | Jonathan Gray |
2007-03-15 | commit the correct version this time | Jonathan Gray |
2007-03-15 | Add a few different things found in submitted dmesgs. | Jonathan Gray |
2007-03-15 | regen | Jonathan Gray |
2007-03-15 | JMB368 has no SATA. | Jonathan Gray |
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 |