Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19.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.19: +108 -31
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Sync with HEAD.
Revision 1.17.8.2 / (download) - annotate - [select for diffs], Thu May 19 19:34:14 2011 UTC (12 months, 1 week ago) by bouyer
Branch: netbsd-5
Changes since 1.17.8.1: +104 -27
lines
Diff to previous 1.17.8.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #1560): sys/sys/agpio.h: revision 1.10 sys/dev/pci/agp_via.c: revision 1.21 sys/dev/pci/agp.c: revision 1.77 add AGP v3 support to agp_generic_enable from FreeBSD
Revision 1.18.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:34 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.18: +108 -33
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
sync with head
Revision 1.19.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 15:10:23 2011 UTC (14 months, 3 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.19.4.1: +105 -28
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], Sat Feb 19 20:07:02 2011 UTC (15 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
HEAD
Changes since 1.20: +105 -28
lines
Diff to previous 1.20 (colored)
more AGP v3 fixes from FreeBSD: - fix a typo when enabling the aperture (read wrong register) - get_aperture/set_aperture: handle AGP v3 APSIZE register layout
Revision 1.19.4.1 / (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.19: +5 -5
lines
Diff to previous 1.19 (colored)
Sync with HEAD
Revision 1.20 / (download) - annotate - [select for diffs], Tue Feb 15 08:56:11 2011 UTC (15 months, 1 week ago) by jmcneill
Branch: MAIN
CVS Tags: bouyer-quota2-base
Changes since 1.19: +5 -5
lines
Diff to previous 1.19 (colored)
print AGP mode (v3/v2compat/v2) with aprint_debug instead of aprint_normal
Revision 1.19 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:05 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.18: +2 -4
lines
Diff to previous 1.18 (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.17.16.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:39 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
sync to netbsd-5
Revision 1.16.4.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:42 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.16.4.1: +5 -5
lines
Diff to previous 1.16.4.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
sync with head
Revision 1.17.8.1 / (download) - annotate - [select for diffs], Sun Feb 14 13:35:44 2010 UTC (2 years, 3 months ago) by bouyer
Branch: netbsd-5
CVS Tags: 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,
matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored)
Pull up following revision(s) (requested by hubertf in ticket #1290): sys/kern/kern_ksyms.c: revision 1.53 sys/dev/pci/agp_via.c: revision 1.18 sys/netipsec/key.c: revision 1.63 sys/arch/x86/x86/x86_autoconf.c: revision 1.49 sys/kern/init_main.c: revision 1.415 sys/kern/cnmagic.c: revision 1.11 sys/netipsec/ipsec.c: revision 1.47 sys/arch/x86/x86/pmap.c: revision 1.100 sys/netkey/key.c: revision 1.176 Replace more printfs with aprint_normal / aprint_verbose Makes "boot -z" go mostly silent for me.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 31 00:43:37 2010 UTC (2 years, 3 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip
Branch point for: rmind-uvmplock
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored)
Replace more printfs with aprint_normal / aprint_verbose Makes "boot -z" go mostly silent for me.
Revision 1.16.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:54 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
sync with head.
Revision 1.15.6.2 / (download) - annotate - [select for diffs], Sun Jun 29 09:33:08 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.15.6.1: +2 -2
lines
Diff to previous 1.15.6.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)
Sync with HEAD.
Revision 1.16.6.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:10 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored) next main 1.17 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.16.2.1 / (download) - annotate - [select for diffs], Tue Jun 17 09:14:40 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored) next main 1.17 (colored)
sync with head.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 9 06:49:54 2008 UTC (3 years, 11 months ago) by freza
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
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-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,
mjf-devfs2-base,
matt-premerge-20091211,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Branch point for: netbsd-5,
matt-nb5-mips64
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
o Split device_t/softc for agp(4). o agp_ali.c: remove unused 'agp' member from agp_ali_softc. o drm: agp_find_device() returns 'void *', not a device_t. o Use device_t, cfdata_t instead of struct pointers. o Don't cast void pointers in assignments.
Revision 1.15.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:48 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Sync with HEAD.
Revision 1.15.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:46 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored) next main 1.16 (colored)
sync with head.
Revision 1.13.10.3 / (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.13.10.2: +3 -3
lines
Diff to previous 1.13.10.2 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)
sync with HEAD
Revision 1.7.2.5 / (download) - annotate - [select for diffs], Mon Mar 17 09:15:10 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.2.4: +3 -3
lines
Diff to previous 1.7.2.4 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
sync with head.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Mar 11 13:36:14 2008 UTC (4 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
hpcarm-cleanup-nbase,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Avoid unaligned pci_conf_read.
Revision 1.14.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:55 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
Sync with HEAD.
Revision 1.7.2.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:43:34 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.2.3: +2 -3
lines
Diff to previous 1.7.2.3 (colored) to branchpoint 1.7 (colored)
sync with head
Revision 1.13.10.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:53:31 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.13.10.1: +2 -3
lines
Diff to previous 1.13.10.1 (colored) to branchpoint 1.13 (colored)
sync with HEAD
Revision 1.14.8.1 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:10 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
Sync with HEAD
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 4 21:18:01 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-base,
hpcarm-cleanup-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
Start detangling lock.h from intr.h. This is likely to cause short term breakage, but the mess of dependencies has been regularly breaking the build recently anyhow.
Revision 1.13.10.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:28:36 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
sync with HEAD
Revision 1.7.2.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:32 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.2.2: +3 -3
lines
Diff to previous 1.7.2.2 (colored) to branchpoint 1.7 (colored)
sync with head.
Revision 1.13.8.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:45:52 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Sync with HEAD. Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
Revision 1.13.14.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:38:47 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Sync with HEAD.
Revision 1.11.8.2 / (download) - annotate - [select for diffs], Tue Oct 23 20:08:44 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.11.8.1: +3 -3
lines
Diff to previous 1.11.8.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
Sync with head.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:39 2007 UTC (4 years, 7 months ago) by ad
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,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs,
bouyer-xeni386
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.7.2.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:19 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.2.1: +71 -16
lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)
sync with head.
Revision 1.11.10.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:06:57 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.11: +71 -16
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Sync with head.
Revision 1.11.4.1 / (download) - annotate - [select for diffs], Sun Apr 15 16:03:24 2007 UTC (5 years, 1 month ago) by yamt
Branch: yamt-idlelwp
Changes since 1.11: +71 -16
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
sync with head.
Revision 1.11.8.1 / (download) - annotate - [select for diffs], Tue Apr 10 13:24:24 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.11: +71 -16
lines
Diff to previous 1.11 (colored)
Sync with head.
Revision 1.11.12.1 / (download) - annotate - [select for diffs], Thu Mar 29 19:27:47 2007 UTC (5 years, 1 month ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.11: +71 -16
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Pullup to -current
Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 27 20:57:46 2007 UTC (5 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-idlelwp-base8,
vmlocking-base,
thorpej-atomic-base,
thorpej-atomic,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6,
jmcneill-pm,
bouyer-xenamd64
Changes since 1.12: +15 -23
lines
Diff to previous 1.12 (colored)
Instead of having a lookup table of devices that support AGP V3, use the capabilities register to determine the chipset's supported AGP mode. We still fallback to V2 compatibility mode when necessary.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 27 00:34:16 2007 UTC (5 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.11: +78 -15
lines
Diff to previous 1.11 (colored)
Add AGPv3 support to VIA AGP driver from FreeBSD. I can now use DRI w/ AGP enabled on my r300.
Revision 1.9.20.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:41 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.9.20.1: +3 -3
lines
Diff to previous 1.9.20.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
sync with head.
Revision 1.9.18.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:28 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Sync with head.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:08 2006 UTC (5 years, 6 months ago) by christos
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,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
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,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp,
vmlocking,
reinoud-bufcleanup,
mjf-ufs-trans
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
__unused removal on arguments; approved by core.
Revision 1.9.20.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:15 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
sync with head
Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:28 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:03 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
sync with head.
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Tue Feb 14 20:39:35 2006 UTC (6 years, 3 months ago) by riz
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Pull up following revision(s) (requested by tron in ticket #1168): sys/dev/pci/agp_i810.c: revision 1.28 sys/arch/i386/pci/pchb.c: revision 1.57 sys/dev/pci/agpvar.h: revision 1.11 sys/dev/pci/agp_via.c: revision 1.9 sys/dev/pci/agp.c: revision 1.37 sys/dev/pci/agpreg.h: revision 1.10 sys/dev/pci/pcidevs: revision 1.757 sys/dev/pci/agp_amd.c: revision 1.14 sys/dev/pci/agp_intel.c: revision 1.17 sys/dev/pci/agp_sis.c: revision 1.8 sys/dev/pci/agp_ali.c: revision 1.9 sys/arch/i386/pci/pchb_rnd.c: revision 1.16 PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Wed Feb 1 14:52:08 2006 UTC (6 years, 3 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
sync with head.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 16 22:59:36 2006 UTC (6 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
yamt-pdpolicy,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics
Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:48 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
merge ktrace-lwp.
Revision 1.5.2.2 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:00 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.5.2.1: +3 -3
lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
Sync with HEAD. Here we go again...
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 28 00:28:41 2005 UTC (6 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Use ANSI function decls and static.
Revision 1.5.10.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:05 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
sync with -current
Revision 1.5.12.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:10 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
sync with head. xen and whitespace. xen part is not finished.
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Fri Mar 4 16:45:15 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Sync with HEAD. Hi Perry!
Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:32 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
kent-audio2-base
Branch point for: netbsd-3
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
nuke trailing whitespace
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 31 00:07:40 2003 UTC (9 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base2,
yamt-km-base,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
matt-timespec,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
ktrace-lwp,
kent-audio2
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Use aprint_*().
Revision 1.2.2.4 / (download) - annotate - [select for diffs], Thu Feb 28 04:13:57 2002 UTC (10 years, 2 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.2.2.3: +3 -4
lines
Diff to previous 1.2.2.3 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Catch up to -current.
Revision 1.1.2.4 / (download) - annotate - [select for diffs], Mon Feb 11 20:09:55 2002 UTC (10 years, 3 months ago) by jdolecek
Branch: kqueue
Changes since 1.1.2.3: +3 -4
lines
Diff to previous 1.1.2.3 (colored) next main 1.2 (colored)
Sync w/ -current.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 12 16:17:05 2002 UTC (10 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
ifpoll-base,
ifpoll,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Changes since 1.3: +3 -4
lines
Diff to previous 1.3 (colored)
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
Revision 1.1.2.3 / (download) - annotate - [select for diffs], Thu Jan 10 19:56:25 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.1.2.2: +4 -13
lines
Diff to previous 1.1.2.2 (colored)
Sync kqueue branch with -current.
Revision 1.2.2.3 / (download) - annotate - [select for diffs], Wed Nov 14 19:15:07 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.2: +4 -1
lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored)
Catch up to -current.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 13 07:48:40 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.2: +4 -1
lines
Diff to previous 1.2 (colored)
add RCSID
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Mon Oct 1 12:45:52 2001 UTC (10 years, 7 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.2.4.1: +219 -0
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Catch up with -current.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Fri Sep 21 22:35:53 2001 UTC (10 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.1: +219 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)
Catch up to -current.
Revision 1.2.4.1, Sat Sep 15 00:25:00 2001 UTC (10 years, 8 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.2: +0 -219
lines
FILE REMOVED
file agp_via.c was added on branch thorpej-devvp on 2001-10-01 12:45:52 +0000
Revision 1.2.2.1, Sat Sep 15 00:25:00 2001 UTC (10 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2: +0 -219
lines
FILE REMOVED
file agp_via.c was added on branch nathanw_sa on 2001-09-21 22:35:53 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 15 00:25:00 2001 UTC (10 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-devvp,
nathanw_sa
Changes since 1.1: +1 -13
lines
Diff to previous 1.1 (colored)
Clean up the AGP match/attach code somewhat.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Thu Sep 13 01:15:51 2001 UTC (10 years, 8 months ago) by thorpej
Branch: kqueue
Changes since 1.1.2.1: +231 -0
lines
Diff to previous 1.1.2.1 (colored)
Update the kqueue branch to HEAD.
Revision 1.1.2.1, Mon Sep 10 10:01:02 2001 UTC (10 years, 8 months ago) by thorpej
Branch: kqueue
Changes since 1.1: +0 -231
lines
FILE REMOVED
file agp_via.c was added on branch kqueue on 2001-09-13 01:15:51 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 10 10:01:02 2001 UTC (10 years, 8 months ago) by fvdl
Branch: MAIN
Branch point for: kqueue
AGP GART support code. Originally written by Doug Rabson for FreeBSD, modifications to fit it into the NetBSD device/config structure and to use bus_dma by me.