Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:43 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.30: +3 -6
lines
Diff to previous 1.30 (colored) next main 1.31 (colored)
sync with head
Revision 1.30.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:35 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.30: +3 -6
lines
Diff to previous 1.30 (colored) next main 1.31 (colored)
merge to -current.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:18 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
HEAD
Changes since 1.30: +3 -6
lines
Diff to previous 1.30 (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.30 / (download) - annotate - [select for diffs], Fri Jul 22 14:34:38 2011 UTC (10 months ago) by njoly
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.29: +2 -5
lines
Diff to previous 1.29 (colored)
Fix CHIPSFB_DEBUG build
Revision 1.24.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:09 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.24: +55 -890
lines
Diff to previous 1.24 (colored) next main 1.25 (colored)
Sync with HEAD.
Revision 1.20.4.4 / (download) - annotate - [select for diffs], Tue May 31 03:04:39 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.20.4.3: +2 -2
lines
Diff to previous 1.20.4.3 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)
sync with head
Revision 1.29 / (download) - annotate - [select for diffs], Wed May 11 00:12:41 2011 UTC (12 months, 2 weeks ago) by dyoung
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base,
cherry-xenmp
Changes since 1.28: +4 -4
lines
Diff to previous 1.28 (colored)
Constify pci_attach_args.
Revision 1.20.4.3 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:49 2011 UTC (13 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.20.4.2: +18 -6
lines
Diff to previous 1.20.4.2 (colored) to branchpoint 1.20 (colored)
sync with head
Revision 1.28 / (download) - annotate - [select for diffs], Tue Apr 5 23:25:00 2011 UTC (13 months, 2 weeks ago) by dyoung
Branch: MAIN
Changes since 1.27: +3 -3
lines
Diff to previous 1.27 (colored)
Bitwise-OR PCI_COMMAND_IO_ENABLE | PCI_COMMAND_MEM_ENABLE into the PCI Command Register instead of PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED. The latter amounts to the same value, but the names are in the pa_flags namespace instead of the PCI Command Register bits namespace.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Mar 23 04:02:43 2011 UTC (14 months ago) by macallan
Branch: MAIN
Changes since 1.26: +19 -7
lines
Diff to previous 1.26 (colored)
complete the driver/bus frontend split and make sure the driver can deal with both PCI and VLB variants of the chip
Revision 1.20.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:36 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.20.4.1: +41 -887
lines
Diff to previous 1.20.4.1 (colored) to branchpoint 1.20 (colored)
sync with head
Revision 1.24.4.2 / (download) - annotate - [select for diffs], Thu Feb 17 12:00:13 2011 UTC (15 months, 1 week ago) by bouyer
Branch: bouyer-quota2
Changes since 1.24.4.1: +35 -887
lines
Diff to previous 1.24.4.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)
Sync with HEAD
Revision 1.26 / (download) - annotate - [select for diffs], Wed Feb 9 21:21:32 2011 UTC (15 months, 2 weeks ago) by macallan
Branch: MAIN
CVS Tags: bouyer-quota2-nbase,
bouyer-quota2-base
Changes since 1.25: +35 -887
lines
Diff to previous 1.25 (colored)
use the bus independent stuff from ic/ct65550* and leave only the PCI specific bits in pci/chipsfb.c
Revision 1.24.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:50 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.24: +7 -2
lines
Diff to previous 1.24 (colored)
Sync with HEAD
Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 22 15:14:27 2011 UTC (16 months ago) by cegger
Branch: MAIN
Changes since 1.24: +7 -2
lines
Diff to previous 1.24 (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.24 / (download) - annotate - [select for diffs], Thu Dec 23 21:11:37 2010 UTC (17 months ago) by cegger
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.23: +11 -7
lines
Diff to previous 1.23 (colored)
build fix: add missing initializers
Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 16 06:19:01 2010 UTC (17 months, 1 week ago) by cegger
Branch: MAIN
Changes since 1.22: +38 -39
lines
Diff to previous 1.22 (colored)
ioctl: KNF switch-case
Revision 1.22 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:05 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
Changes since 1.21: +2 -4
lines
Diff to previous 1.21 (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.20.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:46:23 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.20: +9 -8
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
Sync with HEAD.
Revision 1.14.4.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:42 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.14.4.3: +9 -8
lines
Diff to previous 1.14.4.3 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)
sync with head.
Revision 1.20.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:31 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.20: +9 -8
lines
Diff to previous 1.20 (colored)
sync with head
Revision 1.21 / (download) - annotate - [select for diffs], Tue May 4 05:00:33 2010 UTC (2 years ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2
Changes since 1.20: +9 -8
lines
Diff to previous 1.20 (colored)
use alternate font if available ( for autogenerated box drawing characters )
Revision 1.14.4.3 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:50 2009 UTC (2 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.14.4.2: +5 -2
lines
Diff to previous 1.14.4.2 (colored) to branchpoint 1.14 (colored)
sync with head
Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 20 02:40:57 2009 UTC (2 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
uebayasi-xip-base1,
uebayasi-xip-base,
matt-premerge-20091211,
jym-xensuspend-nbase
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.19: +5 -2
lines
Diff to previous 1.19 (colored)
use vcons_replay_msgbuf() when appropriate
Revision 1.14.4.2 / (download) - annotate - [select for diffs], Sat May 16 10:41:33 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.14.4.1: +11 -15
lines
Diff to previous 1.14.4.1 (colored) to branchpoint 1.14 (colored)
sync with head
Revision 1.15.12.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:23 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.15: +11 -15
lines
Diff to previous 1.15 (colored) next main 1.16 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.19 / (download) - annotate - [select for diffs], Tue May 12 08:23:00 2009 UTC (3 years ago) by cegger
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.18: +3 -3
lines
Diff to previous 1.18 (colored)
use device_private(). "looks good" ad@ XXX for the device_t/softc split, please check the driver that no cases have been missed.
Revision 1.18 / (download) - annotate - [select for diffs], Wed May 6 18:41:54 2009 UTC (3 years ago) by elad
Branch: MAIN
Changes since 1.17: +6 -10
lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Wed May 6 10:34:32 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.16: +6 -6
lines
Diff to previous 1.16 (colored)
struct device * -> device_t, no functional changes intended.
Revision 1.16 / (download) - annotate - [select for diffs], Wed May 6 09:25:14 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (colored)
struct cfdata * -> cfdata_t, no functional changes intended.
Revision 1.14.6.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:11 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.14: +2 -4
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.12.22.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:37 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.12.22.1: +5 -9
lines
Diff to previous 1.12.22.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)
Sync with HEAD.
Revision 1.14.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:19 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.14: +2 -4
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
sync with head.
Revision 1.14.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:43 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.14: +2 -4
lines
Diff to previous 1.14 (colored)
sync with head.
Revision 1.15 / (download) - annotate - [select for diffs], Thu May 8 01:43:17 2008 UTC (4 years ago) by macallan
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base3,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
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,
mjf-devfs2-base,
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,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.14: +2 -4
lines
Diff to previous 1.14 (colored)
nuke clause 3
Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:36 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa
Changes since 1.13: +7 -9
lines
Diff to previous 1.13 (colored)
use aprint_*_dev and device_xname
Revision 1.12.22.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:49 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.12: +7 -6
lines
Diff to previous 1.12 (colored)
Sync with HEAD.
Revision 1.12.18.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:47 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.12: +7 -6
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
sync with head.
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:44 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.12: +7 -6
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
sync with HEAD
Revision 1.6.6.5 / (download) - annotate - [select for diffs], Mon Mar 17 09:15:11 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.6.4: +7 -6
lines
Diff to previous 1.6.6.4 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)
sync with head.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 27 23:59:37 2008 UTC (4 years, 2 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
ad-socklock-base1
Changes since 1.12: +7 -6
lines
Diff to previous 1.12 (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.11.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:14 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.11: +4 -3
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Sync with HEAD.
Revision 1.6.6.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:26 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.6.3: +11 -6
lines
Diff to previous 1.6.6.3 (colored) to branchpoint 1.6 (colored)
sync with head.
Revision 1.9.10.2 / (download) - annotate - [select for diffs], Mon Sep 3 10:20:58 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.9.10.1: +4 -3
lines
Diff to previous 1.9.10.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
Sync with HEAD.
Revision 1.9.2.1 / (download) - annotate - [select for diffs], Mon Aug 20 18:37:08 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.9: +9 -4
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Sync with HEAD.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 19 15:57:24 2007 UTC (4 years, 9 months ago) by he
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
mjf-devfs-base,
mjf-devfs,
matt-armv6-prevmlocking,
matt-armv6-base,
jmcneill-pm-base,
jmcneill-base,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64
Branch point for: mjf-devfs2,
matt-armv6,
keiichi-mipv6
Changes since 1.11: +4 -3
lines
Diff to previous 1.11 (colored)
Use bool with prop_dictionary_get_bool.
Revision 1.9.10.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:48:28 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.9: +7 -3
lines
Diff to previous 1.9 (colored)
Sync with HEAD.
Revision 1.11.4.2 / (download) - annotate - [select for diffs], Thu Aug 2 06:56:44 2007 UTC (4 years, 9 months ago) by macallan
Branch: matt-mips64
Changes since 1.11.4.1: +1000 -0
lines
Diff to previous 1.11.4.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
don't bus_space_map more IO space than we really need
Revision 1.11.4.1, Thu Aug 2 06:56:43 2007 UTC (4 years, 9 months ago) by macallan
Branch: matt-mips64
Changes since 1.11: +0 -1000
lines
FILE REMOVED
file chipsfb.c was added on branch matt-mips64 on 2007-08-02 06:56:44 +0000
Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 2 06:56:43 2007 UTC (4 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: matt-mips64-base
Branch point for: matt-mips64,
jmcneill-pm
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
don't bus_space_map more IO space than we really need
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 28 20:28:57 2007 UTC (4 years, 9 months ago) by mjf
Branch: MAIN
CVS Tags: hpcarm-cleanup
Changes since 1.9: +6 -2
lines
Diff to previous 1.9 (colored)
Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic.
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:12 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Sync with HEAD.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:17 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
nick-csl-alignment-base,
mjf-ufs-trans-base,
mjf-ufs-trans
Branch point for: vmlocking,
nick-csl-alignment
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.6.6.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:23 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.6.2: +126 -162
lines
Diff to previous 1.6.6.2 (colored) to branchpoint 1.6 (colored)
sync with head.
Revision 1.6.2.3 / (download) - annotate - [select for diffs], Thu Feb 1 08:48:22 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.6.2.2: +126 -162
lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)
Sync with head.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 22 00:12:24 2007 UTC (5 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.7: +126 -162
lines
Diff to previous 1.7 (colored)
get rid of OpenFirmware dependencies, use device properties instead
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 20 21:42:12 2007 UTC (5 years, 4 months ago) by he
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Unify the declaration of OF_interpret() between sparc{,64} and macppc
by adding the "nargs" argument to the macppc version, and fix the macppc
ports uses of OF_interpret() accordingly.
Also move the declaration of OF_interpt() from macppc's autoconf.h to
ofw/openfirm.h. This fixes the build of the macppc port.
Approved by macallan@.
Revision 1.6.6.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:43 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.6.1: +1032 -0
lines
Diff to previous 1.6.6.1 (colored) to branchpoint 1.6 (colored)
sync with head.
Revision 1.4.2.3 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:42 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.4.2.2: +8 -7
lines
Diff to previous 1.4.2.2 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
sync with head.
Revision 1.6.2.2 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:29 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.6.2.1: +1032 -0
lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)
Sync with head.
Revision 1.6.6.1, Fri Nov 10 20:27:44 2006 UTC (5 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6: +0 -1032
lines
FILE REMOVED
file chipsfb.c was added on branch yamt-lazymbuf on 2006-12-30 20:48:43 +0000
Revision 1.6.2.1, Fri Nov 10 20:27:44 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.6: +0 -1032
lines
FILE REMOVED
file chipsfb.c was added on branch newlock2 on 2006-11-18 21:34:29 +0000
Revision 1.6 / (download) - annotate - [select for diffs], Fri Nov 10 20:27:44 2006 UTC (5 years, 6 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Branch point for: yamt-lazymbuf,
newlock2
Changes since 1.5: +2 -5
lines
Diff to previous 1.5 (colored)
remove some leftover #includes
Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 27 06:14:17 2006 UTC (5 years, 7 months ago) by macallan
Branch: MAIN
Changes since 1.4: +9 -5
lines
Diff to previous 1.4 (colored)
fix a typo in chipsfb_bitblt()
Revision 1.4.2.2 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:16 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.4.2.1: +1031 -0
lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored)
sync with head
Revision 1.4.2.1, Mon Oct 16 22:36:30 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.4: +0 -1031
lines
FILE REMOVED
file chipsfb.c was added on branch yamt-splraiseipl on 2006-10-22 06:06:16 +0000
Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 16 22:36:30 2006 UTC (5 years, 7 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Branch point for: yamt-splraiseipl
Changes since 1.3: +32 -6
lines
Diff to previous 1.3 (colored)
detect video RAM size
Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 27 06:39:38 2006 UTC (5 years, 7 months ago) by macallan
Branch: MAIN
Changes since 1.2: +16 -9
lines
Diff to previous 1.2 (colored)
the chip wants all data we send with 64bit padding, no matter what padding individual scanlines have so we send an extra 0 when we have to.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 27 05:19:23 2006 UTC (5 years, 7 months ago) by macallan
Branch: MAIN
Changes since 1.1: +65 -52
lines
Diff to previous 1.1 (colored)
cleanup, implement putchar() using the blitter
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 23 05:12:22 2006 UTC (5 years, 8 months ago) by macallan
Branch: MAIN
a half done wsdisplay driver for Chips & Technologies 65550 graphics chips So far it only uses the blitter for scrolling and rectangle filling, characters are still drawn in software and there's no support for video mode switching. Virtual consoles are supported via vcons. Works fine on a PowerBook 3400c.