Up to [cvs.NetBSD.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.45 / (download) - annotate - [select for diffs], Sun Sep 25 17:52:25 2022 UTC (8 months, 1 week ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.44: +2 -3
lines
Diff to previous 1.44 (colored)
Remove unnecessary include of <sys/malloc.h>.
Revision 1.44 / (download) - annotate - [select for diffs], Sat Aug 7 16:19:14 2021 UTC (21 months, 3 weeks ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2
Changes since 1.43: +3 -3
lines
Diff to previous 1.43 (colored)
Merge thorpej-cfargs2.
Revision 1.43.8.1 / (download) - annotate - [select for diffs], Wed Aug 4 21:27:00 2021 UTC (21 months, 4 weeks ago) by thorpej
Branch: thorpej-cfargs2
Changes since 1.43: +3 -3
lines
Diff to previous 1.43 (colored) next main 1.44 (colored)
Adapt to CFARGS().
Revision 1.43 / (download) - annotate - [select for diffs], Sat Apr 24 23:36:57 2021 UTC (2 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-cfargs2
Changes since 1.42: +3 -3
lines
Diff to previous 1.42 (colored)
Merge thorpej-cfargs branch: Simplify and make extensible the config_search() / config_found() / config_attach() interfaces: rather than having different variants for which arguments you want pass along, just have a single call that takes a variadic list of tag-value arguments. Adjust all call sites: - Simplify wherever possible; don't pass along arguments that aren't actually needed. - Don't be explicit about what interface attribute is attaching if the device only has one. (More simplification.) - Add a config_probe() function to be used in indirect configuiration situations, making is visibly easier to see when indirect config is in play, and allowing for future change in semantics. (As of now, this is just a wrapper around config_match(), but that is an implementation detail.) Remove unnecessary or redundant interface attributes where they're not needed. There are currently 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?).
Revision 1.42.4.1 / (download) - annotate - [select for diffs], Sun Mar 21 21:09:14 2021 UTC (2 years, 2 months ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.42: +3 -3
lines
Diff to previous 1.42 (colored) next main 1.43 (colored)
Give config_found() the same variadic arguments treatment as config_search(). This commit only adds the CFARG_EOL sentinel to the existing config_found() calls. Conversion of config_found_sm_loc() and config_found_ia() call sites will be in subsequent commits.
Revision 1.42 / (download) - annotate - [select for diffs], Thu May 21 22:55:48 2020 UTC (3 years ago) by macallan
Branch: MAIN
CVS Tags: thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base
Branch point for: thorpej-cfargs
Changes since 1.41: +2 -6
lines
Diff to previous 1.41 (colored)
prune unneeded includes
Revision 1.35.2.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:29 2017 UTC (5 years, 6 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.35.2.2: +19 -9
lines
Diff to previous 1.35.2.2 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)
update from HEAD
Revision 1.38.6.3 / (download) - annotate - [select for diffs], Mon Aug 28 17:52:25 2017 UTC (5 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.38.6.2: +17 -9
lines
Diff to previous 1.38.6.2 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored)
Sync with HEAD
Revision 1.41 / (download) - annotate - [select for diffs], Wed Jun 21 21:40:36 2017 UTC (5 years, 11 months ago) by macallan
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Changes since 1.40: +17 -9
lines
Diff to previous 1.40 (colored)
allow font loading etc.
Revision 1.39.4.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:53:51 2017 UTC (6 years, 1 month ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.39: +5 -3
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
Sync with HEAD
Revision 1.39.2.1 / (download) - annotate - [select for diffs], Mon Mar 20 06:57:37 2017 UTC (6 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.39: +5 -3
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
Sync with HEAD
Revision 1.38.6.2 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:45 2017 UTC (6 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.38.6.1: +5 -3
lines
Diff to previous 1.38.6.1 (colored) to branchpoint 1.38 (colored)
Sync with HEAD
Revision 1.40 / (download) - annotate - [select for diffs], Fri Jan 20 12:25:07 2017 UTC (6 years, 4 months ago) by maya
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
nick-nhusb-base-20170204,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1
Changes since 1.39: +5 -3
lines
Diff to previous 1.39 (colored)
Check pmf_device_register return value. NFC Appeases static analyzers.
Revision 1.38.6.1 / (download) - annotate - [select for diffs], Tue Sep 22 12:05:59 2015 UTC (7 years, 8 months ago) by skrll
Branch: nick-nhusb
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored)
Sync with HEAD
Revision 1.39 / (download) - annotate - [select for diffs], Wed Sep 16 16:52:54 2015 UTC (7 years, 8 months ago) by macallan
Branch: MAIN
CVS Tags: pgoyette-localcount-base,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
localcount-20160914,
bouyer-socketcan-base
Branch point for: pgoyette-localcount,
bouyer-socketcan
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored)
prop_dictionary_get_bool() doesn't return FALSE if the property doesn't exist, so initialize things first. No more console stealing on sparc64.
Revision 1.35.2.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:48 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.35.2.1: +10 -3
lines
Diff to previous 1.35.2.1 (colored) to branchpoint 1.35 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.22.2.4 / (download) - annotate - [select for diffs], Thu May 22 11:40:33 2014 UTC (9 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.22.2.3: +10 -3
lines
Diff to previous 1.22.2.3 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.36.2.2 / (download) - annotate - [select for diffs], Sun May 18 17:45:44 2014 UTC (9 years ago) by rmind
Branch: rmind-smpnet
Changes since 1.36.2.1: +8 -2
lines
Diff to previous 1.36.2.1 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)
sync with head
Revision 1.38 / (download) - annotate - [select for diffs], Wed Oct 9 17:18:23 2013 UTC (9 years, 7 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Branch point for: nick-nhusb
Changes since 1.37: +8 -2
lines
Diff to previous 1.37 (colored)
support WSDISPLAYIO_GET_FBINFO
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Wed Aug 28 23:59:26 2013 UTC (9 years, 9 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.36: +4 -3
lines
Diff to previous 1.36 (colored)
sync with head
Revision 1.37 / (download) - annotate - [select for diffs], Tue Jul 30 19:21:50 2013 UTC (9 years, 10 months ago) by macallan
Branch: MAIN
Changes since 1.36: +4 -3
lines
Diff to previous 1.36 (colored)
avoid uninitialized use of defattr
Revision 1.35.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:02:29 2012 UTC (10 years, 6 months ago) by tls
Branch: tls-maxphys
Changes since 1.35: +6 -7
lines
Diff to previous 1.35 (colored)
Resync to 2012-11-19 00:00:00 UTC
Revision 1.22.2.3 / (download) - annotate - [select for diffs], Tue Oct 30 17:21:52 2012 UTC (10 years, 7 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.22.2.2: +11 -8
lines
Diff to previous 1.22.2.2 (colored) to branchpoint 1.22 (colored)
sync with head
Revision 1.36 / (download) - annotate - [select for diffs], Thu Oct 4 10:22:45 2012 UTC (10 years, 8 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: rmind-smpnet
Changes since 1.35: +6 -7
lines
Diff to previous 1.35 (colored)
don't call allocattr() for the default attribute
Revision 1.22.6.5 / (download) - annotate - [select for diffs], Sat Jun 2 11:09:28 2012 UTC (11 years ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.22.6.4: +7 -3
lines
Diff to previous 1.22.6.4 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)
sync to latest -current.
Revision 1.35 / (download) - annotate - [select for diffs], Wed May 23 18:39:30 2012 UTC (11 years ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base10
Branch point for: tls-maxphys
Changes since 1.34: +7 -3
lines
Diff to previous 1.34 (colored)
first step to fix PR 46461 - don't jump through a NULL pointer when we're not the console but the firmware set up the graphics hardware anyway
Revision 1.22.2.2 / (download) - annotate - [select for diffs], Wed May 23 10:08:04 2012 UTC (11 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.22.2.1: +22 -44
lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored)
sync with head.
Revision 1.22.6.4 / (download) - annotate - [select for diffs], Sun Apr 29 23:04:58 2012 UTC (11 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.22.6.3: +22 -44
lines
Diff to previous 1.22.6.3 (colored) to branchpoint 1.22 (colored)
sync to latest -current.
Revision 1.34 / (download) - annotate - [select for diffs], Thu Apr 19 08:59:42 2012 UTC (11 years, 1 month ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base9
Changes since 1.33: +11 -5
lines
Diff to previous 1.33 (colored)
glyphcache_init() works much better with its parameters in the right order
Revision 1.33 / (download) - annotate - [select for diffs], Thu Apr 19 06:58:55 2012 UTC (11 years, 1 month ago) by macallan
Branch: MAIN
Changes since 1.32: +13 -41
lines
Diff to previous 1.32 (colored)
use rasops_get_cmap()
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:57 2012 UTC (11 years, 1 month ago) by yamt
Branch: yamt-pagecache
Changes since 1.22: +286 -107
lines
Diff to previous 1.22 (colored)
sync with head
Revision 1.22.6.3 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:32 2012 UTC (11 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.22.6.2: +2 -2
lines
Diff to previous 1.22.6.2 (colored) to branchpoint 1.22 (colored)
sync to latest -current.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Mar 13 18:40:33 2012 UTC (11 years, 2 months ago) by elad
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
jmcneill-usbmp-base8
Changes since 1.31: +4 -4
lines
Diff to previous 1.31 (colored)
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something meaningful. All relevant documentation has been updated or written. Most of these changes were brought up in the following messages: http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html Thanks to christos, manu, njoly, and jmmv for input. Huge thanks to pgoyette for spinning these changes through some build cycles and ATF.
Revision 1.22.6.2 / (download) - annotate - [select for diffs], Sun Mar 11 01:52:28 2012 UTC (11 years, 2 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.22.6.1: +13 -5
lines
Diff to previous 1.22.6.1 (colored) to branchpoint 1.22 (colored)
sync to latest -current
Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 8 05:42:44 2012 UTC (11 years, 2 months ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7
Changes since 1.30: +13 -5
lines
Diff to previous 1.30 (colored)
when doing host blits, let the fifo drain every now and then. Apparently even a relatively slow CPU can overload a relatively fast Rage 128 in some circumstances. This cures weird artifacts seen when scrolling lots and lots of text very fast. Why this only showed up with glyph cacheing which should reduce the frequency of host blits isn't quite clear though.
Revision 1.22.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:51 2012 UTC (11 years, 3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.22: +277 -106
lines
Diff to previous 1.22 (colored)
merge to -current.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 16 20:45:21 2012 UTC (11 years, 3 months ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Changes since 1.29: +2 -4
lines
Diff to previous 1.29 (colored)
remove debug spam
Revision 1.29 / (download) - annotate - [select for diffs], Thu Feb 16 17:33:28 2012 UTC (11 years, 3 months ago) by macallan
Branch: MAIN
Changes since 1.28: +35 -4
lines
Diff to previous 1.28 (colored)
cache glyphs in video memory when using anti-aliased fonts on r128fb and radeonfb
Revision 1.28 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:22 2012 UTC (11 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.27: +3 -5
lines
Diff to previous 1.27 (colored)
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} where it looks straightforward, and pci_aprint_devinfo_fancy in a few others where drivers want to supply their own device names instead of the pcidevs generated one. More complicated cases, where names are composed at runtime, are left alone for now. It certainly makes sense to simplify the drivers here rather than inventing a catch-all API. This should serve as as example for new drivers, and also ensure consistent output in the AB_QUIET ("boot -q") case. Also, it avoids excessive stack usage where drivers attach child devices because the buffer for the device name is not kept on the local stack anymore.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Jan 11 16:02:29 2012 UTC (11 years, 4 months ago) by macallan
Branch: MAIN
Changes since 1.26: +3 -3
lines
Diff to previous 1.26 (colored)
use rasops_init(0, 0)
Revision 1.26 / (download) - annotate - [select for diffs], Wed Jan 4 15:56:18 2012 UTC (11 years, 5 months ago) by macallan
Branch: MAIN
Changes since 1.25: +6 -9
lines
Diff to previous 1.25 (colored)
use WSFONT_GLYPH()
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jan 4 08:38:20 2012 UTC (11 years, 5 months ago) by macallan
Branch: MAIN
Changes since 1.24: +20 -5
lines
Diff to previous 1.24 (colored)
generate a better r3g3b2 colour map which actually produces white for 0xff
Revision 1.24 / (download) - annotate - [select for diffs], Wed Jan 4 07:56:35 2012 UTC (11 years, 5 months ago) by macallan
Branch: MAIN
Changes since 1.23: +188 -155
lines
Diff to previous 1.23 (colored)
split putchar into separate methods for bitmap and alpha fonts, use FONT_IS_ALPHA()
Revision 1.23 / (download) - annotate - [select for diffs], Wed Dec 28 09:29:03 2011 UTC (11 years, 5 months ago) by macallan
Branch: MAIN
Changes since 1.22: +172 -73
lines
Diff to previous 1.22 (colored)
support anti-aliased fonts in 8 bit r3g3b2 colour
Revision 1.22 / (download) - annotate - [select for diffs], Wed Jun 29 03:14:36 2011 UTC (11 years, 11 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.21: +12 -4
lines
Diff to previous 1.21 (colored)
support WSDISPLAYIO_GET_EDID
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:26 2011 UTC (12 years ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.19: +9 -10
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Sync with HEAD.
Revision 1.10.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:57 2011 UTC (12 years, 3 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.10: +288 -75
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
sync with head
Revision 1.19.4.2 / (download) - annotate - [select for diffs], Thu Feb 17 12:00:14 2011 UTC (12 years, 3 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.19.4.1: +3 -8
lines
Diff to previous 1.19.4.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)
Sync with HEAD
Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 15 04:06:43 2011 UTC (12 years, 3 months ago) by macallan
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base
Changes since 1.20: +3 -8
lines
Diff to previous 1.20 (colored)
don't muck with the LVDS_BLON bit
Revision 1.19.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:53 2011 UTC (12 years, 3 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.19: +8 -4
lines
Diff to previous 1.19 (colored)
Sync with HEAD
Revision 1.20 / (download) - annotate - [select for diffs], Sat Jan 22 15:14:28 2011 UTC (12 years, 4 months ago) by cegger
Branch: MAIN
Changes since 1.19: +8 -4
lines
Diff to previous 1.19 (colored)
Implement new WSDISPLAYIO_GET_BUSID ioctl. It returns the bus id and allows userland (like Xorg) to create mapping of ttyE? and bus id. For now only PCI is implemented. First discussed with macallan@ then public on tech-kern@ and tech-x11@
Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 6 07:43:05 2011 UTC (12 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.18: +5 -2
lines
Diff to previous 1.18 (colored)
clear the screen before redrawing on reentering text mode
Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 25 03:29:08 2010 UTC (12 years, 5 months ago) by macallan
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.17: +3 -4
lines
Diff to previous 1.17 (colored)
there is no R128_LITTLE_ENDIAN_EN flag, just lack of R128_HOST_BIG_ENDIAN_EN Someone(tm) needs to test this on little endian hw
Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 16 06:45:50 2010 UTC (12 years, 5 months ago) by cegger
Branch: MAIN
Changes since 1.16: +69 -72
lines
Diff to previous 1.16 (colored)
ioctl: KNF switch-case, remove useless brackets
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 15 23:19:33 2010 UTC (12 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.15: +11 -4
lines
Diff to previous 1.15 (colored)
explicitly set and clear the backlight on bit, just in case someone messes with it while we're not looking
Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:08 2010 UTC (12 years, 6 months ago) by uebayasi
Branch: MAIN
Changes since 1.14: +2 -4
lines
Diff to previous 1.14 (colored)
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and some other constants. These are provided by sys/param.h now.
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Fri Oct 22 07:22:11 2010 UTC (12 years, 7 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.10: +244 -34
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
Sync with HEAD (-D20101022).
Revision 1.3.4.6 / (download) - annotate - [select for diffs], Sat Oct 9 03:32:22 2010 UTC (12 years, 7 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.4.5: +244 -34
lines
Diff to previous 1.3.4.5 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head
Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 7 20:39:54 2010 UTC (12 years, 7 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
uebayasi-xip-base4,
uebayasi-xip-base3
Changes since 1.13: +52 -9
lines
Diff to previous 1.13 (colored)
use WSDISPLAYIO_PARAM_BACKLIGHT as a switch and WSDISPLAYIO_PARAM_BRIGHTNESS for backlight level instead of following radeonfb TODO: adapt radeonfb and powerd scripts
Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 30 03:16:51 2010 UTC (12 years, 8 months ago) by macallan
Branch: MAIN
Changes since 1.12: +133 -50
lines
Diff to previous 1.12 (colored)
use the drawing engine to draw characters so we don't have to sync after each command and don't need to map the framebuffer anymore
Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 14 02:11:06 2010 UTC (12 years, 8 months ago) by macallan
Branch: MAIN
Changes since 1.11: +32 -9
lines
Diff to previous 1.11 (colored)
support backlight control via wsconsctl
Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 9 01:22:11 2010 UTC (12 years, 8 months ago) by macallan
Branch: MAIN
Changes since 1.10: +65 -4
lines
Diff to previous 1.10 (colored)
add backlight control via PMF TODO: support wsconsctl
Revision 1.3.4.5 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:59 2010 UTC (13 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.4.4: +3 -2
lines
Diff to previous 1.3.4.4 (colored) to branchpoint 1.3 (colored)
sync with head
Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 1 19:02:27 2009 UTC (13 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base10,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
matt-premerge-20091211,
jym-xensuspend-nbase
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored)
Recognize PCI_PRODUCT_ATI_RAGEGLPCI. Works on a PowerMac G3 B&W running NetBSD/macppc.
Revision 1.3.4.4 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:52 2009 UTC (13 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.4.3: +16 -16
lines
Diff to previous 1.3.4.3 (colored) to branchpoint 1.3 (colored)
sync with head
Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 20 02:40:57 2009 UTC (13 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8
Changes since 1.8: +16 -16
lines
Diff to previous 1.8 (colored)
use vcons_replay_msgbuf() when appropriate
Revision 1.3.4.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:40 2009 UTC (14 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.4.2: +7 -11
lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (colored)
sync with head
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:29 2009 UTC (14 years ago) by jym
Branch: jym-xensuspend
Changes since 1.7: +7 -11
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.8 / (download) - annotate - [select for diffs], Wed May 6 18:41:54 2009 UTC (14 years, 1 month ago) by elad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
jymxensuspend-base,
jym-xensuspend-base
Changes since 1.7: +7 -11
lines
Diff to previous 1.7 (colored)
Replace curlwp->l_cred with kauth_cred_get(). Mailing list reference: http://mail-index.netbsd.org/tech-kern/2009/05/05/msg005038.html
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:01 2009 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.4.1: +8 -7
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:28 2009 UTC (14 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Sync with HEAD.
Revision 1.2.16.4 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:01 2009 UTC (14 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.2.16.3: +1 -1
lines
Diff to previous 1.2.16.3 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Sync with HEAD.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 3 03:43:22 2009 UTC (14 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base
Branch point for: jym-xensuspend
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
remove extra semicolons.
Revision 1.5.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:40 2008 UTC (14 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.5: +4 -3
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Sync with HEAD.
Revision 1.2.16.3 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:28 2008 UTC (14 years, 8 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.2.16.2: +2 -1
lines
Diff to previous 1.2.16.2 (colored) to branchpoint 1.2 (colored)
Sync with HEAD.
Revision 1.3.6.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:08 2008 UTC (14 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.3.6.1: +4 -3
lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 25 23:09:23 2008 UTC (14 years, 9 months ago) by jmcneill
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap
Changes since 1.5: +4 -3
lines
Diff to previous 1.5 (colored)
Match on Rage Mobility M3 (AGP)
Revision 1.3.6.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:12 2008 UTC (14 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.3: +6 -8
lines
Diff to previous 1.3 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:14 2008 UTC (15 years ago) by yamt
Branch: yamt-pf42
Changes since 1.3.2.1: +6 -6
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head
Revision 1.2.16.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:43 2008 UTC (15 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.2.16.1: +4 -6
lines
Diff to previous 1.2.16.1 (colored) to branchpoint 1.2 (colored)
Sync with HEAD.
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 30 19:56:14 2008 UTC (15 years ago) by macallan
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl
Branch point for: haad-dm
Changes since 1.4: +6 -6
lines
Diff to previous 1.4 (colored)
remove test for VGA subclass, also match PCI_PRODUCT_ATI_RAGE3AGP4XT this makes r128fb work on 2nd generation iMacs From Brett Slager
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:22 2008 UTC (15 years ago) by yamt
Branch: yamt-pf42
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored)
sync with head.
Revision 1.3.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:45 2008 UTC (15 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored)
sync with head.
Revision 1.4 / (download) - annotate - [select for diffs], Thu May 8 01:47:49 2008 UTC (15 years ago) by macallan
Branch: MAIN
CVS Tags: yamt-pf42-base2,
yamt-nfs-mp-base2,
hpcarm-cleanup-nbase
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored)
nuke clause 3
Revision 1.2.16.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:53 2008 UTC (15 years, 2 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.2: +7 -6
lines
Diff to previous 1.2 (colored)
Sync with HEAD.
Revision 1.2.12.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:49 2008 UTC (15 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.2: +7 -6
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
sync with head.
Revision 1.2.10.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:50 2008 UTC (15 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.2.10.2: +7 -6
lines
Diff to previous 1.2.10.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with HEAD
Revision 1.1.6.4 / (download) - annotate - [select for diffs], Mon Mar 17 09:15:12 2008 UTC (15 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.6.3: +7 -6
lines
Diff to previous 1.1.6.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 27 23:59:37 2008 UTC (15 years, 3 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa
Changes since 1.2: +7 -6
lines
Diff to previous 1.2 (colored)
get rid of the last #ifdef macppc and use PCI_MAGIC_IO_RANGE to select at which offset we mmap PCI IO space
Revision 1.2.10.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:54:01 2008 UTC (15 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.2.10.1: +792 -0
lines
Diff to previous 1.2.10.1 (colored) to branchpoint 1.2 (colored)
sync with HEAD
Revision 1.1.8.3 / (download) - annotate - [select for diffs], Sat Dec 8 18:19:47 2007 UTC (15 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.1.8.2: +7 -3
lines
Diff to previous 1.1.8.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.6.3 / (download) - annotate - [select for diffs], Fri Dec 7 17:30:31 2007 UTC (15 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.6.2: +7 -3
lines
Diff to previous 1.1.6.2 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.2.3 / (download) - annotate - [select for diffs], Tue Nov 27 19:37:18 2007 UTC (15 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.1.2.2: +7 -3
lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.2.10.1, Fri Nov 23 20:12:54 2007 UTC (15 years, 6 months ago) by matt
Branch: matt-armv6
Changes since 1.2: +0 -792
lines
FILE REMOVED
file r128fb.c was added on branch matt-armv6 on 2008-01-09 01:54:01 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 23 20:12:54 2007 UTC (15 years, 6 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-base,
jmcneill-pm-base,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386
Branch point for: mjf-devfs2,
matt-armv6,
keiichi-mipv6
Changes since 1.1: +7 -3
lines
Diff to previous 1.1 (colored)
make this compile on sparc64
Revision 1.1.8.2 / (download) - annotate - [select for diffs], Mon Nov 19 00:48:18 2007 UTC (15 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.1.8.1: +788 -0
lines
Diff to previous 1.1.8.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD.
Revision 1.1.6.2 / (download) - annotate - [select for diffs], Thu Nov 15 11:44:27 2007 UTC (15 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.6.1: +788 -0
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored)
sync with head.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Tue Nov 13 16:01:33 2007 UTC (15 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.1.4.1: +788 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sun Nov 11 16:47:43 2007 UTC (15 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.1.2.1: +788 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD.
Revision 1.1.8.1, Wed Nov 7 19:09:10 2007 UTC (15 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.1: +0 -788
lines
FILE REMOVED
file r128fb.c was added on branch mjf-devfs on 2007-11-19 00:48:18 +0000
Revision 1.1.6.1, Wed Nov 7 19:09:10 2007 UTC (15 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1: +0 -788
lines
FILE REMOVED
file r128fb.c was added on branch yamt-lazymbuf on 2007-11-15 11:44:27 +0000
Revision 1.1.4.1, Wed Nov 7 19:09:10 2007 UTC (15 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.1: +0 -788
lines
FILE REMOVED
file r128fb.c was added on branch bouyer-xenamd64 on 2007-11-13 16:01:33 +0000
Revision 1.1.2.1, Wed Nov 7 19:09:10 2007 UTC (15 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.1: +0 -788
lines
FILE REMOVED
file r128fb.c was added on branch jmcneill-pm on 2007-11-11 16:47:43 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 7 19:09:10 2007 UTC (15 years, 6 months ago) by macallan
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: yamt-lazymbuf,
mjf-devfs,
jmcneill-pm,
bouyer-xenamd64
add preliminary driver for ATI Rage 128 graphics controllers So far it supports some acceleration ( copies and rectangle fills ) but no video mode programming at all. Known problems: - tested only on macppc - matches only one r128 chip out of ca. 30 - character drawing is unaccelerated - no attempt is made to restore the console when X exits