Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.38.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:58 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.38: +15 -14
lines
Diff to previous 1.38 (colored) next main 1.39 (colored)
sync with head
Revision 1.38.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:53 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.38: +15 -14
lines
Diff to previous 1.38 (colored) next main 1.39 (colored)
merge to -current.
Revision 1.40 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:23 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.39: +3 -4
lines
Diff to previous 1.39 (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.39 / (download) - annotate - [select for diffs], Fri Jan 27 19:48:39 2012 UTC (3 months, 4 weeks ago) by para
Branch: MAIN
Changes since 1.38: +14 -12
lines
Diff to previous 1.38 (colored)
extending vmem(9) to be able to allocated resources for it's own needs. simplifying uvm_map handling (no special kernel entries anymore no relocking) make malloc(9) a thin wrapper around kmem(9) (with private interface for interrupt safety reasons) releng@ acknowledged
Revision 1.38 / (download) - annotate - [select for diffs], Wed Aug 31 18:31:02 2011 UTC (8 months, 3 weeks ago) by plunky
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.37: +5 -5
lines
Diff to previous 1.37 (colored)
NULL does not need a cast
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:27 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored) next main 1.37 (colored)
Sync with HEAD.
Revision 1.33.4.2 / (download) - annotate - [select for diffs], Tue May 31 03:04:51 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.33.4.1: +1 -1
lines
Diff to previous 1.33.4.1 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)
sync with head
Revision 1.37 / (download) - annotate - [select for diffs], Tue May 24 18:28:01 2011 UTC (12 months ago) by joerg
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base,
cherry-xenmp
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
Explicitly get rid of constness.
Revision 1.33.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:58 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.33: +40 -37
lines
Diff to previous 1.33 (colored)
sync with head
Revision 1.36 / (download) - annotate - [select for diffs], Mon Nov 22 23:02:16 2010 UTC (18 months ago) by dholland
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.35: +14 -8
lines
Diff to previous 1.35 (colored)
Extend the workaround for the 3ware 9650 full-queue bug to a full-fledged quirk, and use it for the 9690 as well where it's also needed. Patch by me, problem hunted down by Jiri Novotny and Zdenek Slavet and reported in PR 44002.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Nov 14 05:33:44 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
Changes since 1.34: +26 -27
lines
Diff to previous 1.34 (colored)
Avoid pointless use of a sysctl definition, CTL_NAMES. Clean up whitespace.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:08 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
Changes since 1.33: +2 -4
lines
Diff to previous 1.33 (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.28.12.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:49 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.28: +6 -5
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
sync to netbsd-5
Revision 1.16.2.1 / (download) - annotate - [select for diffs], Tue Aug 25 18:22:12 2009 UTC (2 years, 9 months ago) by snj
Branch: netbsd-4
Changes since 1.16: +6 -5
lines
Diff to previous 1.16 (colored) next main 1.17 (colored)
Pull up following revision(s) (requested by bouyer in ticket #1349): sys/dev/pci/twa.c: revision 1.32 Disable completely bogus DIAGNOSTIC check.
Revision 1.16.12.1 / (download) - annotate - [select for diffs], Tue Aug 25 18:21:31 2009 UTC (2 years, 9 months ago) by snj
Branch: netbsd-4-0
Changes since 1.16: +6 -5
lines
Diff to previous 1.16 (colored) next main 1.17 (colored)
Pull up following revision(s) (requested by bouyer in ticket #1349): sys/dev/pci/twa.c: revision 1.32 Disable completely bogus DIAGNOSTIC check.
Revision 1.19.4.4 / (download) - annotate - [select for diffs], Wed Aug 19 18:47:17 2009 UTC (2 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.19.4.3: +6 -5
lines
Diff to previous 1.19.4.3 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)
sync with head.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Aug 18 11:15:43 2009 UTC (2 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
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,
matt-premerge-20091211,
jym-xensuspend-nbase
Branch point for: rmind-uvmplock
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
put some strange text within an "#if 0"'d section into a comment additionally to appease picky parsers
Revision 1.28.4.1 / (download) - annotate - [select for diffs], Fri Aug 7 06:10:20 2009 UTC (2 years, 9 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.28: +6 -5
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Pull up following revision(s) (requested by bouyer in ticket #886): sys/dev/pci/twa.c: revision 1.32 Disable completely bogus DIAGNOSTIC check.
Revision 1.28.10.1 / (download) - annotate - [select for diffs], Fri Aug 7 06:09:44 2009 UTC (2 years, 9 months ago) by snj
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-2-RELEASE
Changes since 1.28: +6 -5
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Pull up following revision(s) (requested by bouyer in ticket #886): sys/dev/pci/twa.c: revision 1.32 Disable completely bogus DIAGNOSTIC check.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Jul 31 20:47:25 2009 UTC (2 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.31: +6 -5
lines
Diff to previous 1.31 (colored)
Disable completely bogus DIAGNOSTIC check.
Revision 1.19.4.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:40 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.19.4.2: +7 -7
lines
Diff to previous 1.19.4.2 (colored) to branchpoint 1.19 (colored)
sync with head
Revision 1.28.8.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:29 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.28: +7 -7
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.31 / (download) - annotate - [select for diffs], Tue May 12 08:23:01 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.30: +3 -3
lines
Diff to previous 1.30 (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.30 / (download) - annotate - [select for diffs], Wed May 6 10:34:33 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.29: +6 -6
lines
Diff to previous 1.29 (colored)
struct device * -> device_t, no functional changes intended.
Revision 1.29 / (download) - annotate - [select for diffs], Wed May 6 09:25:17 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.28: +4 -4
lines
Diff to previous 1.28 (colored)
struct cfdata * -> cfdata_t, no functional changes intended.
Revision 1.19.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:02 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.19.4.1: +13 -15
lines
Diff to previous 1.19.4.1 (colored) to branchpoint 1.19 (colored)
sync with head.
Revision 1.27.2.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:40 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.27: +4 -4
lines
Diff to previous 1.27 (colored) next main 1.28 (colored)
Sync with HEAD.
Revision 1.18.16.4 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:28 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.18.16.3: +2 -2
lines
Diff to previous 1.18.16.3 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)
Sync with HEAD.
Revision 1.21.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:08 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.21.2.1: +4 -6
lines
Diff to previous 1.21.2.1 (colored) next main 1.22 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.25.2.2 / (download) - annotate - [select for diffs], Mon Jul 28 14:37:27 2008 UTC (3 years, 9 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.25.2.1: +4 -4
lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)
Sync with head.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 27 13:10:11 2008 UTC (3 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
simonb-wapbl-nbase,
simonb-wapbl-base,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
netbsd-5-base,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-1-RELEASE,
mjf-devfs2-base,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: netbsd-5-0,
netbsd-5,
matt-nb5-mips64,
jym-xensuspend
Changes since 1.27: +4 -4
lines
Diff to previous 1.27 (colored)
Unbreak twa after the last two commits.
Revision 1.18.16.3 / (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.18.16.2: +11 -13
lines
Diff to previous 1.18.16.2 (colored) to branchpoint 1.18 (colored)
Sync with HEAD.
Revision 1.25.2.1 / (download) - annotate - [select for diffs], Fri Jun 27 15:11:22 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.25: +4 -6
lines
Diff to previous 1.25 (colored)
Sync with head.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Jun 25 06:22:01 2008 UTC (3 years, 11 months ago) by gmcgarry
Branch: MAIN
Branch point for: haad-dm
Changes since 1.26: +5 -6
lines
Diff to previous 1.26 (colored)
Revert unintentional whitespace changes. From simonb.
Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 24 10:20:41 2008 UTC (3 years, 11 months ago) by gmcgarry
Branch: MAIN
Changes since 1.25: +8 -9
lines
Diff to previous 1.25 (colored)
Ragge says that 6.5.4 clause 2 says: "Unless the type name specifies a void type, the type name shall specify qualified or unqualified scalar type and the operand shall have scalar type." Therefore, don't cast to a union.
Revision 1.21.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:12 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.21: +96 -318
lines
Diff to previous 1.21 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.19.2.2 / (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.19.2.1: +11 -11
lines
Diff to previous 1.19.2.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)
sync with head.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 8 14:02:25 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pf42-base4,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Branch point for: simonb-wapbl
Changes since 1.24: +7 -7
lines
Diff to previous 1.24 (colored)
Mention 64bit support once during boot and not every time the controller is reset.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 8 12:43:52 2008 UTC (3 years, 11 months ago) by tsutsui
Branch: MAIN
Changes since 1.23: +6 -6
lines
Diff to previous 1.23 (colored)
Replace device_lookup() with device_lookup_private() on getting softc for future device_t/softc spilt.
Revision 1.18.16.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:44 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.18.16.1: +232 -439
lines
Diff to previous 1.18.16.1 (colored) to branchpoint 1.18 (colored)
Sync with HEAD.
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:22 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.19: +178 -362
lines
Diff to previous 1.19 (colored)
sync with head.
Revision 1.19.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:45 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.19: +178 -362
lines
Diff to previous 1.19 (colored)
sync with head.
Revision 1.23 / (download) - annotate - [select for diffs], Sat May 10 14:36:02 2008 UTC (4 years ago) by joerg
Branch: MAIN
CVS Tags: yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
hpcarm-cleanup-nbase
Changes since 1.22: +4 -295
lines
Diff to previous 1.22 (colored)
Remove #if 0'd code for flashing firmware. It was never active and even the FreeBSD version of the driver removed it.
Revision 1.22 / (download) - annotate - [select for diffs], Thu May 8 11:27:54 2008 UTC (4 years ago) by joerg
Branch: MAIN
Changes since 1.21: +87 -18
lines
Diff to previous 1.21 (colored)
Add support for 3ware 9650 and 9690 based on patches contributed by Wasabi Systems. Fix bus_dma usage to fix write operations in the light of bounce buffers. Use the 64bit bus_dma tag for 9550+ to avoid bouncing buffers.
Revision 1.21 / (download) - annotate - [select for diffs], Wed May 7 17:47:20 2008 UTC (4 years ago) by joerg
Branch: MAIN
Branch point for: wrstuden-revivesa
Changes since 1.20: +93 -48
lines
Diff to previous 1.20 (colored)
First part of twa(4) improvements: - more/better diagnostic messages - dynamically allocate units in preparation for 9650+ support - better distribute queue slots over disks according to size - drain large request queue on 9550 - keep track of resets, will be needed for 9650. This changes have been contributed by Wasabi Systems.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:55 2008 UTC (4 years ago) by martin
Branch: MAIN
Changes since 1.19: +2 -9
lines
Diff to previous 1.19 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:38 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base
Branch point for: yamt-pf42,
yamt-nfs-mp
Changes since 1.18: +69 -92
lines
Diff to previous 1.18 (colored)
use aprint_*_dev and device_xname
Revision 1.18.16.1 / (download) - annotate - [select for diffs], Sat Apr 5 23:33:22 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.18: +16 -8
lines
Diff to previous 1.18 (colored)
- add "file-system DEVFS" and "pseudo-device devfsctl" to conf/std seeing as these are always needed. - convert many, many drivers over to the New Devfs World Order. For a list of device drivers yet to be converted see, http://www.netbsd.org/~mjf/devfs-todo.html. - add a new device_unregister_all(device_t) function to remove all device names associated with a device_t, which saves us having to construct device names when the driver is detached. - add a DEV_AUDIO type for devices.
Revision 1.17.16.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:29:32 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.17: +3 -3
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
sync with HEAD
Revision 1.3.8.5 / (download) - annotate - [select for diffs], Sat Oct 27 11:33:32 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.8.4: +3 -3
lines
Diff to previous 1.3.8.4 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head.
Revision 1.17.14.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:56 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.17: +3 -3
lines
Diff to previous 1.17 (colored) next main 1.18 (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.17.20.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:39:20 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.17: +3 -3
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Sync with HEAD.
Revision 1.17.2.1 / (download) - annotate - [select for diffs], Tue Oct 23 20:09:19 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.17: +3 -3
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Sync with head.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:55 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.17: +3 -3
lines
Diff to previous 1.17 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.3.8.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:37:23 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.8.3: +5 -5
lines
Diff to previous 1.3.8.3 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.16.4.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:27 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored) next main 1.17 (colored)
Sync with HEAD.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:26 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-idlelwp-base8,
vmlocking-base,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
mjf-ufs-trans,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: vmlocking,
matt-armv6,
jmcneill-pm,
bouyer-xenamd64
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.3.8.3 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:48 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.8.2: +349 -245
lines
Diff to previous 1.3.8.2 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.12.6.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:47 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.12.6.1: +11 -11
lines
Diff to previous 1.12.6.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)
sync with head.
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:33 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.12: +50 -8
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Sync with head.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:10 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,
matt-nb4-arm-base,
matt-nb4-arm,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp,
netbsd-4-0,
netbsd-4
Changes since 1.15: +11 -11
lines
Diff to previous 1.15 (colored)
__unused removal on arguments; approved by core.
Revision 1.9.2.3 / (download) - annotate - [select for diffs], Sat Nov 11 19:58:14 2006 UTC (5 years, 6 months ago) by bouyer
Branch: netbsd-3
Changes since 1.9.2.2: +40 -4
lines
Diff to previous 1.9.2.2 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
Pull up following revision(s) (requested by manu in ticket #1528): etc/MAKEDEV.tmpl: revision 1.66 via patch sys/conf/majors: revision 1.30 via patch sys/dev/pci/twareg.h: revision 1.6 via patch sys/dev/pci/twa.c: revision 1.13 via patch sys/dev/pci/twaio.h: revision 1.4 via patch sys/compat/freebsd/freebsd_sysctl.c: revision 1.5 via patch Tweak the twa(4) driver so that 3ware command line utility works with it. This includes: - fixing various structure definitions so that the ioctl parameter match - adding a hw.twa*.driver_version sysctl - do not refuse multiple device openings, as the management tool will do it. I'm not sure we are safe. FreeBSD allows multiple openings, and use the open flag only when an attempt to detach the device is done. Fix a bug in FreeBSD sysctl emulation: use copyin for moving data to the kernel
Revision 1.12.6.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:19 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.12: +54 -12
lines
Diff to previous 1.12 (colored)
sync with head
Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:33 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.14: +12 -9
lines
Diff to previous 1.14 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 11 05:12:06 2006 UTC (5 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Size is the third argument to memset, not the second.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Sep 23 22:16:35 2006 UTC (5 years, 8 months ago) by manu
Branch: MAIN
Changes since 1.12: +43 -4
lines
Diff to previous 1.12 (colored)
Tweak the twa(4) driver so that 3ware command line utility works with it. This includes: - fixing various structure definitions so that the ioctl parameter match - adding a hw.twa*.driver_version sysctl - do not refuse multiple device openings, as the management tool will do it. I'm not sure we are safe. FreeBSD allows multiple openings, and use the open flag only when an attempt to detach the device is done.
Revision 1.12.4.2 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:19 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.12.4.1: +3277 -0
lines
Diff to previous 1.12.4.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)
sync with head
Revision 1.3.10.4 / (download) - annotate - [select for diffs], Sun Sep 3 15:24:23 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.3.10.3: +7 -7
lines
Diff to previous 1.3.10.3 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head.
Revision 1.12.4.1, Sun Sep 3 07:02:54 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.12: +0 -3277
lines
FILE REMOVED
file twa.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:52:19 +0000
Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 3 07:02:54 2006 UTC (5 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
rpaulo-netinet-merge-pcb,
newlock2
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
- add missing initializer - inline comes first
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 26 19:35:51 2006 UTC (5 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
PR/34292: Aaron Hodgen: twa driver incorrectly reports drive size/description
Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 17 17:11:28 2006 UTC (5 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
Fix all the -D*DEBUG* code that it was rotting away and did not even compile. Mostly from Arnaud Lacombe, many thanks!
Revision 1.3.10.3 / (download) - annotate - [select for diffs], Fri Aug 11 15:44:26 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.3.10.2: +296 -234
lines
Diff to previous 1.3.10.2 (colored) to branchpoint 1.3 (colored)
sync with head
Revision 1.9.2.2 / (download) - annotate - [select for diffs], Mon Jul 31 12:35:23 2006 UTC (5 years, 9 months 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
Changes since 1.9.2.1: +3298 -0
lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored)
Apply patch (requested by bouyer in ticket #1441): Pullup the twa(4) driver for the 3ware Apache RAID controllers. Matching revisions in current: share/man/man4/twa.4 1.1 sys/dev/pci/ld_twa.c 1.2 sys/dev/pci/twa.c 1.9 sys/dev/pci/twaio.h 1.3 sys/dev/pci/twareg.h 1.5 sys/dev/pci/twavar.h 1.5
Revision 1.9.2.1, Sun Jul 30 10:49:48 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.9: +0 -3277
lines
FILE REMOVED
file twa.c was added on branch netbsd-3 on 2006-07-31 12:35:23 +0000
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 30 10:49:48 2006 UTC (5 years, 9 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: netbsd-3
Changes since 1.8: +7 -2
lines
Diff to previous 1.8 (colored)
Add some missing splvm()/splx() around uvm_km_* I noticed.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 29 00:13:57 2006 UTC (5 years, 9 months ago) by wrstuden
Branch: MAIN
Changes since 1.7: +130 -45
lines
Diff to previous 1.7 (colored)
Updated driver, contributed by Jordan Rhody of Wasabi Systems. Main fix is to improve reliability under heavy load and frequent status monitoring.
Revision 1.3.4.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:49:29 2006 UTC (5 years, 10 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.3: +166 -194
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Merge from HEAD.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 11 00:25:42 2006 UTC (5 years, 10 months ago) by simonb
Branch: MAIN
Changes since 1.6: +41 -41
lines
Diff to previous 1.6 (colored)
Use c99 uintN_t.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 11 00:18:04 2006 UTC (5 years, 10 months ago) by simonb
Branch: MAIN
Changes since 1.5: +127 -148
lines
Diff to previous 1.5 (colored)
Sprinkle some KNF. Still a bit more needed...
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 10 23:22:28 2006 UTC (5 years, 10 months ago) by simonb
Branch: MAIN
Changes since 1.4: +2 -9
lines
Diff to previous 1.4 (colored)
Remove some incorrect licencing goop.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 10 23:20:43 2006 UTC (5 years, 10 months ago) by simonb
Branch: MAIN
Changes since 1.3: +7 -7
lines
Diff to previous 1.3 (colored)
Update for timecounters (s/time.tv_sec/time_second/).
Revision 1.3.10.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:23 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.3.10.1: +3215 -0
lines
Diff to previous 1.3.10.1 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.3.8.2 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:07 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.8.1: +3215 -0
lines
Diff to previous 1.3.8.1 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.3.6.2 / (download) - annotate - [select for diffs], Mon Jun 19 04:01:37 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.3.6.1: +3215 -0
lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with head.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:36:49 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.3.2.1: +3215 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with head.
Revision 1.3.10.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.3: +0 -3215
lines
FILE REMOVED
file twa.c was added on branch yamt-pdpolicy on 2006-06-26 12:51:23 +0000
Revision 1.3.8.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3: +0 -3215
lines
FILE REMOVED
file twa.c was added on branch yamt-lazymbuf on 2006-06-21 15:05:07 +0000
Revision 1.3.6.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by chap
Branch: chap-midi
Changes since 1.3: +0 -3215
lines
FILE REMOVED
file twa.c was added on branch chap-midi on 2006-06-19 04:01:37 +0000
Revision 1.3.2.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by kardel
Branch: simonb-timecounters
Changes since 1.3: +0 -3215
lines
FILE REMOVED
file twa.c was added on branch simonb-timecounters on 2006-06-01 22:36:49 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Thu May 25 01:37:08 2006 UTC (6 years ago) by wrstuden
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6,
simonb-timecounters-base,
gdamore-uart-base,
chap-midi-nbase,
chap-midi-base
Branch point for: yamt-pdpolicy,
yamt-lazymbuf,
simonb-timecounters,
gdamore-uart,
chap-midi
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Add $NetBSD: ids, which work better than $netbsd: ones.
Revision 1.2 / (download) - annotate - [select for diffs], Thu May 25 00:21:45 2006 UTC (6 years ago) by wrstuden
Branch: MAIN
Changes since 1.1: +18 -37
lines
Diff to previous 1.1 (colored)
Style changes from simonb at wasabisystems dot com: Use config_stdsubmatch() instead of our own submatch function. Use "__inline" in header files and "inline" in .c files. Make some local function static.
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 24 23:44:28 2006 UTC (6 years ago) by wrstuden
Branch: MAIN
3ware 9000 driver, contributed by Wasabi Systems and written by Jordan Rhody (based on the FreeBSD driver). Contributed in NetBSD PR 33364.