summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorcegger <cegger@NetBSD.org>2010-09-04 05:09:06 +0000
committercegger <cegger@NetBSD.org>2010-09-04 05:09:06 +0000
commitd3fa1cf29a1707389049503dc7b2745ede1df366 (patch)
treeae80c99a51bde98e3b84d8d01de7823044aff6b5 /sys/dev/ata
parente9e049ccf071081fe784438db655547701edaa57 (diff)
revert previous.
requested from mrg
Diffstat (limited to 'sys/dev/ata')
0 files changed, 0 insertions, 0 deletions
ly 5 "cfargs" defined: - CFARG_SUBMATCH (submatch function for direct config) - CFARG_SEARCH (search function for indirect config) - CFARG_IATTR (interface attribte) - CFARG_LOCATORS (locators array) - CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles) ...and a sentinel value CFARG_EOL. Add some extra sanity checking to ensure that interface attributes aren't ambiguous. Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark ports to associate those device handles with device_t instance. This will trickle trough to more places over time (need back-end for pre-OFW Sun OBP; any others?). 2021-02-25match Geforce FX5200 Go found in some iMac G5 modelsmacallan 2020-05-21prune unneeded includesmacallan 2018-07-26first step to support chips newer than geforce 2MXmacallan 2017-01-20Check pmf_device_register return value. NFCmaya Appeases static analyzers. 2016-07-11KNF. No functional change.msaitoh 2015-09-16prop_dictionary_get_bool() doesn't return FALSE if the property doesn'tmacallan exist, so initialize things first. No more console stealing on sparc64. 2014-06-29Appease a printf format warning on LP64 machines.tsutsui 2014-03-14remove various set-but-unused variables.mrg 2013-10-23fix copyright yearmacallan 2013-10-23minor cleanup:macallan - don't map more PCI space than we have video memory - clarify some comments 2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan 2013-10-09some cleanup:macallan - use macros to shorten a while lot of bus_space_write_4() lines - update some comments - remove debug goop and cargo culted leftovers 2013-10-09add hardware accelerationmacallan For now this supports only GeForce2 MX cards but most NV1x chips should work once their PCI iDs are added to gffb_match() Tested only on macppc. 2013-10-02one step closer to graphics acceleration:macallan - probe and report actual amount of video memory - add DMA machinery to feed commands to the graphics processor - adapt a whole bunch of magic number initialization from xf86-video-nv, now the chip actually reads commands from a buffer in video memory 2013-09-18a preliminary driver for nvidia geforce graphics chipsmacallan so far it only supports the GeForce 2MX, tested on macppc only no acceleration yet, just some DAC setup the main advantage over genfb is that this driver knows how to setup the palette registers for the 2nd output