CVS log for src/sys/arch/sparc64/dev/com_ebus.c
Up to [cvs.NetBSD.org] / src / sys / arch / sparc64 / dev
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:19:05 2021 UTC (3 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4
lines
Merge thorpej-cfargs2.
Revision 1.35.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 4 02:57:07 2021 UTC (3 years, 3 months ago) by thorpej
Branches: thorpej-cfargs2
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +4 -4
lines
Adapt to CFARGS().
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:49 2021 UTC (3 years, 6 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-cfargs2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4
lines
Merge thorpej-cfargs branch:
Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.
Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)
Remove unnecessary or redundant interface attributes where they're not
needed.
There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)
...and a sentinel value CFARG_EOL.
Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.
Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).
Revision 1.34.14.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 21:09:07 2021 UTC (3 years, 7 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +4 -4
lines
Give config_found() the same variadic arguments treatment as
config_search(). This commit only adds the CFARG_EOL sentinel
to the existing config_found() calls. Conversion of config_found_sm_loc()
and config_found_ia() call sites will be in subsequent commits.
Revision 1.33.54.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:47 2019 UTC (5 years, 4 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +3 -3
lines
Sync with HEAD
Revision 1.33.52.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:43 2018 UTC (5 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +3 -3
lines
Sync with HEAD, resolve a few conflicts
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Dec 8 17:46:13 2018 UTC (5 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: thorpej-cfargs
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
Clean up initialization of com_regs structure, in preparation for
some additional changers.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jul 1 18:48:36 2011 UTC (13 years, 4 months ago) by dyoung
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-base-20171202,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
localcount-20160914,
khorben-n900,
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-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3
lines
#include <sys/bus.h> instead of <machine/bus.h>.
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:19:41 2011 UTC (13 years, 4 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +46 -6
lines
Catchup with rmind-uvmplock merge.
Revision 1.30.4.2: download - view: text, markup, annotated - select for diffs
Sun Jun 12 00:24:08 2011 UTC (13 years, 4 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.30.4.1: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.4.1: +44 -4
lines
sync with head
Revision 1.30.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:06:49 2011 UTC (13 years, 5 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +47 -6
lines
Sync with HEAD.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jun 2 00:16:22 2011 UTC (13 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: rmind-uvmplock-nbase,
rmind-uvmplock-base
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +46 -6
lines
also look for "FJSV,su" as found on PRIMEPOWER machines.
while here, copy some code from openbsd that should allow this to work
on the Fujitsu SPARC Enterprise Mx000 systems.
Revision 1.30.4.1: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:41:26 2011 UTC (13 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2
lines
sync with head
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Mar 15 11:22:18 2011 UTC (13 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base
Branch point for: cherry-xenmp
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2
lines
also attach for su16552 compatible devices.
Revision 1.27.4.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:03:00 2010 UTC (14 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.27.4.1: preferred, colored; branchpoint 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27.4.1: +14 -11
lines
sync with head
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jan 3 17:02:03 2010 UTC (14 years, 10 months ago) by jdc
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base7,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: rmind-uvmplock,
jruoho-x86intr
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +7 -3
lines
Match "rsc-console" and set its baud rate to 115200.
Makes the 501-5856 (RSC2) card usuable as console on a Fire 280R.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Nov 14 03:43:52 2009 UTC (14 years, 11 months ago) by nakayama
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +9 -10
lines
comcons in dev/ic/com.c is now declared as static, so don't peek it
directly but use it via cn_tab.
Tested on my Netra X1.
Revision 1.27.4.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:57 2009 UTC (15 years, 6 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -4
lines
sync with head.
Revision 1.27.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:43 2008 UTC (16 years, 4 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +2 -4
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 4 02:04:56 2008 UTC (16 years, 5 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +2 -4
lines
sync with head
Revision 1.26.58.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:42 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.26.58.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.58.1: +0 -2
lines
Sync with HEAD.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu May 29 14:51:26 2008 UTC (16 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
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,
jymxensuspend-base,
jym-xensuspend,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -4
lines
remove clause #3 from my license where there are no other
copyright holders involved.
Revision 1.26.58.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:42:26 2008 UTC (16 years, 7 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +12 -11
lines
Sync with HEAD.
Revision 1.26.54.1: download - view: text, markup, annotated - select for diffs
Mon Mar 24 07:15:04 2008 UTC (16 years, 7 months ago) by keiichi
Branches: keiichi-mipv6
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +12 -11
lines
sync with head.
Revision 1.26.34.1: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:04:23 2008 UTC (16 years, 7 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +12 -11
lines
sync with HEAD
Revision 1.22.2.3: download - view: text, markup, annotated - select for diffs
Mon Mar 17 09:14:24 2008 UTC (16 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.22.2.2: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.2: +12 -11
lines
sync with head.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Mar 14 15:09:11 2008 UTC (16 years, 7 months ago) by cube
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base2,
yamt-pf42-base,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
hpcarm-cleanup-nbase,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +12 -11
lines
Split device_t and softc for all com(4) devices (well, everything that
uses a com_softc backend). Use proper types and ansify where appropriate.
Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:47:02 2006 UTC (17 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.1: +15 -9
lines
sync with head.
Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:43:36 2006 UTC (18 years, 2 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +20 -19
lines
sync with head
Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:43:00 2006 UTC (18 years, 2 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.1: +15 -9
lines
sync with head
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Jul 13 22:56:02 2006 UTC (18 years, 3 months ago) by gdamore
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
yamt-idlelwp,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
rpaulo-netinet-merge-pcb-base,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
ppcoea-renovation-base,
ppcoea-renovation,
post-newlock2-merge,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
newlock2-nbase,
newlock2-base,
newlock2,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
mjf-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
matt-nb4-arm-base,
matt-nb4-arm,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-base,
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-audiomp-base,
ad-audiomp,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: mjf-devfs2,
matt-armv6,
keiichi-mipv6
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +15 -9
lines
Add an option COM_REGMAP to allow com(4) to use an array of register indices.
This allows us to convert aucom to just another com attachment, and cleanup
some code in the com_arbus.c.
Additionally, we use a common com_cleanup routine rather than having a
zillion copies of it in the attachment points.
This has been tested on a number architectures, and it has been shown to get
close to comparable performance when COM_REGMAP is defined, and comparable
when it is not defined.
Approved by core@. Fixes PR port-evbmips/32362.
Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:56:40 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -12
lines
sync with head.
Revision 1.25.4.1: download - view: text, markup, annotated - select for diffs
Thu Jun 15 16:34:24 2006 UTC (18 years, 4 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +15 -9
lines
Adapt to new com framework.
Revision 1.23.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:37:59 2006 UTC (18 years, 6 months ago) by simonb
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +7 -12
lines
Sync with head.
Revision 1.24.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 19 02:33:45 2006 UTC (18 years, 6 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +3 -3
lines
sync with head - hopefully this will work
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:06:29 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
sync with head.
Revision 1.24.6.1: download - view: text, markup, annotated - select for diffs
Fri Mar 31 09:45:10 2006 UTC (18 years, 7 months ago) by tron
Branches: peter-altq
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +3 -3
lines
Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Mar 28 17:38:27 2006 UTC (18 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
simonb-timecounters-base,
gdamore-uart-base,
elad-kernelauth-base,
chap-midi-nbase,
chap-midi-base,
chap-midi
Branch point for: gdamore-uart
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
Use device_unit().
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 15:38:48 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +6 -11
lines
sync with head.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Feb 11 17:57:31 2006 UTC (18 years, 8 months ago) by cdi
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
peter-altq,
elad-kernelauth
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -11
lines
ANSIfication: u_intN_t -> uintN_t, use ANSI function declarations/definitions
instead of K&R ones.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:19:09 2005 UTC (18 years, 10 months ago) by christos
Branches: MAIN
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
merge ktrace-lwp.
Revision 1.19.2.4: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:59:17 2005 UTC (18 years, 11 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.19.2.3: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.2.3: +3 -3
lines
Sync with HEAD. Here we go again...
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue May 31 00:50:28 2005 UTC (19 years, 5 months ago) by christos
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3
lines
- sprinkle const
- avoid variable shadow
Revision 1.19.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:22:41 2004 UTC (20 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.19.2.2: preferred, colored
Changes since revision 1.19.2.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.19.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:41:04 2004 UTC (20 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.19.2.1: preferred, colored
Changes since revision 1.19.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:41:23 2004 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +14 -15
lines
Sync with HEAD
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Mar 21 15:08:24 2004 UTC (20 years, 7 months ago) by pk
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
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,
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,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -16
lines
Use the promlib I/O routines.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jul 15 03:36:04 2003 UTC (21 years, 3 months ago) by lukem
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -1
lines
__KERNEL_RCSID()
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jun 14 17:01:15 2003 UTC (21 years, 4 months ago) by thorpej
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Also pass a type argument to comcnattach() and com_kgdb_attach().
comspeed() (and thus cominit()) may need this information.
Revision 1.8.4.6: download - view: text, markup, annotated - select for diffs
Wed Dec 11 06:12:22 2002 UTC (21 years, 11 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.8.4.5: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.4.5: +2 -2
lines
Sync with HEAD.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Dec 10 13:44:51 2002 UTC (21 years, 11 months ago) by pk
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Remove the `flags' argument from bus_intr_establish().
Revision 1.8.4.5: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:40:03 2002 UTC (22 years ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.8.4.4: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.4.4: +3 -4
lines
Catch up to -current.
Revision 1.4.4.6: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:36:31 2002 UTC (22 years, 1 month ago) by jdolecek
Branches: kqueue
Diff to: previous 1.4.4.5: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.4.5: +5 -9
lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 2 16:02:18 2002 UTC (22 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Add trailing ; to CFATTACH_DECL.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 1 18:40:06 2002 UTC (22 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -4
lines
Use CFATTACH_DECL().
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Sep 27 20:36:07 2002 UTC (22 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Declare all cfattach structures const.
Revision 1.8.4.4: download - view: text, markup, annotated - select for diffs
Tue Sep 17 21:17:55 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.8.4.3: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.4.3: +3 -6
lines
Catch up to -current.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Sep 6 13:18:43 2002 UTC (22 years, 2 months ago) by gehenna
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -6
lines
Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to
dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.
- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.
- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
Revision 1.4.4.5: download - view: text, markup, annotated - select for diffs
Fri Sep 6 08:41:24 2002 UTC (22 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.4.4.4: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.4: +2 -2
lines
sync kqueue branch with HEAD
Revision 1.8.4.3: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:43:35 2002 UTC (22 years, 3 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.8.4.2: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.4.2: +2 -2
lines
Catch up to -current.
Revision 1.12.4.2: download - view: text, markup, annotated - select for diffs
Sun Jul 21 13:00:56 2002 UTC (22 years, 3 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.12.4.1: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.4.1: +2 -2
lines
catch up with -current.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 18 11:59:07 2002 UTC (22 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: gehenna-devsw-base
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Spell 'should' correctly.
Revision 1.4.4.4: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:42:05 2002 UTC (22 years, 4 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.4.4.3: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.3: +12 -13
lines
catch up with -current on kqueue branch
Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Sun May 19 07:56:34 2002 UTC (22 years, 5 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -6
lines
Replace the access to devsw table and the hard-coded majors with devsw API.
Revision 1.8.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 1 07:43:00 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.8.4.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.4.1: +217 -0
lines
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Mar 20 18:54:46 2002 UTC (22 years, 7 months ago) by eeh
Branches: MAIN
CVS tags: 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,
eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -2
lines
Overhaul bus space.
bus_space_handle_t now holds an address and two ASIs, one for normal accesses
and one for streaming accesses. This allows to map individual handles
different ways, so some can use MMU bypass accesses and others use virtual
addresses. bus_space_map() will now create handles that use bypass accesses
unles BUS_SPACE_MAP_LINEAR is passed in. So only pass in BUS_SPACE_MAP_LINEAR
if you absolutely *need* to use bus_space_vaddr(). This removes at least one
extra level of indirection and should reduce TLB misses.
32-bit kernels have problems accessing 64-bit addresses, so they always use
virtual addresses.
Revision 1.4.4.3: download - view: text, markup, annotated - select for diffs
Sat Mar 16 15:59:56 2002 UTC (22 years, 7 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.4.4.2: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.2: +3 -3
lines
Catch up with -current.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Mar 16 14:00:00 2002 UTC (22 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -9
lines
convert to using <dev/ebus/ebusvar.h> and it's struct member names.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Mar 15 07:06:24 2002 UTC (22 years, 7 months ago) by eeh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -7
lines
Get PCI working with the new bus_space*.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Mar 1 11:51:00 2002 UTC (22 years, 8 months ago) by martin
Branches: MAIN
CVS tags: newlock-base,
newlock
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3
lines
Rename EBUS_PADDR_FROM_REG uses to EBUS_ADDR_FROM_REG.
Revision 1.4.4.2: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:49:14 2002 UTC (22 years, 10 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.4.4.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.1: +24 -19
lines
Sync kqueue branch with -current.
Revision 1.8.4.1
Mon Oct 22 07:06:20 2001 UTC (23 years ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.8: +0 -218
lines
file com_ebus.c was added on branch nathanw_sa on 2002-04-01 07:43:00 +0000
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 22 07:06:20 2001 UTC (23 years ago) by mrg
Branches: MAIN
CVS tags: thorpej-mips-cache-base,
thorpej-mips-cache,
ifpoll-base
Branch point for: nathanw_sa
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
use <dev/ebus/ebusreg.h>
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 11 00:01:53 2001 UTC (23 years, 1 month ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +23 -18
lines
Catch up with -current. Fix some bogons in the sparc64 kbd/ms
attach code. cd18xx conversion provided by mrg.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 2 20:19:33 2001 UTC (23 years, 1 month ago) by eeh
Branches: MAIN
CVS tags: thorpej-devvp-base3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +23 -18
lines
Handle the situation where console input and console output go to different
devices. (N.B. The com driver does not handle different instances as input
and output devices, so this only works for two different drivers.)
Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Fri Aug 3 04:12:25 2001 UTC (23 years, 3 months ago) by lukem
Branches: kqueue
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +26 -21
lines
update to -current
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 24 19:27:10 2001 UTC (23 years, 3 months ago) by eeh
Branches: MAIN
CVS tags: thorpej-devvp-base2,
thorpej-devvp-base,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-devvp
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Use OF_getprop instead of getprop.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 19 23:55:50 2001 UTC (23 years, 3 months ago) by eeh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +24 -19
lines
Also attach apropriate devices named "serial".
Revision 1.2.2.5: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:35:03 2001 UTC (23 years, 10 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.2.2.4: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.4: +1 -2
lines
Sync with HEAD
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 20 16:19:09 2000 UTC (23 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: kqueue
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2
lines
com_attach_subr() prints the newline for us.
Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Fri Dec 8 09:30:32 2000 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.2.2.3: preferred, colored
Changes since revision 1.2.2.3: +1 -2
lines
Sync with HEAD.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 14:49:50 2000 UTC (23 years, 11 months ago) by fvdl
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2
lines
Make softintr_establish prototype match other ports, avoiding compile
warnings.
Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Wed Nov 22 16:01:45 2000 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.2.2.2: preferred, colored
Changes since revision 1.2.2.2: +1 -5
lines
Sync with HEAD.
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:26:42 2000 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.2.2.1: preferred, colored
Changes since revision 1.2.2.1: +214 -0
lines
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.2.2.1
Wed Nov 8 23:24:12 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
FILE REMOVED
Changes since revision 1.2: +0 -210
lines
file com_ebus.c was added on branch thorpej_scsipi on 2000-11-20 20:26:42 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 8 23:24:12 2000 UTC (24 years ago) by eeh
Branches: MAIN
Branch point for: thorpej_scsipi
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -5
lines
Remove debug printfs.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 21 22:25:08 2000 UTC (24 years, 1 month ago) by eeh
Branches: MAIN
Guts of the Sun Keyboard/Mouse line disciplines.
N.B. They don't recognize L1-A yet.
CVSweb <webmaster@jp.NetBSD.org>