The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.43.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:47 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.43: +3 -6 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

sync with head

Revision 1.43.12.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:39 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.43: +3 -6 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

merge to -current.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:20 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.43: +3 -6 lines
Diff to previous 1.43 (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.42.2.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:41 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.42: +2 -4 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

sync with head

Revision 1.43 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:06 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.42: +2 -4 lines
Diff to previous 1.42 (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.41.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:34 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.41: +6 -6 lines
Diff to previous 1.41 (colored) next main 1.42 (colored)

Sync with HEAD.

Revision 1.29.4.5 / (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.29.4.4: +118 -152 lines
Diff to previous 1.29.4.4 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

sync with head

Revision 1.42 / (download) - annotate - [select for diffs], Wed Feb 24 22:38:00 2010 UTC (2 years, 3 months ago) by dyoung
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
Branch point for: rmind-uvmplock
Changes since 1.41: +6 -6 lines
Diff to previous 1.41 (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.41 / (download) - annotate - [select for diffs], Thu Jan 21 17:40:09 2010 UTC (2 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.40: +112 -144 lines
Diff to previous 1.40 (colored)

get rid of architecture-specific firmware calls to determine the MAC address
on sparc(64) and macppc - use device properties instead
tested by myself on macppc and martin on sparc64

Revision 1.40 / (download) - annotate - [select for diffs], Tue Jan 19 22:07:00 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.39: +2 -4 lines
Diff to previous 1.39 (colored)

Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client.  This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached.  However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff.  ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jan 8 19:56:51 2010 UTC (2 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.38: +6 -6 lines
Diff to previous 1.38 (colored)

Expand PMF_FN_* macros.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Nov 26 15:17:09 2009 UTC (2 years, 5 months ago) by njoly
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored)

Cleanup interrupt establish error messages. Do not mix
aprint_error/aprint_normal/printf calls for a single line.

Revision 1.29.4.4 / (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.29.4.3: +6 -6 lines
Diff to previous 1.29.4.3 (colored) to branchpoint 1.29 (colored)

sync with head

Revision 1.37 / (download) - annotate - [select for diffs], Sat Sep 5 14:13:50 2009 UTC (2 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, jym-xensuspend-nbase
Changes since 1.36: +6 -6 lines
Diff to previous 1.36 (colored)

Invert logic around nested pmf(9) registrations for readability.

XXX: should these pmf(9) calls be moved into MI attach functions
XXX: using function pointers for suspend and resume passed via softc?

Revision 1.29.4.3 / (download) - annotate - [select for diffs], Wed Aug 19 18:47:11 2009 UTC (2 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.29.4.2: +103 -27 lines
Diff to previous 1.29.4.2 (colored) to branchpoint 1.29 (colored)

sync with head.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jul 27 18:10:53 2009 UTC (2 years, 9 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7
Changes since 1.35: +103 -27 lines
Diff to previous 1.35 (colored)

Do a complete device_t/softc split for the PCI attachment.  I have
not finished the device_t/softc split for the SBus attachment
because I don't have an SBus gem(4) to test with.

Convert from legacy shutdownhooks to a PMF shutdown hook.  Add PMF
suspend/resume handlers.

Factor a detachment hook out of gem_attach().  During device
attachment, track which resources are reserved in sc_attach_state,
and release only those resources during detachment.

Tested on gem0 and gem1 at pci1 on a Sun Fire V120.

Revision 1.29.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.29.4.1: +7 -7 lines
Diff to previous 1.29.4.1 (colored) to branchpoint 1.29 (colored)

sync with head

Revision 1.30.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.30: +7 -12 lines
Diff to previous 1.30 (colored) next main 1.31 (colored)

Sync with HEAD.

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

Revision 1.35 / (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-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, jymxensuspend-base, jym-xensuspend-base
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (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.34 / (download) - annotate - [select for diffs], Wed May 6 10:34:32 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.33: +6 -6 lines
Diff to previous 1.33 (colored)

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

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

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

Revision 1.29.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.29: +5 -9 lines
Diff to previous 1.29 (colored)

sync with head.

Revision 1.30.6.1 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:56 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.30: +4 -9 lines
Diff to previous 1.30 (colored) next main 1.31 (colored)

Sync with HEAD.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:21 2009 UTC (3 years, 2 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.31: +3 -5 lines
Diff to previous 1.31 (colored)

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:19 2009 UTC (3 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.30: +3 -6 lines
Diff to previous 1.30 (colored)

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

Revision 1.29.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.29: +3 -2 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

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

Revision 1.29.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.29: +3 -2 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

sync with head

Revision 1.22.16.1 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:24 2008 UTC (3 years, 11 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.22: +209 -18 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

Sync with netbsd-4.

Revision 1.27.6.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.27: +16 -17 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

Sync with HEAD.

Revision 1.30 / (download) - annotate - [select for diffs], Sun May 25 16:00:11 2008 UTC (4 years ago) by chs
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-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-base2, 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: nick-hppapmap, jym-xensuspend
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

recognize the variant found in the last model of powermac G5.

Revision 1.22.2.1 / (download) - annotate - [select for diffs], Sat May 17 16:36:08 2008 UTC (4 years ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base
Changes since 1.22: +209 -18 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

Pull up following revision(s) (requested by jdc in ticket #1145):
	src/share/man/man4/gem.4              1.5,1.6 via patch
	src/sys/arch/sparc64/conf/GENERIC     1.97 via patch
	src/sys/dev/ic/gem.c                  1.59,1.61-1.68,1.70-1.73 via patch
	src/sys/dev/ic/gemreg.h               1.11 via patch
	src/sys/dev/ic/gemvar.h               1.16,1.18 via patch
	src/sys/dev/mii/bmtphy.c              1.24 via patch
	src/sys/dev/pci/if_gem_pci.c          1.25,1.27 via patch
	src/sys/dev/pci/pcidevs               1.12 via patch
	src/sys/dev/pci/pcidevs.h             regenerate
	src/sys/dev/pci/pcidevs_data.h        regenerate
Add support for Sun PCI X1141A (SX fibre) cards.
Add improvements to the driver.
Disable HW UDP4 and RX TCP4 checksums because they are buggy (PR#34799)
Add improvements to bmtphy.

Revision 1.29 / (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.28: +11 -16 lines
Diff to previous 1.28 (colored)

use aprint_*_dev and device_xname

Revision 1.28 / (download) - annotate - [select for diffs], Fri Apr 4 16:26:52 2008 UTC (4 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.27: +6 -3 lines
Diff to previous 1.27 (colored)

Make this compile w/o GEM_DEBUG on non-sparc systems

Revision 1.23.8.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:47 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.23.8.2: +6 -5 lines
Diff to previous 1.23.8.2 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)

sync with HEAD

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:57 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.24: +210 -18 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Sync with HEAD.

Revision 1.19.4.5 / (download) - annotate - [select for diffs], Mon Feb 4 09:23:30 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.19.4.4: +4 -4 lines
Diff to previous 1.19.4.4 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)

sync with head.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Feb 1 10:58:28 2008 UTC (4 years, 3 months ago) by jdc
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored)

Set the chip revision in the softc.

Revision 1.19.4.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:43:54 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.19.4.3: +208 -16 lines
Diff to previous 1.19.4.3 (colored) to branchpoint 1.19 (colored)

sync with head

Revision 1.24.8.2 / (download) - annotate - [select for diffs], Sun Jan 20 17:51:36 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.24.8.1: +2 -1 lines
Diff to previous 1.24.8.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

Sync with HEAD

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 19 15:56:52 2008 UTC (4 years, 4 months ago) by aymeric
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase, bouyer-xeni386-base
Changes since 1.25: +4 -3 lines
Diff to previous 1.25 (colored)

recognize (again) the Intrepid 2 gem adapter in the Powerbook5,8

Revision 1.23.8.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:53:45 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.23.8.1: +207 -16 lines
Diff to previous 1.23.8.1 (colored) to branchpoint 1.23 (colored)

sync with HEAD

Revision 1.24.8.1 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:12 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.24: +207 -16 lines
Diff to previous 1.24 (colored)

Sync with HEAD

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 5 20:30:22 2008 UTC (4 years, 4 months ago) by jdc
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.24: +207 -16 lines
Diff to previous 1.24 (colored)

Add support for Sun PCI X1141A (SX fibre) cards.
Add support for GEM cards on non-OFW machines.

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

sync with HEAD

Revision 1.19.4.3 / (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.4.2: +4 -4 lines
Diff to previous 1.19.4.2 (colored) to branchpoint 1.19 (colored)

sync with head.

Revision 1.23.6.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.23: +4 -4 lines
Diff to previous 1.23 (colored) next main 1.24 (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.23.12.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.23: +4 -4 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Sync with HEAD.

Revision 1.22.8.2 / (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.8.1: +4 -4 lines
Diff to previous 1.22.8.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)

Sync with head.

Revision 1.24 / (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-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.23: +4 -4 lines
Diff to previous 1.23 (colored)

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

Revision 1.19.4.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:56 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.19.4.1: +4 -3 lines
Diff to previous 1.19.4.1 (colored) to branchpoint 1.19 (colored)

sync with head.

Revision 1.22.8.1 / (download) - annotate - [select for diffs], Sun Jul 15 13:21:35 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.22: +4 -3 lines
Diff to previous 1.22 (colored)

Sync with head.

Revision 1.22.10.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:07:35 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.22: +4 -3 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

Sync with head.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 25 11:11:00 2007 UTC (4 years, 11 months ago) by aymeric
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, 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.22: +4 -3 lines
Diff to previous 1.22 (colored)

Recognize the Intrepid2 gem. Needed at least on the last PowerBook G4.

Revision 1.21.4.1 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:41 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.21: +9 -3 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

Sync with head.

Revision 1.19.4.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: +13 -5 lines
Diff to previous 1.19 (colored)

sync with head.

Revision 1.21.6.1 / (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.21: +9 -3 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

sync with head.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Nov 24 13:01:07 2006 UTC (5 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-base-1, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, 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, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: wrstuden-fixsa, vmlocking, netbsd-4, mjf-ufs-trans
Changes since 1.21: +9 -3 lines
Diff to previous 1.21 (colored)

In preparation for gem @ sbus: split the GEM registers into two halfs
and provide a bus_space_handle_t for each. While there, fix a typo
in gem_bitwait().

Revision 1.20.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:17 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.20: +6 -4 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

sync with head

Revision 1.20.8.1 / (download) - annotate - [select for diffs], Fri Aug 11 15:44:25 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.20: +6 -4 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

sync with head

Revision 1.21 / (download) - annotate - [select for diffs], Sat Aug 5 21:26:49 2006 UTC (5 years, 9 months ago) by sanjayl
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, rpaulo-netinet-merge-pcb-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.20: +6 -4 lines
Diff to previous 1.20 (colored)

1st cut of Powermac G5 support (uses bridge mode).

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-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi
Branch point for: yamt-pdpolicy, rpaulo-netinet-merge-pcb
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

merge ktrace-lwp.

Revision 1.17.4.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.17: +5 -5 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

sync with -current

Revision 1.17.6.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.17.6.1: +3 -3 lines
Diff to previous 1.17.6.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

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

Revision 1.14.2.6 / (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.14.2.5: +3 -3 lines
Diff to previous 1.14.2.5 (colored) next main 1.15 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.19 / (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-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, yamt-km-base4, yamt-km-base3, thorpej-vnode-attr-base, thorpej-vnode-attr, netbsd-3-base, 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, netbsd-3, ktrace-lwp-base, kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

nuke trailing whitespace

Revision 1.17.6.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.17: +4 -4 lines
Diff to previous 1.17 (colored)

sync with head.

Revision 1.14.2.5 / (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.14.2.4: +4 -4 lines
Diff to previous 1.14.2.4 (colored)

Sync with HEAD.

Revision 1.18 / (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.17: +4 -4 lines
Diff to previous 1.17 (colored)

de-__P

Revision 1.14.2.4 / (download) - annotate - [select for diffs], Tue Oct 19 15:56:59 2004 UTC (7 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.14.2.3: +12 -12 lines
Diff to previous 1.14.2.3 (colored)

Sync with HEAD

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 17 21:49:08 2004 UTC (7 years, 7 months ago) by heas
Branch: MAIN
CVS Tags: yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.16: +12 -12 lines
Diff to previous 1.16 (colored)

Adjust/add a few comments and add defines for PCS (aka GEM_MII) FSM and
interrupt registers.
drop some trailing WS.

no functional changes.

Revision 1.14.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.14.2.2: +2 -2 lines
Diff to previous 1.14.2.2 (colored)

Fix the sync with head I botched.

Revision 1.14.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.14.2.1: +0 -0 lines
Diff to previous 1.14.2.1 (colored)

Sync with HEAD.

Revision 1.14.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.14: +7 -5 lines
Diff to previous 1.14 (colored)

Sync with HEAD

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 23 21:13:06 2004 UTC (8 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

pass string length (= boundary info) to pci_devinfo so that we do not run over
the end of memory region

Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 17 13:54:09 2004 UTC (8 years, 2 months ago) by martin
Branch: MAIN
CVS Tags: 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
Changes since 1.14: +6 -4 lines
Diff to previous 1.14 (colored)

For sparc*: myetheraddr is no more

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 31 00:07:43 2003 UTC (9 years, 3 months ago) by thorpej
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.13: +14 -10 lines
Diff to previous 1.13 (colored)

Use aprint_*().

Revision 1.1.2.8 / (download) - annotate - [select for diffs], Fri Oct 18 02:43:04 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.1.2.7: +4 -5 lines
Diff to previous 1.1.2.7 (colored) next main 1.2 (colored)

Catch up to -current.

Revision 1.8.2.5 / (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.8.2.4: +4 -5 lines
Diff to previous 1.8.2.4 (colored) to branchpoint 1.8 (colored) next main 1.9 (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.13 / (download) - annotate - [select for diffs], Wed Oct 2 16:51:25 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Add trailing ; to CFATTACH_DECL.

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

Use CFATTACH_DECL().

Revision 1.11 / (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.10: +3 -3 lines
Diff to previous 1.10 (colored)

Declare all cfattach structures const.

Revision 1.8.2.4 / (download) - annotate - [select for diffs], Fri Sep 6 08:45:16 2002 UTC (9 years, 8 months ago) by jdolecek
Branch: kqueue
Changes since 1.8.2.3: +4 -3 lines
Diff to previous 1.8.2.3 (colored) to branchpoint 1.8 (colored)

sync kqueue branch with HEAD

Revision 1.1.2.7 / (download) - annotate - [select for diffs], Thu Aug 1 02:45:16 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.6: +4 -3 lines
Diff to previous 1.1.2.6 (colored)

Catch up to -current.

Revision 1.8.10.2 / (download) - annotate - [select for diffs], Mon Jul 15 10:35:37 2002 UTC (9 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.8.10.1: +4 -3 lines
Diff to previous 1.8.10.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

catch up with -current.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Fri Jul 12 04:15:48 2002 UTC (9 years, 10 months ago) by thorpej
Branch: netbsd-1-6
CVS Tags: 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
Changes since 1.9: +4 -3 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

pullup-1-6 ticket #491 (matt).

Original log message:
Match Apple GMAC id #3.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 9 23:57:59 2002 UTC (9 years, 10 months ago) by matt
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.9: +4 -3 lines
Diff to previous 1.9 (colored)

Match Apple GMAC id #3.

Revision 1.8.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 17:47:40 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.8.2.2: +15 -6 lines
Diff to previous 1.8.2.2 (colored) to branchpoint 1.8 (colored)

catch up with -current on kqueue branch

Revision 1.1.2.6 / (download) - annotate - [select for diffs], Thu Jun 20 03:45:25 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.5: +15 -6 lines
Diff to previous 1.1.2.5 (colored)

Catch up to -current.

Revision 1.8.10.1 / (download) - annotate - [select for diffs], Thu May 30 14:46:05 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.8: +15 -6 lines
Diff to previous 1.8 (colored)

Catch up with -current.

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 21 19:58:24 2002 UTC (10 years ago) by matt
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Changes since 1.8: +15 -6 lines
Diff to previous 1.8 (colored)

Add code to distinguish between apple and sun gem cores.

Revision 1.8.2.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.8.2.1: +192 -0 lines
Diff to previous 1.8.2.1 (colored) to branchpoint 1.8 (colored)

Sync kqueue branch with -current.

Revision 1.1.2.5 / (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.1.2.4: +4 -1 lines
Diff to previous 1.1.2.4 (colored)

Catch up to -current.

Revision 1.8.2.1, Tue Nov 13 07:48:43 2001 UTC (10 years, 6 months ago) by thorpej
Branch: kqueue
Changes since 1.8: +0 -192 lines
FILE REMOVED

file if_gem_pci.c was added on branch kqueue on 2002-01-10 19:56:40 +0000

Revision 1.8 / (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, ifpoll-base, ifpoll, eeh-devprop-base, eeh-devprop
Branch point for: kqueue, gehenna-devsw
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

add RCSID

Revision 1.1.2.4 / (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.1.2.3: +50 -54 lines
Diff to previous 1.1.2.3 (colored)

Catch up to -current.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 18 15:09:15 2001 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache
Changes since 1.6: +6 -8 lines
Diff to previous 1.6 (colored)

Remove more cruft left over from copying bits of other drivers.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 18 06:28:18 2001 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.5: +17 -24 lines
Diff to previous 1.5 (colored)

Remove some more stuff left over from copying bits of the HME driver.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 18 06:14:33 2001 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.4: +2 -7 lines
Diff to previous 1.4 (colored)

Remove some unneeded stuff from the gem_pci_softc.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 18 03:55:07 2001 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.3: +22 -2 lines
Diff to previous 1.3 (colored)

Add goo to fetch the MAC address from OpenFirmware on the macppc
port.  Copied from the macppc "gmac" driver, but otherwise untested.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 18 03:48:48 2001 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.2: +17 -27 lines
Diff to previous 1.2 (colored)

- The GEM registers are always memory type registers.  Don't use a
  broken hueristic to determine memory vs. i/o (one should never make
  an assumption that the bus_space_tag_t is a pointer, as this code
  did).
- Fix the "can't map registers" error message.
- Garbage-collect some code that is not relevant to the GEM (which
  was already #if 0'd out).
- Cluster all the SPARC-specific code into one place (will be
  replaced with Properties once that is fleshed out).

Revision 1.2.2.2 / (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.2.2.1: +193 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Catch up with -current.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Wed Sep 26 19:54:56 2001 UTC (10 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.2: +5 -1 lines
Diff to previous 1.1.2.2 (colored)

Catch up to -current.
Again.

Revision 1.2.2.1, Mon Sep 24 04:39:40 2001 UTC (10 years, 8 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.2: +0 -193 lines
FILE REMOVED

file if_gem_pci.c was added on branch thorpej-devvp on 2001-10-01 12:45:54 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 24 04:39:40 2001 UTC (10 years, 8 months ago) by eeh
Branch: MAIN
CVS Tags: thorpej-devvp-base3, thorpej-devvp-base2
Branch point for: thorpej-devvp
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

Print out device details.

Revision 1.1.2.2 / (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.1.2.1: +189 -0 lines
Diff to previous 1.1.2.1 (colored)

Catch up to -current.

Revision 1.1.2.1, Sun Sep 16 00:11:42 2001 UTC (10 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1: +0 -189 lines
FILE REMOVED

file if_gem_pci.c was added on branch nathanw_sa on 2001-09-21 22:35:55 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 16 00:11:42 2001 UTC (10 years, 8 months ago) by eeh
Branch: MAIN
Branch point for: nathanw_sa

Driver for Sun GEM gigabit ethernet, Sun ERI 10/100, and Apple GMAC.

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>