The NetBSD Project

CVS log for src/sys/dev/pci/if_hme_pci.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:13 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.35: +2 -4 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

Sync with HEAD.

Revision 1.32.2.2 / (download) - annotate - [select for diffs], Tue May 31 03:04:40 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.32.2.1: +2 -4 lines
Diff to previous 1.32.2.1 (colored) next main 1.33 (colored)

sync with head

Revision 1.36 / (download) - annotate - [select for diffs], Tue May 10 18:31:33 2011 UTC (12 months, 2 weeks ago) by dyoung
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, HEAD
Changes since 1.35: +2 -4 lines
Diff to previous 1.35 (colored)

Stop abuse of PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED.  The flags
specifically tell a driver that bridges upstream forward PCI I/O (or
memory) transactions to the device."  Only bus drivers have any business
modifying these.

Revision 1.24.4.5 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:46 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.24.4.4: +15 -12 lines
Diff to previous 1.24.4.4 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

sync with head.

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:33 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.32: +14 -12 lines
Diff to previous 1.32 (colored)

sync with head

Revision 1.31.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:35 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.31: +15 -12 lines
Diff to previous 1.31 (colored) next main 1.32 (colored)

Sync with HEAD.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Mar 23 21:54:23 2010 UTC (2 years, 2 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

In the #definition of PCI_HME_BASEADDR, use PCI_BAR(0) instead of the
anonymous constant 0x10.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Mar 23 21:51:39 2010 UTC (2 years, 2 months ago) by dyoung
Branch: MAIN
Changes since 1.33: +6 -4 lines
Diff to previous 1.33 (colored)

Put back PCI_HME_BASEADDR.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 23 21:22:25 2010 UTC (2 years, 2 months ago) by dyoung
Branch: MAIN
Changes since 1.32: +13 -13 lines
Diff to previous 1.32 (colored)

Use the PCI BAR type to decide which I/O enables to set.

TBD: Put back the old BAR #definition, s/PCI_BAR(0)/PCI_HME_BASEADDR/.

Revision 1.24.4.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:46 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.24.4.3: +21 -26 lines
Diff to previous 1.24.4.3 (colored) to branchpoint 1.24 (colored)

sync with head

Revision 1.32 / (download) - annotate - [select for diffs], Thu Mar 11 04:00:36 2010 UTC (2 years, 2 months ago) by mrg
Branch: MAIN
Branch point for: rmind-uvmplock
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored)

various aprint_* fixes.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jan 20 22:58:37 2010 UTC (2 years, 4 months ago) by martin
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.30: +21 -26 lines
Diff to previous 1.30 (colored)

Remove sparc specific code and HME_USE_LOCAL_MAC_ADDRESS hack, instead
use the "mac-address" device property if present.

Revision 1.25.12.2 / (download) - annotate - [select for diffs], Thu Jul 23 23:31:57 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.25.12.1: +23 -22 lines
Diff to previous 1.25.12.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)

Sync with HEAD.

