The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.49.4.3 / (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.49.4.2: +4 -7 lines
Diff to previous 1.49.4.2 (colored) to branchpoint 1.49 (colored) next main 1.50 (colored)

sync with head

Revision 1.57 / (download) - annotate - [select for diffs], Tue Jan 19 22:07:00 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, netbsd-6-base, netbsd-6, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, HEAD
Changes since 1.56: +2 -5 lines
Diff to previous 1.56 (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.56 / (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.55: +4 -4 lines
Diff to previous 1.55 (colored)

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

Revision 1.49.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.49.4.1: +8 -20 lines
Diff to previous 1.49.4.1 (colored) to branchpoint 1.49 (colored)

sync with head

Revision 1.50.10.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.50: +10 -22 lines
Diff to previous 1.50 (colored) next main 1.51 (colored)

Sync with HEAD.

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

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

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

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

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

Revision 1.49.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.49: +6 -6 lines
Diff to previous 1.49 (colored)

sync with head.

Revision 1.50.4.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.50: +4 -4 lines
Diff to previous 1.50 (colored) next main 1.51 (colored)

Sync with HEAD.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Apr 18 14:58:03 2009 UTC (3 years, 1 month ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.51: +4 -4 lines
Diff to previous 1.51 (colored)

Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch

Revision 1.51 / (download) - annotate - [select for diffs], Wed Mar 18 17:06:49 2009 UTC (3 years, 2 months ago) by cegger
Branch: MAIN
Changes since 1.50: +4 -4 lines
Diff to previous 1.50 (colored)

bcopy -> memcpy

Revision 1.48.36.2 / (download) - annotate - [select for diffs], Sun Jun 29 09:33:09 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.48.36.1: +2 -2 lines
Diff to previous 1.48.36.1 (colored) to branchpoint 1.48 (colored) next main 1.49 (colored)

Sync with HEAD.

Revision 1.49.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.49: +4 -4 lines
Diff to previous 1.49 (colored) next main 1.50 (colored)

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

Revision 1.49.8.1 / (download) - annotate - [select for diffs], Wed Jun 18 16:33:18 2008 UTC (3 years, 11 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.49: +4 -4 lines
Diff to previous 1.49 (colored) next main 1.50 (colored)

Sync with head.

Revision 1.49.2.1 / (download) - annotate - [select for diffs], Tue Jun 17 09:14:41 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.49: +4 -4 lines
Diff to previous 1.49 (colored) next main 1.50 (colored)

sync with head.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jun 12 22:44:47 2008 UTC (3 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-base4, 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, 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.49: +4 -4 lines
Diff to previous 1.49 (colored)

use device_lookup_private to get softc

Revision 1.48.36.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.48: +8 -8 lines
Diff to previous 1.48 (colored)

Sync with HEAD.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:36 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base3, 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, simonb-wapbl
Changes since 1.48: +8 -8 lines
Diff to previous 1.48 (colored)

use aprint_*_dev and device_xname

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:55 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.44: +6 -6 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

sync with head.

Revision 1.47.4.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:18 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.47: +6 -6 lines
Diff to previous 1.47 (colored) next main 1.48 (colored)

Sync with HEAD.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:20 2007 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-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, nick-net80211-sync-base, nick-net80211-sync, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, mjf-devfs-base, mjf-devfs, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, jmcneill-pm, jmcneill-base, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.47: +6 -6 lines
Diff to previous 1.47 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.45.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.45.22.1: +5 -5 lines
Diff to previous 1.45.22.1 (colored) to branchpoint 1.45 (colored) next main 1.46 (colored)

sync with head.

Revision 1.45.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.45: +2 -2 lines
Diff to previous 1.45 (colored) next main 1.46 (colored)

Sync with head.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:08 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, post-newlock2-merge, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.46: +5 -5 lines
Diff to previous 1.46 (colored)

__unused removal on arguments; approved by core.

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

sync with head

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

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

Revision 1.45 / (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.44: +2 -2 lines
Diff to previous 1.44 (colored)

merge ktrace-lwp.

Revision 1.43.10.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.43: +3 -3 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

sync with -current

Revision 1.43.12.1 / (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.43: +3 -3 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

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

Revision 1.43.2.1 / (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.43: +3 -3 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.44 / (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.43: +3 -3 lines
Diff to previous 1.43 (colored)

nuke trailing whitespace

Revision 1.43 / (download) - annotate - [select for diffs], Fri Jan 31 00:07:42 2003 UTC (9 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, matt-timespec, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, ktrace-lwp, kent-audio2
Changes since 1.42: +12 -10 lines
Diff to previous 1.42 (colored)

Use aprint_*().

Revision 1.33.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
CVS Tags: nathanw_sa_end
Changes since 1.33.2.4: +4 -6 lines
Diff to previous 1.33.2.4 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)

Catch up to -current.

Revision 1.36.2.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:40:41 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.36.2.2: +4 -6 lines
Diff to previous 1.36.2.2 (colored) to branchpoint 1.36 (colored) next main 1.37 (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.42 / (download) - annotate - [select for diffs], Wed Oct 2 16:51:24 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.41: +3 -3 lines
Diff to previous 1.41 (colored)

Add trailing ; to CFATTACH_DECL.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Oct 2 02:16:36 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored)

Remove unnecessary extern decl of fpa_ca.

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

Use CFATTACH_DECL().

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

Declare all cfattach structures const.

Revision 1.33.2.4 / (download) - annotate - [select for diffs], Thu Feb 28 04:14:00 2002 UTC (10 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.33.2.3: +3 -4 lines
Diff to previous 1.33.2.3 (colored) to branchpoint 1.33 (colored)

Catch up to -current.

Revision 1.36.2.2 / (download) - annotate - [select for diffs], Mon Feb 11 20:09:58 2002 UTC (10 years, 3 months ago) by jdolecek
Branch: kqueue
Changes since 1.36.2.1: +3 -4 lines
Diff to previous 1.36.2.1 (colored) to branchpoint 1.36 (colored)

Sync w/ -current.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jan 14 13:39:15 2002 UTC (10 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, ifpoll-base, ifpoll, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Changes since 1.37: +3 -4 lines
Diff to previous 1.37 (colored)

Call malloc(9) with M_ZERO flag instead of bzero() after malloc().

XXX It seems these attachments need to be rewritten for modern config(9)..

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:56:39 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.36: +4 -1 lines
Diff to previous 1.36 (colored)

Sync kqueue branch with -current.

Revision 1.33.2.3 / (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.33.2.2: +4 -1 lines
Diff to previous 1.33.2.2 (colored) to branchpoint 1.33 (colored)

Catch up to -current.

Revision 1.37 / (download) - annotate - [select for diffs], Tue Nov 13 07:48:43 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.36: +4 -1 lines
Diff to previous 1.36 (colored)

add RCSID

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Fri Aug 24 00:10:03 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.33.2.1: +2 -2 lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored)

Catch up with -current.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Jul 7 16:39:16 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: kqueue
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

bcopy -> strcpy

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:04:42 2001 UTC (10 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.33: +2 -6 lines
Diff to previous 1.33 (colored)

Catch up to -current.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jun 13 10:46:04 2001 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

withough -> without

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jun 12 22:28:16 2001 UTC (10 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.33: +1 -5 lines
Diff to previous 1.33 (colored)

Don't need INET or NS includes here.

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

Sync with HEAD

Revision 1.33 / (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
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (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.29.2.1 / (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.29: +4 -7 lines
Diff to previous 1.29 (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.32 / (download) - annotate - [select for diffs], Wed Jun 28 16:08:43 2000 UTC (11 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (colored)

remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jun 26 14:21:11 2000 UTC (11 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.30: +1 -3 lines
Diff to previous 1.30 (colored)

remove/move more mach vm header files:

	<vm/pglist.h> -> <uvm/uvm_pglist.h>
	<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
	<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
	<vm/vm_object.h> -> nothing
	<vm/vm_pager.h> -> into <uvm/uvm_pager.h>

also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 30 12:45:34 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-5-base, 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, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Remove register declarations.

Revision 1.28.10.1 / (download) - annotate - [select for diffs], Tue Nov 30 13:34:01 1999 UTC (12 years, 5 months ago) by itojun
Branch: kame
CVS Tags: kame_141_19991130
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code).  Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.

Revision 1.28.6.1 / (download) - annotate - [select for diffs], Mon Jun 21 23:05:19 1999 UTC (12 years, 11 months ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

pullup 1.28->1.29 (thorpej): Make sure bus mastering is enabled

Revision 1.28.8.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:18:32 1999 UTC (12 years, 11 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

Sync w/ -current.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jun 1 19:18:00 1999 UTC (12 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-newbase, chs-ubc2-base
Branch point for: thorpej_scsipi
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 (colored)

Make sure bus mastering is enabled; some broken BIOSes don't set this
up properly.

Revision 1.28.4.1 / (download) - annotate - [select for diffs], Fri Dec 11 04:53:03 1998 UTC (13 years, 5 months ago) by kenh
Branch: kenh-if-detach
Changes since 1.28: +13 -9 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

The beginnings of interface detach support.  Still some bugs, but mostly
works for me.

This work was originally by Bill Studenmund, and cleaned up by me.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 13 02:10:53 1998 UTC (13 years, 9 months ago) by eeh
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, kenh-if-detach-base, kame_14_19990705, kame_14_19990628, chs-ubc-base, chs-ubc
Branch point for: netbsd-1-4, kenh-if-detach, kame, chs-ubc2
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (colored)

Merge paddr_t changes into the main branch.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Thu Jul 30 14:04:01 1998 UTC (13 years, 9 months ago) by eeh
Branch: eeh-paddr_t
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

Split vm_offset_t and vm_size_t into paddr_t, psize_t, vaddr_t, and vsize_t.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jul 5 00:51:23 1998 UTC (13 years, 10 months ago) by jonathan
Branch: MAIN
CVS Tags: eeh-paddr_t-base
Branch point for: eeh-paddr_t
Changes since 1.26: +4 -1 lines
Diff to previous 1.26 (colored)

defopt INET, NETATALK.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jun 8 06:55:56 1998 UTC (13 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.25: +1 -5 lines
Diff to previous 1.25 (colored)

Nuke __BROKEN_INDIRECT_CONFIG.

Revision 1.25 / (download) - annotate - [select for diffs], Thu May 21 20:44:03 1998 UTC (14 years ago) by matt
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

Add bus_dma(9) support for the DEFxA FDDI driver

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jan 12 09:40:01 1998 UTC (14 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.23: +1 -5 lines
Diff to previous 1.23 (colored)

Update for config changes.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 9 01:23:20 1997 UTC (14 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal, netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3, marc-pcmcia-bp, marc-pcmcia-base, marc-pcmcia, bouyer-scsipi
Changes since 1.22: +28 -11 lines
Diff to previous 1.22 (colored)

Duplicate register mapping logic from Tulip driver.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 8 19:48:55 1997 UTC (14 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.21: +31 -24 lines
Diff to previous 1.21 (colored)

Merge pdq-970604 update.

Revision 1.1.1.5 / (download) - annotate - [select for diffs] (vendor branch), Sun Jun 8 19:36:28 1997 UTC (14 years, 11 months ago) by thorpej
Branch: thomas
CVS Tags: pdq-970604
Changes since 1.1.1.4: +26 -14 lines
Diff to previous 1.1.1.4 (colored)

Update of DEC PDQ FDDI driver, from Matt Thomas <matt@3am-software.com>.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 13 20:14:30 1997 UTC (15 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

rename pci_map_register to pci_mapreg_map.  The latter name is more
descriptive, and allows for a sane name for a function which just digs
the info out of the mapping register but doesn't do the mapping.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Apr 13 19:48:17 1997 UTC (15 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.19: +21 -12 lines
Diff to previous 1.19 (colored)

use pci_map_register().  map both mem and I/O spaces, preferring mem
space if it's usable, but falling back to I/O space if mem isn't usable.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Apr 11 20:28:08 1997 UTC (15 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

add a missing newline

Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 24 00:35:20 1997 UTC (15 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.17: +36 -47 lines
Diff to previous 1.17 (colored)

Resolve conflicts from merge.

Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 24 00:30:02 1997 UTC (15 years, 2 months ago) by thorpej
Branch: thomas
CVS Tags: pdq-970321
Changes since 1.1.1.3: +45 -32 lines
Diff to previous 1.1.1.3 (colored)

Update from Matt Thomas <matt@3am-software.com>.  Notable highlight:
the DEFTA (TurboChannel) card now works on the Alpha!

Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 15 18:11:59 1997 UTC (15 years, 2 months ago) by is
Branch: MAIN
Changes since 1.16: +15 -4 lines
Diff to previous 1.16 (colored)

New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.

Revision 1.16.4.4 / (download) - annotate - [select for diffs], Sun Mar 9 21:05:47 1997 UTC (15 years, 2 months ago) by is
Branch: is-newarp
Changes since 1.16.4.3: +5 -1 lines
Diff to previous 1.16.4.3 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

netinet/if_ether.h -> netinet/if_inarp.h

Revision 1.16.4.3 / (download) - annotate - [select for diffs], Thu Feb 27 19:17:39 1997 UTC (15 years, 3 months ago) by is
Branch: is-newarp
Changes since 1.16.4.2: +3 -1 lines
Diff to previous 1.16.4.2 (colored) to branchpoint 1.16 (colored)

Removed #include <route.h> and #include <netisr.h>. They're not needed, and
the latter will go away soon.

Revision 1.16.4.2 / (download) - annotate - [select for diffs], Thu Feb 20 16:41:10 1997 UTC (15 years, 3 months ago) by is
Branch: is-newarp
Changes since 1.16.4.1: +1 -3 lines
Diff to previous 1.16.4.1 (colored) to branchpoint 1.16 (colored)

Give fddi_ifattach() a 2nd parameter, like ether_ifattach(): a pointer to the
link level address. xxx_ifattach() copy it to the sockaddr_dl structure
associated with the interface.

Change pdq to pass that parameter.
Change frontend to not copy the l.l.a. itself.

Revision 1.16.4.1 / (download) - annotate - [select for diffs], Fri Feb 7 18:05:28 1997 UTC (15 years, 3 months ago) by is
Branch: is-newarp
Changes since 1.16: +11 -4 lines
Diff to previous 1.16 (colored)

Snapshot of new ARP code.

Our old ARP code was hardwired for 6-byte length medium
addresses, while the protocol is designed for any size.

This snapshot contains a first hack at getting rid of
Ethernet specific data structures. The ep driver is updated
(and tested on the PCI bus), the iy and fpa drivers have been
updated, but not real life tested yet.

If you want to test this with other drivers, you have to update
them first yourself, and probably tag the relevant directories.
Better contact me if you want to do this.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 5 01:25:26 1996 UTC (15 years, 5 months ago) by cgd
Branch: MAIN
CVS Tags: thorpej-setroot, mrg-vm-swap, is-newarp-before-merge, is-newarp-base
Branch point for: is-newarp
Changes since 1.15: +5 -1 lines
Diff to previous 1.15 (colored)

update these so they compile whether or not __BROKEN_INDIRECT_CONFIG
is defined.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 21 22:56:40 1996 UTC (15 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.14: +22 -16 lines
Diff to previous 1.14 (colored)

New bus.h implementation/interface:
	- No more distinction between i/o-mapped and memory-mapped
	  devices.  It's all "bus space" now, and space tags
	  differentiate the space with finer grain than the
	  bus chipset tag.
	- Add memory barrier methods.
	- Implement space alloc/free methods.
	- Implement region read/write methods (like memcpy to/from
	  bus space).
This interface provides a better abstraction for dealing with
machine-independent chipset drivers.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 13 01:38:22 1996 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.13: +13 -13 lines
Diff to previous 1.13 (colored)

backout kprintf changes

Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 10 19:58:21 1996 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.12: +13 -13 lines
Diff to previous 1.12 (colored)

printf -> kprintf, sprintf -> ksprintf

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Mon Jun 17 18:30:43 1996 UTC (15 years, 11 months ago) by cgd
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

pull up from trunk:
>FPA probe would always return zero, because of incorrect return statement.
>Patch provided by Peter Galbavy in PR 2555.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 17 18:29:18 1996 UTC (15 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

FPA probe would always return zero, because of incorrect return statement.
Patch provided by Peter Galbavy in PR 2555.

Revision 1.11 / (download) - annotate - [select for diffs], Mon May 20 15:53:02 1996 UTC (16 years ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Changes since 1.10: +7 -15 lines
Diff to previous 1.10 (colored)

Remove some extra printfs, now that Matt has lessened my confusion.

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 20 00:30:49 1996 UTC (16 years ago) by thorpej
Branch: MAIN
Changes since 1.9: +129 -148 lines
Diff to previous 1.9 (colored)

Fix conflicts from import, clean up a few printfs, and use the
generic PCI vendor/product definitions, rather than home-grown versions.

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Mon May 20 00:20:48 1996 UTC (16 years ago) by thorpej
Branch: thomas
CVS Tags: thomas-pdq-960516, date-03-may-96
Changes since 1.1.1.2: +122 -123 lines
Diff to previous 1.1.1.2 (colored)

Update to the Digital Equipment PDQ-based FDDI controllers, from
Matt Thomas.  Now includes support for EISA (DEFEA) and first-cut of
support for TurboChannel (DEFTA) cards.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 13 00:03:18 1996 UTC (16 years ago) by mycroft
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Use intr.h.

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 7 02:17:23 1996 UTC (16 years ago) by thorpej
Branch: MAIN
Changes since 1.7: +29 -11 lines
Diff to previous 1.7 (colored)

Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit.  Updated interface to (*if_watchdog)() and (*if_reset)()
to take a struct ifnet *, rather than a unit number.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 17 00:55:30 1996 UTC (16 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.6: +14 -4 lines
Diff to previous 1.6 (colored)

New device attachment scheme:

	- split softc size and match/attach out from cfdriver into
	  a new struct cfattach.

	- new "attach" directive for files.*.  May specify the name of
	  the cfattach structure, so that devices may be easily attached
	  to parents with different autoconfiguration semantics.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 14 03:04:19 1996 UTC (16 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

include pcireg before pcivar.h

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 11 21:41:38 1996 UTC (16 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.4: +54 -13 lines
Diff to previous 1.4 (colored)

Resolve conflicts from merge.

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 11 21:04:07 1996 UTC (16 years, 2 months ago) by thorpej
Branch: thomas
CVS Tags: thomas-pdq-960311
Changes since 1.1.1.1: +8 -3 lines
Diff to previous 1.1.1.1 (colored)

New snapshot of DEC PDQ-based FDDI driver, from Matt Thomas.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 9 03:46:33 1996 UTC (16 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.3: +13 -2 lines
Diff to previous 1.3 (colored)

Fill in the missing pieces and make the NetBSD version of Matt Thomas's
DEFPA FDDI driver actually compile and link.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 24 02:32:17 1995 UTC (16 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 19 04:35:25 1995 UTC (16 years, 9 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.1: +3 -50 lines
Diff to previous 1.1 (colored)

local adaptations, and fix a could of compilation errors

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Aug 19 00:59:48 1995 UTC (16 years, 9 months ago) by cgd
Branch: thomas
CVS Tags: thomas-pdq-950816
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Generic FDDI support by Matt Thomas.  Support for DEC "PDQ" FDDI chipset
and for the PCI attachment of said chipset ("if_fpa"), also from Matt Thomas.
Arguably, pdq* doesn't belong in sys/dev/ic, but it's going to be shared by
various bus attachment devices at some point in the future, and there's no
other place that seems to fit as well.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 19 00:59:48 1995 UTC (16 years, 9 months ago) by cgd
Branch: MAIN

Initial revision

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>