The NetBSD Project

CVS log for src/sys/arch/i386/pci/piixpcib.c

[BACK] Up to [cvs.netbsd.org] / src / sys / arch / i386 / pci

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16.8.3 / (download) - annotate - [select for diffs], Sat Aug 27 15:37:26 2011 UTC (5 months, 2 weeks ago) by jym
Branch: jym-xensuspend
Changes since 1.16.8.2: +3 -3 lines
Diff to previous 1.16.8.2 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen
work of cherry@.

No regression observed on suspend/restore.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jul 1 17:37:27 2011 UTC (7 months, 1 week ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, jym-xensuspend-nbase, jym-xensuspend-base, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, HEAD
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

#include <sys/bus.h> instead of <machine/bus.h>.

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:05:51 2011 UTC (8 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

Sync with HEAD.

Revision 1.16.8.2 / (download) - annotate - [select for diffs], Mon May 2 22:49:56 2011 UTC (9 months, 1 week ago) by jym
Branch: jym-xensuspend
Changes since 1.16.8.1: +4 -4 lines
Diff to previous 1.16.8.1 (colored) to branchpoint 1.16 (colored)

Sync with head.

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:07 2011 UTC (9 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.18.2.1: +2 -2 lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)

sync with head

Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 4 20:37:51 2011 UTC (10 months, 1 week ago) by dyoung
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base, cherry-xenmp
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),
pci_find_rom(), pci_intr_map(9), pci_enumerate_bus(), nor the match
predicate passed to pciide_compat_intr_establish() should ever modify
their pci_attach_args argument, so make their pci_attach_args arguments
const and deal with the fallout throughout the kernel.

For the most part, these changes add a 'const' where there was no
'const' before, however, some drivers and MD code used to modify
pci_attach_args.  Now those drivers either copy their pci_attach_args
and modify the copy, or refrain from modifying pci_attach_args:

Xen: according to Manuel Bouyer, writing to pci_attach_args in
    pci_intr_map() was a leftover from Xen 2.  Probably a bug.  I
    stopped writing it.  I have not tested this change.

siside(4): sis_hostbr_match() needlessly wrote to pci_attach_args.
    Probably a bug.  I use a temporary variable.  I have not tested this
    change.

slide(4): sl82c105_chip_map() overwrote the caller's pci_attach_args.
    Probably a bug.  Use a local pci_attach_args.  I have not tested
    this change.

viaide(4): via_sata_chip_map() and via_sata_chip_map_new() overwrote the
    caller's pci_attach_args.  Probably a bug.  Make a local copy of the
    caller's pci_attach_args and modify the copy.  I have not tested
    this change.

While I'm here, make pci_mapreg_submap() static.

With these changes in place, I have tested the compilation of these
kernels:

alpha GENERIC
amd64 GENERIC XEN3_DOM0
arc GENERIC
atari HADES MILAN-PCIIDE
bebox GENERIC
cats GENERIC
cobalt GENERIC
evbarm-eb NSLU2
evbarm-el ADI_BRH ARMADILLO9 CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE GUMSTIX
	HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IQ80321 IXDP425 IXM1200
	KUROBOX_PRO LUBBOCK MARVELL_NAS NAPPI SHEEVAPLUG SMDK2800 TEAMASA_NPWR
	TEAMASA_NPWR_FC TS7200 TWINTAIL ZAO425
evbmips-el AP30 DBAU1500 DBAU1550 MALTA MERAKI MTX-1 OMSAL400 RB153 WGT624V3
evbmips64-el XLSATX
evbppc EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200 OPENBLOCKS266
	OPENBLOCKS266_OPT P2020RDB PMPPC RB800 WALNUT
hp700 GENERIC
i386 ALL XEN3_DOM0 XEN3_DOMU
ibmnws GENERIC
macppc GENERIC
mvmeppc GENERIC
netwinder GENERIC
ofppc GENERIC
prep GENERIC
sandpoint GENERIC
sgimips GENERIC32_IP2x
sparc GENERIC_SUN4U KRUPS
sparc64 GENERIC

As of Sun Apr 3 15:26:26 CDT 2011, I could not compile these kernels
with or without my patches in place:

### evbmips-el GDIUM

nbmake: nbmake: don't know how to make /home/dyoung/pristine-nbsd/src/sys/arch/mips/mips/softintr.c. Stop

### evbarm-el MPCSA_GENERIC
src/sys/arch/evbarm/conf/MPCSA_GENERIC:318: ds1672rtc*: unknown device `ds1672rtc'

### ia64 GENERIC

/tmp/genassym.28085/assym.c: In function 'f111':
/tmp/genassym.28085/assym.c:67: error: invalid application of 'sizeof' to incomplete type 'struct pcb'
/tmp/genassym.28085/assym.c:76: error: dereferencing pointer to incomplete type

### sgimips GENERIC32_IP3x

crmfb.o: In function `crmfb_attach':
crmfb.c:(.text+0x2304): undefined reference to `ddc_read_edid'
crmfb.c:(.text+0x2304): relocation truncated to fit: R_MIPS_26 against `ddc_read_edid'
crmfb.c:(.text+0x234c): undefined reference to `edid_parse'
crmfb.c:(.text+0x234c): relocation truncated to fit: R_MIPS_26 against `edid_parse'
crmfb.c:(.text+0x2354): undefined reference to `edid_print'
crmfb.c:(.text+0x2354): relocation truncated to fit: R_MIPS_26 against `edid_print'

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:50:42 2011 UTC (11 months, 1 week ago) by rmind
Branch: rmind-uvmplock
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

sync with head

Revision 1.16.8.1 / (download) - annotate - [select for diffs], Sun Oct 24 22:48:04 2010 UTC (15 months, 2 weeks ago) by jym
Branch: jym-xensuspend
Changes since 1.16: +7 -7 lines
Diff to previous 1.16 (colored)

Sync with HEAD

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:44:38 2010 UTC (17 months, 3 weeks ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.17.2.1: +1 -1 lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

Sync with HEAD.

Revision 1.13.4.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:52:13 2010 UTC (18 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.4.3: +3 -3 lines
Diff to previous 1.13.4.3 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

sync with head.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jul 26 22:33:23 2010 UTC (18 months, 2 weeks ago) by jym
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base7, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Add PAE to ALL kernel, so that most paddr_t format string errors get caught
during compilation.

While here, fix the compilation for ALL.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:30 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (colored)

Sync with HEAD.

Revision 1.13.4.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:30 2010 UTC (23 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.4.2: +6 -6 lines
Diff to previous 1.13.4.2 (colored) to branchpoint 1.13 (colored)

sync with head

Revision 1.18 / (download) - annotate - [select for diffs], Wed Feb 24 22:37:55 2010 UTC (23 months, 2 weeks ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base1
Branch point for: rmind-uvmplock
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (colored)

A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 8 19:45:28 2010 UTC (2 years, 1 month ago) by dyoung
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.16: +6 -6 lines
Diff to previous 1.16 (colored)

Expand PMF_FN_* macros.

Revision 1.13.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:11:17 2009 UTC (2 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.4.1: +12 -13 lines
Diff to previous 1.13.4.1 (colored) to branchpoint 1.13 (colored)

sync with head.

Revision 1.15.6.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:15:49 2008 UTC (3 years, 3 months ago) by haad
Branch: haad-dm
Changes since 1.15: +12 -13 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Sync with HEAD.

Revision 1.11.10.3 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:00 2008 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.10.2: +10 -11 lines
Diff to previous 1.11.10.2 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

Sync with HEAD.

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:33:28 2008 UTC (3 years, 4 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.15: +12 -13 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.15.4.1 / (download) - annotate - [select for diffs], Mon Jul 28 14:37:26 2008 UTC (3 years, 6 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.15: +12 -13 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Sync with head.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jul 20 16:52:33 2008 UTC (3 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: 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, simonb-wapbl-nbase, simonb-wapbl-base, 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-premerge-20091211, 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, jymxensuspend-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.15: +12 -13 lines
Diff to previous 1.15 (colored)

Rearange softc so it starts with a struct pcib. We reuse the x86 pcib code
which assumes this.

Revision 1.11.10.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:18 2008 UTC (3 years, 8 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.10.1: +17 -37 lines
Diff to previous 1.11.10.1 (colored) to branchpoint 1.11 (colored)

Sync with HEAD.

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:32:14 2008 UTC (3 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.13: +18 -35 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

sync with head.

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:22:38 2008 UTC (3 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13: +18 -35 lines
Diff to previous 1.13 (colored)

sync with head.

Revision 1.15 / (download) - annotate - [select for diffs], Mon May 5 11:49:40 2008 UTC (3 years, 9 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa, simonb-wapbl, haad-dm
Changes since 1.14: +18 -28 lines
Diff to previous 1.14 (colored)

device_t/softc split and other related cosmetic changes.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:25 2008 UTC (3 years, 9 months ago) by martin
Branch: MAIN
Changes since 1.13: +2 -9 lines
Diff to previous 1.13 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 4 22:48:58 2008 UTC (3 years, 10 months 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
Changes since 1.12: +8 -11 lines
Diff to previous 1.12 (colored)

use aprint_*_dev and device_xname
OK joerg

Revision 1.11.10.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:19 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11: +6 -6 lines
Diff to previous 1.11 (colored)

Sync with HEAD.

Revision 1.11.6.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:14:59 2008 UTC (3 years, 10 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.11: +6 -6 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

sync with head.

Revision 1.10.28.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:07 2008 UTC (3 years, 10 months ago) by matt
Branch: matt-armv6
Changes since 1.10.28.1: +6 -6 lines
Diff to previous 1.10.28.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

sync with HEAD

Revision 1.6.2.5 / (download) - annotate - [select for diffs], Mon Mar 17 09:14:20 2008 UTC (3 years, 10 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.2.4: +6 -6 lines
Diff to previous 1.6.2.4 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

sync with head.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 29 06:25:08 2008 UTC (3 years, 11 months ago) by dyoung
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.11: +6 -6 lines
Diff to previous 1.11 (colored)

Use PMF_FN_ARGS, PMF_FN_PROTO.

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:37:14 2008 UTC (4 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.2.3: +29 -41 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored)

sync with head

Revision 1.10.28.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:46:47 2008 UTC (4 years, 1 month ago) by matt
Branch: matt-armv6
Changes since 1.10: +29 -41 lines
Diff to previous 1.10 (colored)

sync with HEAD

Revision 1.10.38.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:42:25 2007 UTC (4 years, 1 month ago) by ad
Branch: vmlocking2
Changes since 1.10: +29 -41 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Sync with head.

Revision 1.10.40.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:20:36 2007 UTC (4 years, 2 months ago) by yamt
Branch: yamt-kmem
Changes since 1.10: +29 -41 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

sync with head.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 9 20:27:48 2007 UTC (4 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, vmlocking2-base3, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-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, keiichi-mipv6
Changes since 1.10: +29 -41 lines
Diff to previous 1.10 (colored)

Merge jmcneill-pm branch.

Revision 1.10.26.3 / (download) - annotate - [select for diffs], Sat Dec 8 16:20:57 2007 UTC (4 years, 2 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.10.26.2: +3 -3 lines
Diff to previous 1.10.26.2 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Rename pnp(9) -> pmf(9), as requested by many.

Revision 1.10.26.2 / (download) - annotate - [select for diffs], Mon Nov 12 19:20:02 2007 UTC (4 years, 2 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.10.26.1: +29 -41 lines
Diff to previous 1.10.26.1 (colored) to branchpoint 1.10 (colored)

Convert to new PM API.

Revision 1.10.26.1 / (download) - annotate - [select for diffs], Wed Sep 5 02:19:00 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

XXX because of pcibattach, we need to keep our softcs in sync with pcib(4)

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:11 2006 UTC (5 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.2.2: +35 -18 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)

sync with head.

Revision 1.7.8.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:16:12 2006 UTC (5 years, 2 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.7.8.1: +4 -4 lines
Diff to previous 1.7.8.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

sync with head.

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:29:19 2006 UTC (5 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.7: +8 -5 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with head.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 16 01:32:39 2006 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-kmem-base, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, post-newlock2-merge, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, 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, mjf-ufs-trans-base, mjf-ufs-trans, mjf-devfs, matt-nb4-arm-base, matt-nb4-arm, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, jmcneill-pm-base, jmcneill-base, hpcarm-cleanup, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-audiomp-base, ad-audiomp
Branch point for: yamt-kmem, vmlocking2, matt-armv6, jmcneill-pm
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

__unused removal on arguments; approved by core.

Revision 1.7.8.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:04:48 2006 UTC (5 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.7: +8 -5 lines
Diff to previous 1.7 (colored)

sync with head

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 12 01:30:44 2006 UTC (5 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.8: +6 -4 lines
Diff to previous 1.8 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.8 / (download) - annotate - [select for diffs], Sun Sep 24 03:53:08 2006 UTC (5 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

Add "name" parameter to powerhook_establish, to aid debugging. No objections
on tech-kern@

Revision 1.7.6.2 / (download) - annotate - [select for diffs], Sat Sep 9 02:40:14 2006 UTC (5 years, 5 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.7.6.1: +459 -0 lines
Diff to previous 1.7.6.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

sync with head

Revision 1.2.12.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:48:54 2006 UTC (5 years, 7 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.2: +76 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Merge from HEAD.

Revision 1.2.6.3 / (download) - annotate - [select for diffs], Mon Jun 26 12:44:53 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2.6.2: +76 -2 lines
Diff to previous 1.2.6.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

sync with head.

Revision 1.7.6.1, Thu Jun 22 16:24:34 2006 UTC (5 years, 7 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.7: +0 -459 lines
FILE REMOVED

file piixpcib.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:14 +0000

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 22 16:24:34 2006 UTC (5 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, rpaulo-netinet-merge-pcb-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, rpaulo-netinet-merge-pcb, newlock2
Changes since 1.6: +29 -15 lines
Diff to previous 1.6 (colored)

Add an 'uninit' callback to PCI ICU drivers. This allows (for example) the
PIIX support to release its mapping on the edge/level control registers.

Now that these are guaranteed to be unmapped, capture and restore the
registers in piixpcib(4)'s powerhook. The same will need to be done on a
per-chipset basis.

Concerns were raised about calling pci_intr_fixup on resume WRT hotplug
devices, so this has been removed.

Ok cube@.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Wed Jun 21 14:52:31 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.2.1: +445 -0 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)

sync with head.

Revision 1.6.2.1, Mon Jun 19 10:08:16 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6: +0 -445 lines
FILE REMOVED

file piixpcib.c was added on branch yamt-lazymbuf on 2006-06-21 14:52:31 +0000

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 19 10:08:16 2006 UTC (5 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: chap-midi-nbase, chap-midi-base
Branch point for: yamt-lazymbuf
Changes since 1.5: +15 -1 lines
Diff to previous 1.5 (colored)

cube@ says that acpi_pci_fixup() only writes in devices interrupt line
registers, so restore the PCI-ISA bridge IRQ routing here again.

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Mon Jun 19 03:44:26 2006 UTC (5 years, 7 months ago) by chap
Branch: chap-midi
Changes since 1.2: +62 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Sync with head.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 19 02:30:35 2006 UTC (5 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +2 -16 lines
Diff to previous 1.4 (colored)

Don't try to fixup PCI interrupt routing here; we're going to use ACPI to
do this for us instead. This prevents us from having to write chipset
specific support -- yay!

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 17 19:00:03 2006 UTC (5 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

add another GCC4 uninitialised variable warning.  it only shows with -O3.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 16 22:10:36 2006 UTC (5 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.2: +60 -2 lines
Diff to previous 1.2 (colored)

Restore standard PCI configuration registers as well as PIRQX route control
registers on the PIIX4. This fixes up interrupt routing, and makes ACPI S3
suspend/resume work on my Sony Vaio.

Revision 1.2.10.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:34:53 2006 UTC (5 years, 8 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.2.10.1: +385 -0 lines
Diff to previous 1.2.10.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Sync with head.

Revision 1.2.8.2 / (download) - annotate - [select for diffs], Wed May 24 15:47:58 2006 UTC (5 years, 8 months ago) by tron
Branch: peter-altq
Changes since 1.2.8.1: +385 -0 lines
Diff to previous 1.2.8.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.2.6.2 / (download) - annotate - [select for diffs], Wed May 24 10:56:52 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2.6.1: +385 -0 lines
Diff to previous 1.2.6.1 (colored) to branchpoint 1.2 (colored)

sync with head.

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Thu May 11 23:26:47 2006 UTC (5 years, 9 months ago) by elad
Branch: elad-kernelauth
Changes since 1.2.2.1: +385 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

sync with head

Revision 1.2.10.1, Sat May 6 20:44:29 2006 UTC (5 years, 9 months ago) by kardel
Branch: simonb-timecounters
Changes since 1.2: +0 -385 lines
FILE REMOVED

file piixpcib.c was added on branch simonb-timecounters on 2006-06-01 22:34:53 +0000

Revision 1.2.8.1, Sat May 6 20:44:29 2006 UTC (5 years, 9 months ago) by tron
Branch: peter-altq
Changes since 1.2: +0 -385 lines
FILE REMOVED

file piixpcib.c was added on branch peter-altq on 2006-05-24 15:47:58 +0000

Revision 1.2.6.1, Sat May 6 20:44:29 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2: +0 -385 lines
FILE REMOVED

file piixpcib.c was added on branch yamt-pdpolicy on 2006-05-24 10:56:52 +0000

Revision 1.2.2.1, Sat May 6 20:44:29 2006 UTC (5 years, 9 months ago) by elad
Branch: elad-kernelauth
Changes since 1.2: +0 -385 lines
FILE REMOVED

file piixpcib.c was added on branch elad-kernelauth on 2006-05-11 23:26:47 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Sat May 6 20:44:29 2006 UTC (5 years, 9 months ago) by jdc
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5, simonb-timecounters-base, gdamore-uart-base, elad-kernelauth-base
Branch point for: yamt-pdpolicy, simonb-timecounters, peter-altq, gdamore-uart, elad-kernelauth, chap-midi
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (colored)

Match on subclass bridge/miscellaneous too.
Makes this work on an IBM Thinkpad T20.
OK'd jmcneill.

Revision 1.1 / (download) - annotate - [select for diffs], Sat May 6 15:46:48 2006 UTC (5 years, 9 months ago) by jmcneill
Branch: MAIN

Add SpeedStep SMI support for Intel PIIX4 based Pentium III processors.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>