Revision 1.24.4.3 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:23 2009 UTC (2 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.24.4.2: +23 -22 lines
Diff to previous 1.24.4.2 (colored) to branchpoint 1.24 (colored)

sync with head

Revision 1.30 / (download) - annotate - [select for diffs], Sun May 17 01:33:25 2009 UTC (3 years ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, matt-premerge-20091211, jymxensuspend-base, jym-xensuspend-nbase
Changes since 1.29: +7 -7 lines
Diff to previous 1.29 (colored)

u_intNN_t -> uintNN_t

Revision 1.29 / (download) - annotate - [select for diffs], Sun May 17 00:40:43 2009 UTC (3 years ago) by tsutsui
Branch: MAIN
Changes since 1.28: +18 -17 lines
Diff to previous 1.28 (colored)

Split device_t/softc.
Tested PCI HME on i386.  Sbus HME is compile test only.

Revision 1.24.4.2 / (download) - annotate - [select for diffs], Sat May 16 10:41:34 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.24.4.1: +7 -8 lines
Diff to previous 1.24.4.1 (colored) to branchpoint 1.24 (colored)

sync with head

Revision 1.25.12.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:25 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.25: +7 -8 lines
Diff to previous 1.25 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.28 / (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-base4, jym-xensuspend-base
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Wed May 6 10:34:32 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.26: +6 -7 lines
Diff to previous 1.26 (colored)

struct device * -> device_t, no functional changes intended.

Revision 1.26 / (download) - annotate - [select for diffs], Wed May 6 09:25:15 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored)

struct cfdata * -> cfdata_t, no functional changes intended.

Revision 1.24.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:56 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.24: +2 -4 lines
Diff to previous 1.24 (colored)

sync with head.

Revision 1.24.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.24: +2 -4 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:14 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.24: +2 -4 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

sync with head

Revision 1.23.16.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:39 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.23: +11 -19 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Sync with HEAD.

Revision 1.25 / (download) - annotate - [select for diffs], Thu May 29 14:51:27 2008 UTC (3 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, 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-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, 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.24: +2 -4 lines
Diff to previous 1.24 (colored)

remove clause #3 from my license where there are no other
copyright holders involved.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:37 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, hpcarm-cleanup-nbase
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa
Changes since 1.23: +11 -17 lines
Diff to previous 1.23 (colored)

use aprint_*_dev and device_xname

Revision 1.22.24.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:28:59 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

sync with HEAD

Revision 1.19.2.2 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:53 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.19.2.1: +3 -3 lines
Diff to previous 1.19.2.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)

sync with head.

Revision 1.22.22.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:04 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) next main 1.23 (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.22.28.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:38:59 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

Sync with HEAD.

Revision 1.22.8.1 / (download) - annotate - [select for diffs], Tue Oct 23 20:08:57 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

Sync with head.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:45 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, 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, mjf-devfs, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, 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, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:44 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.19: +5 -9 lines
Diff to previous 1.19 (colored)

sync with head.

Revision 1.20.22.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:43 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.20.22.1: +4 -4 lines
Diff to previous 1.20.22.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

sync with head.

Revision 1.20.20.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:30 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.20: +5 -9 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

Sync with head.

Revision 1.22 / (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-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, vmlocking-base, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, 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, matt-nb4-arm-base, matt-nb4-arm, matt-mips64-base, matt-mips64, hpcarm-cleanup, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored)

__unused removal on arguments; approved by core.

Revision 1.20.22.1 / (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.20: +5 -9 lines
Diff to previous 1.20 (colored)

sync with head

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

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

Revision 1.20 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:49 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, 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.19: +2 -2 lines
Diff to previous 1.19 (colored)

merge ktrace-lwp.

Revision 1.13.2.6 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:01 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.13.2.5: +34 -12 lines
Diff to previous 1.13.2.5 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

Sync with HEAD. Here we go again...

Revision 1.14.6.1 / (download) - annotate - [select for diffs], Thu May 12 15:03:37 2005 UTC (7 years ago) by riz
Branch: netbsd-2
CVS Tags: 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
Changes since 1.14: +39 -17 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Pull up revisions 1.15-1.19 (requested by christos in ticket #1444):

revision 1.19
date: 2005/04/26 13:02:06;  author: atatat;  state: Exp;  lines: +3 -3
Reverse order of args in hmevpdoff()

Revision 1.14.8.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:06 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.14: +39 -17 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

sync with -current

Revision 1.16.2.3 / (download) - annotate - [select for diffs], Tue Apr 26 13:16:55 2005 UTC (7 years, 1 month ago) by tron
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, 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
Changes since 1.16.2.2: +3 -3 lines
Diff to previous 1.16.2.2 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

Pull up revision 1.19 (requested by atatat in ticket #208):
Reverse order of args in hmevpdoff()

Revision 1.19 / (download) - annotate - [select for diffs], Tue Apr 26 13:02:06 2005 UTC (7 years, 1 month ago) by atatat
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, kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Reverse order of args in hmevpdoff()

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Mon Apr 25 10:15:16 2005 UTC (7 years, 1 month ago) by tron
Branch: netbsd-3
Changes since 1.16.2.1: +33 -33 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored)

Pull up revision 1.18 (requested by christos in ticket #191):
simplify the mac address retrieval code.

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Mon Apr 25 10:14:18 2005 UTC (7 years, 1 month ago) by tron
Branch: netbsd-3
Changes since 1.16: +28 -6 lines
Diff to previous 1.16 (colored)

Pull up revision 1.17 (requested by christos in ticket #191):
PR/30018: Peter Eisch: Sun QFE support in non-sparc hardware

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 21 18:31:51 2005 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.17: +33 -33 lines
Diff to previous 1.17 (colored)

simplify the mac address retrieval code.
simplify the mac address retrieval code.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 21 18:31:51 2005 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.17: +33 -33 lines
Diff to previous 1.17 (colored)

simplify the mac address retrieval code.
simplify the mac address retrieval code.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Apr 21 11:35:01 2005 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.16: +28 -6 lines
Diff to previous 1.16 (colored)

PR/30018: Peter Eisch: Sun QFE support in non-sparc hardware
PR/30018: Peter Eisch: Sun QFE support in non-sparc hardware

Revision 1.17 / (download) - annotate - [select for diffs], Thu Apr 21 11:35:01 2005 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.16: +28 -6 lines
Diff to previous 1.16 (colored)

PR/30018: Peter Eisch: Sun QFE support in non-sparc hardware
PR/30018: Peter Eisch: Sun QFE support in non-sparc hardware

Revision 1.14.10.2 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:11 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.14.10.1: +5 -5 lines
Diff to previous 1.14.10.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.13.2.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:45:18 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.13.2.4: +5 -5 lines
Diff to previous 1.13.2.4 (colored) to branchpoint 1.13 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:33 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base
Branch point for: netbsd-3
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

nuke trailing whitespace
nuke trailing whitespace

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:33 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base
Branch point for: netbsd-3
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

nuke trailing whitespace
nuke trailing whitespace

Revision 1.14.10.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:47 2005 UTC (7 years, 3 months ago) by yamt
Branch: yamt-km
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

sync with head.

Revision 1.13.2.4 / (download) - annotate - [select for diffs], Fri Feb 4 11:46:38 2005 UTC (7 years, 3 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.13.2.3: +4 -4 lines
Diff to previous 1.13.2.3 (colored) to branchpoint 1.13 (colored)

Sync with HEAD.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:45 2005 UTC (7 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base2, matt-timespec
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

de-__P
de-__P

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:45 2005 UTC (7 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base2, matt-timespec
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

de-__P
de-__P

Revision 1.13.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:31:03 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.13.2.2: +2 -2 lines
Diff to previous 1.13.2.2 (colored) to branchpoint 1.13 (colored)

Fix the sync with head I botched.

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:03 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.13.2.1: +0 -0 lines
Diff to previous 1.13.2.1 (colored) to branchpoint 1.13 (colored)

Sync with HEAD.

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:49:08 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.13: +6 -7 lines
Diff to previous 1.13 (colored)

Sync with HEAD

Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 17 08:58:23 2004 UTC (8 years, 2 months ago) by martin
Branch: MAIN
CVS Tags: yamt-km-base, netbsd-2-base, 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, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, netbsd-2, kent-audio2
Changes since 1.13: +6 -7 lines
Diff to previous 1.13 (colored)

Fix hme for pci based sparcs (krups).

Revision 1.3.2.6 / (download) - annotate - [select for diffs], Sun Dec 29 20:49:23 2002 UTC (9 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.3.2.5: +119 -4 lines
Diff to previous 1.3.2.5 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

Sync with HEAD.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 26 22:59:51 2002 UTC (9 years, 5 months ago) by itohy
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.12: +119 -4 lines
Diff to previous 1.12 (colored)

Lookup and use the Ethernet address in the FCode PROM,
and avoid using MD myetheraddr() function.
This makes the driver MI, and closes PR kern/13797.

The PCI HME is a PCIO chip, which is composed of two functions:
	function 0: PCI-EBus2 bridge, and
	function 1: HappyMeal Ethernet controller.

The Ethernet address is (expected to be) in the PCI FCode PROM connected
to the EBus bridge (function 0) of the device.
Since the HME is on function 1, some magic is used to access to the PROM.

We don't have MI EBus driver since no EBus device exists (besides the
FCode PROM) on add-on HME boards.  The ``not configured'' message for
function 0 is what is expected.

The SPARC case is currently unchanged.  It needs interaction with OpenBoot.

Revision 1.3.2.5 / (download) - annotate - [select for diffs], Fri Oct 18 02:43:04 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.3.2.4: +2 -3 lines
Diff to previous 1.3.2.4 (colored) to branchpoint 1.3 (colored)

Catch up to -current.

Revision 1.3.4.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:40:42 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.3.4.2: +4 -5 lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 2 16:51:26 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Add trailing ; to CFATTACH_DECL.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 30 20:37:33 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.10: +4 -5 lines
Diff to previous 1.10 (colored)

Use CFATTACH_DECL().

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 27 20:40:10 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Declare all cfattach structures const.

Revision 1.3.4.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:56:40 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.3.4.1: +52 -55 lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored)

Sync kqueue branch with -current.

Revision 1.3.2.4 / (download) - annotate - [select for diffs], Wed Nov 14 19:15:15 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.3.2.3: +4 -1 lines
Diff to previous 1.3.2.3 (colored) to branchpoint 1.3 (colored)

Catch up to -current.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 13 07:48:43 2001 UTC (10 years, 6 months ago) by lukem
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, ifpoll-base, ifpoll, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

add RCSID

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Mon Oct 22 20:41:24 2001 UTC (10 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.3.2.2: +49 -55 lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored)

Catch up to -current.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 18 06:29:55 2001 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache
Changes since 1.7: +2 -23 lines
Diff to previous 1.7 (colored)

Add a missing return statement in an error case, and g/c some
cruft that's not relevant in the PCI world.

Revision 1.5.2.2 / (download) - annotate - [select for diffs], Thu Oct 11 00:02:10 2001 UTC (10 years, 7 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.5.2.1: +53 -38 lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

Catch up with -current. Fix some bogons in the sparc64 kbd/ms
attach code. cd18xx conversion provided by mrg.

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Mon Oct 8 20:11:13 2001 UTC (10 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.3.2.1: +2 -2 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)

Catch up to -current.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 5 17:49:43 2001 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-devvp-base3
Changes since 1.6: +53 -38 lines
Diff to previous 1.6 (colored)

Minor tidying up of the HME driver attach:
- Print nicer-looking message.
- Use bus_space_subregion() when appropriate, rather than arithmetic
  on a bus_space_handle_t.

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Mon Oct 1 12:45:54 2001 UTC (10 years, 7 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Catch up with -current.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 26 20:53:13 2001 UTC (10 years, 8 months ago) by eeh
Branch: MAIN
CVS Tags: thorpej-devvp-base2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

getprop* -> PROM_getprop*

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Fri Sep 21 22:35:55 2001 UTC (10 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.3: +2 -3 lines
Diff to previous 1.3 (colored)

Catch up to -current.

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Thu Sep 13 01:15:53 2001 UTC (10 years, 8 months ago) by thorpej
Branch: kqueue
Changes since 1.3: +2 -3 lines
Diff to previous 1.3 (colored)

Update the kqueue branch to HEAD.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 27 22:37:33 2001 UTC (10 years, 9 months ago) by augustss
Branch: MAIN
CVS Tags: thorpej-devvp-base, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-devvp
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Use #include <machine/intr.h> instead of #include <machine/cpu.h> to
improve portability.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 27 22:18:49 2001 UTC (10 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Remove an unneeded #include.  This makes the file compilable on more
platforms.

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Fri Jan 5 17:36:07 2001 UTC (11 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.2.2.2: +2 -3 lines
Diff to previous 1.2.2.2 (colored) next main 1.3 (colored)

Sync with HEAD

Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 28 22:59:13 2000 UTC (11 years, 4 months ago) by sommerfeld
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Branch point for: nathanw_sa, kqueue
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

Change pci_intr_map to get interrupt source information from a "struct
pci_attach_args *" instead of from four separate parameters which in
all cases were extracted from the same "struct pci_attach_args".

This both simplifies the driver api, and allows for alternate PCI
interrupt mapping schemes, such as one using the tables described in
the Intel Multiprocessor Spec which describe interrupt wirings for
devices behind pci-pci bridges based on the device's location rather
the bridge's location.

Tested on alpha and i386; welcome to 1.5Q

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Mon Nov 20 11:42:22 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.2.2.1: +208 -0 lines
Diff to previous 1.2.2.1 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.1.4.1 / (download) - annotate - [select for diffs], Mon Jul 31 05:34:18 2000 UTC (11 years, 9 months ago) by mrg
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

pull up 1.2 (approved by thorpej):
>Get PCI HME working.

Revision 1.2.2.1, Sun Jun 25 01:05:18 2000 UTC (11 years, 11 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.2: +0 -208 lines
FILE REMOVED

file if_hme_pci.c was added on branch thorpej_scsipi on 2000-11-20 11:42:22 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 25 01:05:18 2000 UTC (11 years, 11 months ago) by eeh
Branch: MAIN
Branch point for: thorpej_scsipi
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Get PCI HME working.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 5 02:31:19 2000 UTC (12 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5

add "hme at pci" support.

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>