summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-03-17add uts(4); this was missing from the initial commitRobert Nagy
2007-03-17regenJonathan Gray
2007-03-17Add some more NVIDIA graphics cards.Jonathan Gray
2007-03-16Split the whole chip init stuff in bcw_init() into a new functionMarcus Glocker
2007-03-16uts(4) is a driver for USB Touchscreens;Robert Nagy
2007-03-16Add missing "goto fail;" in an error path of fxp_attach().Claudio Jeker
2007-03-16Cleanup prototypes.Marcus Glocker
2007-03-16Remove a lot of dead code and nonexisting registers. This stuff was mostlyMarcus Glocker
2007-03-16Better (constant) register naming.Marcus Glocker
2007-03-16Split the beacon returned by ieee80211_beacon_alloc() in two parts andClaudio Jeker
2007-03-16First super massive register cleanup run; group/sort registers,Marcus Glocker
2007-03-16A new PCI id for Intel's PCIe quad port fiber adapter.Reyk Floeter
2007-03-15syncReyk Floeter
2007-03-15add Intel PCI-E quad port fiber device IDReyk Floeter
2007-03-15Set chip operation mode in the init path. Add first bits to enableMarcus Glocker
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-03-15regenJonathan Gray
2007-03-15commit the correct version this timeJonathan Gray
2007-03-15Add a few different things found in submitted dmesgs.Jonathan Gray
2007-03-15regenJonathan Gray
2007-03-15JMB368 has no SATA.Jonathan Gray
2007-03-14Call ifp->if_start() at the end of the rx interrupt handling just in caseClaudio Jeker
2007-03-14In HostAP mode, ieee80211_input() will enqueue packets in if_snd withoutClaudio Jeker
2007-03-13Drop the second and third arguments to adb_op_sync, for they are not used;Miod Vallat
2007-03-13When about to run X11 in 32 bpp mode, advertize correctly that we areMiod Vallat
2007-03-13regenRobert Nagy
2007-03-13Add ITM Touchscreen from Future Technology DevicesRobert Nagy
2007-03-13we need a resid tooDavid Gwynne
2007-03-13add timeouts on ata_xfersDavid Gwynne
2007-03-13add quirk for Sony DSC-T10, which is UFI, not SCSI.Steven Mestdagh
2007-03-12In bcw_init() check for real revision numbers now and fix a wrongMarcus Glocker
2007-03-12Finish chip base initialization.Marcus Glocker
2007-03-12very ugly indentTheo de Raadt
2007-03-12add some HAL functions (again) inspired by the changes from theReyk Floeter
2007-03-12do not use bcopy to set the mac address registers. this diff shouldReyk Floeter
2007-03-12ata counts sectors from 1, scsi counts from 0. adjust the value in theDavid Gwynne
2007-03-12parse the ata_identify to get a more correct value for the capacity of theDavid Gwynne
2007-03-12finish teh ata_identify struct.David Gwynne
2007-03-08XXX commit a workaround (as found in a few other drivers) for theTheo de Raadt
2007-03-08XXX commit a workaround (as found in a few other drivers) for theTheo de Raadt
2007-03-07For unsupported (yet) Expert3D style frame buffers, attach pcons and attachMiod Vallat
2007-03-07Implement hardware interrupt handler. For now, detect command completionChristopher Pascoe
2007-03-07Set ITSDONE otherwise the SCSI layer will sleep forever waiting for ourChristopher Pascoe
2007-03-06Add missing splx in poll path.Christopher Pascoe
2007-03-06Update CCS macro to return the current command slot rather than just beingChristopher Pascoe
2007-03-06big changes to the completion path in ahci.cDavid Gwynne
2007-03-06since we dont overwrite the dva of the cmd_table in the cmd_hdr now, weDavid Gwynne
2007-03-06dont do pointer maths with void *David Gwynne
2007-03-06Apply a SG segment size limit and remove the length check.Christopher Pascoe
2007-03-06No need to continually assign the control table addresses, provided we don'tChristopher Pascoe