CVS log for src/sys/arch/evbarm/dev/plcom.c
Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / dev
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Apr 11 12:58:03 2023 UTC (22 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3
lines
evbarm/plcom(4): Note ttylock in comment, not tty_lock.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Apr 11 12:56:07 2023 UTC (22 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +21 -22
lines
evbarm/plcom(4): Sync some recent changes from com(4).
- Nix quirky `integrate' macro.
- Omit needless spltty in plcomstart.
- Comment on lock order.
- Update confusing comment about hangup delay.
- Add include guards.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Jan 24 06:56:40 2023 UTC (2 years ago) by mlelstv
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +165 -35
lines
Add support for FIFOs and hardware flow-control to plcom driver.
Add a PLCOM_TYPE_GENERIC_UART variant to match SBSA requirements.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Oct 26 23:38:07 2022 UTC (2 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-1-RELEASE,
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
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +5 -6
lines
ddb/db_active.h: New home for extern db_active.
This can be included unconditionally, and db_active can then be
queried unconditionally; if DDB is not in the kernel, then db_active
is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Sep 27 06:11:36 2022 UTC (2 years, 4 months ago) by skrll
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +5 -5
lines
malloc -> kmem
Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Oct 20 01:09:49 2021 UTC (3 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +8 -7
lines
- microtime -> microuptime
- avoid kpause with timeo=0
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Oct 17 22:34:17 2021 UTC (3 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +17 -6
lines
plcom: speed up close with HUPCL set
Instead of incurring a 1s penalty on close of a plcom device with HUPCL set,
defer the sleep until the next open, and only sleep if necessary.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Oct 19 17:00:02 2020 UTC (4 years, 3 months ago) by tnn
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +4 -4
lines
remove superfluous parentheses in PREAD4/PWRITE4 macros
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Apr 25 21:34:08 2020 UTC (4 years, 9 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -7
lines
plcom_common_putc: do not wait for FIFO to train after writing data
Revision 1.53.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:42 2020 UTC (4 years, 10 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.53.4.1: preferred, colored; branchpoint 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53.4.1: +28 -14
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Nov 10 21:16:25 2019 UTC (5 years, 3 months ago) by chs
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
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
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -8
lines
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Jul 23 15:56:14 2019 UTC (5 years, 6 months ago) by jmcneill
Branches: MAIN
CVS tags: 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
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +21 -3
lines
Add cn_halt function, disable interrupts when halting
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Jul 23 12:13:47 2019 UTC (5 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +7 -6
lines
Don't busy wait for a character in plcom_common_getc, but instead
return -1 if there are no characters available.
Fixes WSDISPLAY_MULTICONS for RaspberryPI and GENERIC.
Thanks to jmcneill@ for the hint
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Jul 23 12:10:38 2019 UTC (5 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3
lines
Trailing whitespace
Revision 1.53.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:05 2019 UTC (5 years, 8 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +20 -15
lines
Sync with HEAD
Revision 1.53.2.2: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:21 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.53.2.1: preferred, colored; branchpoint 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53.2.1: +2 -5
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Oct 23 09:15:36 2018 UTC (6 years, 3 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
isaki-audio2-base,
isaki-audio2
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -5
lines
Fix blank line printed at attach on ACPI
Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:27 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +20 -12
lines
Sync with head
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Oct 12 23:57:00 2018 UTC (6 years, 4 months ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-1020
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +10 -6
lines
Don't write FBRD/IBRD if ref clk frequency is unknown
Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Oct 12 22:18:38 2018 UTC (6 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +12 -8
lines
If rate or frequency are unspecified, assume "use firmware configuration" for clocks
Revision 1.42.2.4: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:04 2017 UTC (7 years, 2 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.42.2.3: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42.2.3: +5 -8
lines
update from HEAD
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Nov 7 07:21:13 2017 UTC (7 years, 3 months ago) by skrll
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
phil-wifi-base,
pgoyette-compat-base,
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
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3
lines
Fix the "wait for any pending transmission to finish" - doesn't really
matter at the moment as the fifo is disabled.
Revision 1.51.2.1: download - view: text, markup, annotated - select for diffs
Sat Jun 6 14:39:58 2015 UTC (9 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51: +3 -5
lines
Sync with HEAD
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Apr 13 21:18:41 2015 UTC (9 years, 10 months ago) by riastradh
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
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,
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,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -5
lines
MD rnd.h cleanups. Please let me know if I broke anything!
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Nov 15 19:20:01 2014 UTC (10 years, 3 months ago) by christos
Branches: MAIN
CVS tags: nick-nhusb-base-20150406,
nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -6
lines
centralize the call unit / dialout macros
Revision 1.42.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:54 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.42.2.2: preferred, colored
Changes since revision 1.42.2.2: +54 -44
lines
Rebase to HEAD as of a few days ago.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Aug 10 16:44:34 2014 UTC (10 years, 6 months ago) by tls
Branches: MAIN
CVS tags: tls-maxphys-base,
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
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3
lines
Merge tls-earlyentropy branch into HEAD.
Revision 1.48.2.2: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:53:55 2014 UTC (10 years, 6 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.48.2.1: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.2.1: +3 -2
lines
Rebase.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jul 25 08:10:32 2014 UTC (10 years, 6 months ago) by dholland
Branches: MAIN
CVS tags: tls-earlyentropy-base
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -2
lines
Add d_discard to all struct cdevsw instances I could find.
All have been set to "nodiscard"; some should get a real implementation.
Revision 1.32.4.4: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:40 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.32.4.3: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.4.3: +59 -50
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.45.4.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:03 2014 UTC (10 years, 9 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +54 -45
lines
sync with head
Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 7 03:37:30 2014 UTC (10 years, 10 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3
lines
Be a little more clear and consistent about harvesting entropy from devices:
1) deprecate RND_FLAG_NO_ESTIMATE
2) define RND_FLAG_COLLECT_TIME, RND_FLAG_COLLECT_VALUE
3) define RND_FLAG_ESTIMATE_TIME, RND_FLAG_ESTIMATE_VALUE
4) define RND_FLAG_DEFAULT: RND_FLAG_COLLECT_TIME|
RND_FLAG_COLLECT_VALUE|RND_FLAG_ESTIMATE_TIME
5) Make entropy harvesting from environmental sensors a little more generic
and remove it from individual sensor drivers.
6) Remove individual open-coded delta-estimators for values from a few
places in the tree (uvm, environmental drivers).
7) 0 -> RND_FLAG_DEFAULT, actually gather entropy from various drivers
that had stubbed out code, other minor cleanups.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Mar 16 05:20:23 2014 UTC (10 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +13 -4
lines
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.
I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Dec 14 09:52:33 2013 UTC (11 years, 2 months ago) by skrll
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -4
lines
Sprinkle __unused.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Sep 5 07:09:14 2013 UTC (11 years, 5 months ago) by skrll
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +41 -41
lines
Whitespace
Revision 1.42.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:20:04 2013 UTC (11 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.42.2.1: preferred, colored
Changes since revision 1.42.2.1: +7 -7
lines
resync from head
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed May 1 07:38:01 2013 UTC (11 years, 9 months ago) by mlelstv
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900
Branch point for: rmind-smpnet
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2
lines
For a polled console incoming characters are buffered on output.
The buffer is never passed to the regular tty routines and can
survive from early boot to halt where it is read by the "press
any continue to reboot" loops.
As a workaround, just kill the read-ahead buffer when switching
from and to polled mode.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Mar 3 10:26:18 2013 UTC (11 years, 11 months ago) by mlelstv
Branches: MAIN
CVS tags: agc-symver-base,
agc-symver
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -7
lines
fix build for KGDB
Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:13 2012 UTC (12 years, 2 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.32.4.3: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:21 2012 UTC (12 years, 3 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.32.4.2: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.2: +573 -198
lines
sync with head
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Oct 10 21:54:13 2012 UTC (12 years, 4 months ago) by skrll
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3
lines
Fix #if 0'ed code.
From chuq
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Aug 17 09:38:51 2012 UTC (12 years, 6 months ago) by skrll
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +8 -18
lines
Backout previous - it breaks rpi console for me and jak.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Aug 12 10:13:17 2012 UTC (12 years, 6 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +18 -8
lines
Improve support for transmit fifo support for plcom.
As Nick, Michiel and I concluded this driver needs a big overhaul since its
logic is modelled on the standard com.c driver which doesn't have the plcom's
treshold interrupt at al.
On Nicks request, the HW FIFO support hasn't been enabled by default on the
RPi though.
Tested with the RPi.
Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 9 06:36:43 2012 UTC (12 years, 6 months ago) by jdc
Branches: netbsd-6
CVS tags: 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,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +677 -337
lines
Pull up revisions:
src/sys/arch/evbarm/dev/plcomreg.h revisions 1.2,1.3,1.4
src/sys/arch/evbarm/conf/INTEGRATOR revision 1.65
src/sys/arch/evbarm/dev/plcom.c revisions 1.34,1.35,1.36,1.37,1.38,1.39,1.40
src/sys/arch/evbarm/ifpga/plcom_ifpga.c revisions 1.12,1.13,1.14
src/sys/arch/evbarm/dev/plcomvar.h revisions 1.9,1.10,1.11
src/sys/arch/evbarm/ifpga/plcom_ifpgavar.h revision 1.2
src/sys/arch/arm/arm/cpufunc.c revisions 1.105,1.108
src/sys/arch/arm/arm32/cpu.c revision 1.79
src/sys/arch/arm/include/armreg.h revisions 1.49,1.54
src/sys/arch/arm/arm32/pmap.c revision 1.229
src/sys/arch/arm/arm32/arm32_machdep.c revision 1.77
src/sys/arch/arm/include/cpu.h revision 1.64
src/sys/arch/arm/arm/cpufunc_asm_arm1136.S revision 1.3
src/sys/arch/arm/arm/cpufunc_asm_arm11x6.S revision 1.1
src/sys/arch/arm/conf/files.arm revision 1.106
src/sys/arch/arm/include/cpufunc.h revision 1.57
src/sys/dev/sdmmc/sdhc.c revisions 1.14,1.24
src/sys/dev/sdmmc/sdhcvar.h revisions 1.7,1.8
src/sys/arch/evbarm/ifpga/ifpgareg.h revision 1.4
src/sys/arch/evbarm/integrator/integrator_machdep.c revision 1.69
src/sys/arch/arm/broadcom/bcm2835_dma.c revision 1.1
src/sys/arch/arm/broadcom/bcm2835_emmc.c revision 1.1
src/sys/arch/arm/broadcom/bcm2835_intr.c revision 1.1
src/sys/arch/arm/broadcom/bcm2835_intr.h revision 1.1
src/sys/arch/arm/broadcom/bcm2835_obio.c revision 1.1
src/sys/arch/arm/broadcom/bcm2835_plcom.c revision 1.1
src/sys/arch/arm/broadcom/bcm2835_pm.c revision 1.1
src/sys/arch/arm/broadcom/bcm2835_pmvar.h revision 1.1
src/sys/arch/arm/broadcom/bcm2835_space.c revision 1.1
src/sys/arch/arm/broadcom/bcm2835_tmr.c revision 1.1
src/sys/arch/arm/broadcom/bcm2835reg.h revision 1.1
src/sys/arch/arm/broadcom/bcm2835var.h revision 1.1
src/sys/arch/arm/broadcom/bcm_amba.h revision 1.1
src/sys/arch/arm/broadcom/files.bcm2835 revision 1.1
src/sys/arch/evbarm/Makefile revision 1.9
src/sys/arch/evbarm/conf/RPI revision 1.1
src/sys/arch/evbarm/conf/files.rpi revision 1.1
src/sys/arch/evbarm/conf/mk.rpi revision 1.1
src/sys/arch/evbarm/conf/std.rpi revision 1.1
src/sys/arch/evbarm/rpi/genassym.cf revision 1.1
src/sys/arch/evbarm/rpi/rpi.h revision 1.1
src/sys/arch/evbarm/rpi/rpi_machdep.c revision 1.1
src/sys/arch/evbarm/rpi/rpi_start.S revision 1.1,1.2
src/etc/etc.evbarm/Makefile.inc revision 1.28
(requested by skrll in ticket #454).
don't mix #define<TAB> and #define<SPACE> in a file.
avoid warning with options PLCOM_DEBUG for INTEGRATOR.
Rename register values. No functional change - same code before and after.
Existing names are prefixed with PL01X_ where they're common between the
PL010 and the PL011. The PL010_/PL011_ prefixes are added where they're
found only on the respective chips.
Replace the simple_lock with a kmutex_t. Update the locking to match
com(4) in the few places it didn't already.
DOH. Replace a line that got accidently deleted in the last commit.
device_t/softc split
struct device * -> device_t
struct cfdata * -> cfdata_t
Add the 'Z' to the 1176 cpu product name.
ok matt@
Fix locking botch introduced in 1.36.
Fix a KASSERT. From/OK'ed by matt@
Fix racy softint dispatch that lead to KASSERT(si->si_active) in
softint_execute
Discussed with matt@. "Looks good to me"
Add the documented ARM11[37]6 Auxiliary control register defines.
Add support for the ARM1176JZS
Add a flag for the lack of LED_ON in HOST_CTL (ti omap3 doesn't do that).
Provide a method for attachments to specify capabilites.
Add support for the PL011 to plcom. Pull across a bunch of fixes from
com(4) while I'm here and do some other tidyup.
Tested on a RaspberryPi.
PL010 not tested.
Initial commit of support for the RaspberryPI (www.raspberrypi.org)
This is enough for serial console via the gpio header pins and to get to
multiuser.
A huge thank you to Matt Thomas for all his help.
Add RPI to KERNEL_SETS
Remove #if 0 code.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Jul 25 07:26:17 2012 UTC (12 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +571 -196
lines
Add support for the PL011 to plcom. Pull across a bunch of fixes from
com(4) while I'm here and do some other tidyup.
Tested on a RaspberryPi.
PL010 not tested.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jul 5 10:56:52 2012 UTC (12 years, 7 months ago) by skrll
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3
lines
Fix locking botch introduced in 1.36.
Revision 1.32.8.3: download - view: text, markup, annotated - select for diffs
Sat Jun 2 11:08:55 2012 UTC (12 years, 8 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.32.8.2: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.8.2: +140 -176
lines
sync to latest -current.
Revision 1.32.4.2: download - view: text, markup, annotated - select for diffs
Wed May 23 10:07:42 2012 UTC (12 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.32.4.1: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.1: +140 -176
lines
sync with head.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun May 20 10:28:44 2012 UTC (12 years, 8 months ago) by skrll
Branches: MAIN
CVS tags: yamt-pagecache-base5,
jmcneill-usbmp-base10
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +20 -20
lines
device_t/softc split
struct device * -> device_t
struct cfdata * -> cfdata_t
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun May 20 07:57:34 2012 UTC (12 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -2
lines
DOH. Replace a line that got accidently deleted in the last commit.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun May 20 07:54:40 2012 UTC (12 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +43 -79
lines
Replace the simple_lock with a kmutex_t. Update the locking to match
com(4) in the few places it didn't already.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon May 14 19:40:06 2012 UTC (12 years, 9 months ago) by skrll
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +81 -82
lines
Rename register values. No functional change - same code before and after.
Existing names are prefixed with PL01X_ where they're common between the
PL010 and the PL011. The PL010_/PL011_ prefixes are added where they're
found only on the respective chips.
Revision 1.32.8.2: download - view: text, markup, annotated - select for diffs
Sun Apr 29 23:04:39 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.32.8.1: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.8.1: +5 -4
lines
sync to latest -current.
Revision 1.32.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:13 2012 UTC (12 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +9 -8
lines
sync with head
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Apr 6 01:47:16 2012 UTC (12 years, 10 months ago) by bsh
Branches: MAIN
CVS tags: yamt-pagecache-base4,
jmcneill-usbmp-base9
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -4
lines
avoid warning with options PLCOM_DEBUG for INTEGRATOR.
Revision 1.32.8.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:31:50 2012 UTC (12 years, 11 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -6
lines
merge to -current.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Feb 2 19:42:59 2012 UTC (13 years ago) by tls
Branches: MAIN
CVS tags: netbsd-6-base,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Branch point for: netbsd-6
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -6
lines
Entropy-pool implementation move and cleanup.
1) Move core entropy-pool code and source/sink/sample management code
to sys/kern from sys/dev.
2) Remove use of NRND as test for presence of entropy-pool code throughout
source tree.
3) Remove use of RND_ENABLED in device drivers as microoptimization to
avoid expensive operations on disabled entropy sources; make the
rnd_add calls do this directly so all callers benefit.
4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
have lead to slight entropy overestimation for some sources.
5) Add new source types for environmental sensors, power sensors, VM
system events, and skew between clocks, with a sample implementation
for each.
ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files). Tested with release
builds on amd64 and evbarm and live testing on amd64.
Revision 1.31.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:25 2011 UTC (13 years, 8 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +4 -4
lines
Sync with HEAD.
Revision 1.31.4.1: download - view: text, markup, annotated - select for diffs
Tue May 31 03:03:59 2011 UTC (13 years, 8 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +4 -4
lines
sync with head
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Apr 24 16:26:55 2011 UTC (13 years, 9 months ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jmcneill-usbmp
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4
lines
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
consistency. Remove some unnecessary malloc.h inclusions as well.
Revision 1.26.2.3: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:14 2010 UTC (14 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26.2.2: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.2.2: +16 -26
lines
sync with head
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Dec 6 21:38:42 2009 UTC (15 years, 2 months ago) by dyoung
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-premerge-20091211,
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.30: preferred, colored
Changes since revision 1.30: +16 -25
lines
Simplify the device-activation hook. Move some of the device
deactivation to the detachment routine, where it belongs.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Nov 21 20:32:28 2009 UTC (15 years, 2 months ago) by rmind
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -3
lines
Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage.
Revision 1.28.10.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:16:38 2009 UTC (15 years, 9 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +3 -5
lines
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.26.2.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:10:57 2009 UTC (15 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26.2.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.1: +24 -16
lines
sync with head.
Revision 1.28.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:33:58 2009 UTC (15 years, 9 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +3 -5
lines
Sync with HEAD.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Mar 14 15:36:05 2009 UTC (15 years, 11 months ago) by dsl
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
jymxensuspend-base
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -5
lines
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
Revision 1.25.6.2: download - view: text, markup, annotated - select for diffs
Sun Jun 29 09:32:56 2008 UTC (16 years, 7 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.25.6.1: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.6.1: +21 -11
lines
Sync with HEAD.
Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:18 2008 UTC (16 years, 7 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: +23 -13
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.27.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 18 16:32:40 2008 UTC (16 years, 8 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +23 -13
lines
Sync with head.
Revision 1.25.8.2: download - view: text, markup, annotated - select for diffs
Tue Jun 17 09:13:59 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.25.8.1: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.8.1: +23 -13
lines
sync with head.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jun 11 23:24:43 2008 UTC (16 years, 8 months ago) by cegger
Branches: 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-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,
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
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +23 -13
lines
use device_lookup_private to get softc
Revision 1.25.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:01 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +18 -9
lines
Sync with HEAD.
Revision 1.25.8.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:31:48 2008 UTC (16 years, 9 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +18 -9
lines
sync with head.
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:22:10 2008 UTC (16 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -9
lines
sync with head.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:23:16 2008 UTC (16 years, 9 months ago) by martin
Branches: MAIN
CVS tags: yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa,
simonb-wapbl
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -9
lines
Remove clause 3 and 4 from TNF licenses
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Apr 21 12:56:30 2008 UTC (16 years, 9 months ago) by ad
Branches: MAIN
CVS tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +18 -2
lines
Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE.
Revision 1.22.6.2: download - view: text, markup, annotated - select for diffs
Thu Feb 28 21:47:49 2008 UTC (16 years, 11 months ago) by rjs
Branches: hpcarm-cleanup
Diff to: previous 1.22.6.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.6.1: +8 -9
lines
Sync with HEAD.
Revision 1.23.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:04:27 2008 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.23.2.1: preferred, colored; branchpoint 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.2.1: +8 -9
lines
Sync with HEAD.
Revision 1.10.2.5: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:36:09 2008 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.10.2.4: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.4: +8 -9
lines
sync with head
Revision 1.22.10.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:45:45 2008 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
Diff to: previous 1.22.10.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.10.1: +10 -18
lines
sync with HEAD
Revision 1.24.6.1: download - view: text, markup, annotated - select for diffs
Tue Jan 8 22:09:40 2008 UTC (17 years, 1 month ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +8 -9
lines
Sync with HEAD
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jan 5 12:40:34 2008 UTC (17 years, 1 month ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: yamt-pf42,
mjf-devfs2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -9
lines
Make compile.
Revision 1.22.6.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 22:24:48 2007 UTC (17 years, 1 month ago) by rjs
Branches: hpcarm-cleanup
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -11
lines
Sync with HEAD.
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:16:50 2007 UTC (17 years, 2 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -11
lines
Sync with HEAD.
Revision 1.10.2.4: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:24:32 2007 UTC (17 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.10.2.3: preferred, colored
Changes since revision 1.10.2.3: +4 -11
lines
sync with head
Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:35:38 2007 UTC (17 years, 2 months ago) by ad
Branches: vmlocking
Diff to: previous 1.20.2.1: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.1: +4 -11
lines
Sync with HEAD.
Revision 1.22.8.1: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:53:06 2007 UTC (17 years, 2 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +4 -11
lines
Sync with HEAD.
Revision 1.22.14.1: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:19:11 2007 UTC (17 years, 2 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +4 -11
lines
Sync with HEAD
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 19 18:51:39 2007 UTC (17 years, 2 months ago) by ad
Branches: MAIN
CVS tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: bouyer-xeni386
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -11
lines
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.
Revision 1.22.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:15:57 2007 UTC (17 years, 3 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
sync with HEAD
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:54:11 2007 UTC (17 years, 4 months ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
jmcneill-base
Branch point for: mjf-devfs
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.
TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.
NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
Revision 1.20.10.1: download - view: text, markup, annotated - select for diffs
Wed Oct 3 19:23:08 2007 UTC (17 years, 4 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +15 -102
lines
Sync with HEAD
Revision 1.10.2.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:24:02 2007 UTC (17 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.10.2.2: preferred, colored
Changes since revision 1.10.2.2: +16 -103
lines
sync with head.
Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:15:47 2007 UTC (17 years, 7 months ago) by ad
Branches: vmlocking
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +15 -102
lines
Sync with head.
Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 19:58:38 2007 UTC (17 years, 7 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +15 -100
lines
Sync with head.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jul 11 19:50:27 2007 UTC (17 years, 7 months ago) by he
Branches: MAIN
CVS tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
ppcoea-renovation-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
matt-mips64-base,
matt-mips64
Branch point for: matt-armv6,
jmcneill-pm,
hpcarm-cleanup,
bouyer-xenamd64
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -4
lines
Remove a spurious brace.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jul 9 20:52:09 2007 UTC (17 years, 7 months ago) by ad
Branches: MAIN
CVS tags: mjf-ufs-trans-base
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +15 -100
lines
Merge some of the less invasive changes from the vmlocking branch:
- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:47:37 2007 UTC (17 years, 11 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +3 -3
lines
Sync with HEAD.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 4 05:59:44 2007 UTC (17 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
ppcoea-renovation,
mjf-ufs-trans
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:45:49 2006 UTC (18 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.10.2.1: preferred, colored
Changes since revision 1.10.2.1: +6 -11
lines
sync with head.
Revision 1.17.4.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:29:10 2006 UTC (18 years, 3 months ago) by ad
Branches: newlock2
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +6 -9
lines
Sync with head.
Revision 1.17.6.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:04:36 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +6 -9
lines
sync with head
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Oct 1 20:31:50 2006 UTC (18 years, 4 months ago) by elad
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
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
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4
lines
More from Matt Fleming:
Adapt to KAUTH_DEVICE_TTY_PRIVSET and KAUTH_DEVICE_TTY_OPEN.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 1 18:56:21 2006 UTC (18 years, 4 months ago) by elad
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -7
lines
Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!
Revision 1.13.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:38:46 2006 UTC (18 years, 5 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +20 -12
lines
sync with head
Revision 1.14.2.3: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:41:25 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.14.2.2: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.2: +6 -8
lines
sync with head
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jul 23 22:06:05 2006 UTC (18 years, 6 months ago) by ad
Branches: MAIN
CVS tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
rpaulo-netinet-merge-pcb-base,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-splraiseipl,
newlock2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -8
lines
Use the LWP cached credentials where sane.
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:50:46 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +29 -30
lines
sync with head.
Revision 1.13.6.2: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:34:18 2006 UTC (18 years, 8 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.13.6.1: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.6.1: +9 -4
lines
Sync with head.
Revision 1.14.6.2: download - view: text, markup, annotated - select for diffs
Wed May 24 15:47:54 2006 UTC (18 years, 8 months ago) by tron
Branches: peter-altq
Diff to: previous 1.14.6.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.6.1: +7 -2
lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Wed May 24 10:56:45 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.14.2.1: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.1: +9 -4
lines
sync with head.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun May 14 21:55:10 2006 UTC (18 years, 9 months ago) by elad
Branches: MAIN
CVS tags: yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
simonb-timecounters-base,
gdamore-uart-base,
gdamore-uart,
chap-midi-nbase,
chap-midi-base,
chap-midi
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +9 -4
lines
integrate kauth.
Revision 1.14.4.4: download - view: text, markup, annotated - select for diffs
Sat May 13 10:26:27 2006 UTC (18 years, 9 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.14.4.3: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.4.3: +3 -2
lines
sprinkle some #include <sys/kauth.h> in files that use kauth kpi but
don't include it yet. hopefully this will prevent some fallout.
Revision 1.13.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:37:23 2006 UTC (18 years, 9 months ago) by simonb
Branches: simonb-timecounters
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +15 -10
lines
Sync with head.
Revision 1.14.4.3: download - view: text, markup, annotated - select for diffs
Wed Apr 19 02:32:21 2006 UTC (18 years, 10 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.14.4.2: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.4.2: +13 -8
lines
sync with head - hopefully this will work
Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:06:11 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +13 -8
lines
sync with head.
Revision 1.14.6.1: download - view: text, markup, annotated - select for diffs
Fri Mar 31 09:44:58 2006 UTC (18 years, 10 months ago) by tron
Branches: peter-altq
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +13 -8
lines
Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 28 17:38:24 2006 UTC (18 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
elad-kernelauth-base
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +13 -8
lines
Use device_unit().
Revision 1.14.4.2: download - view: text, markup, annotated - select for diffs
Fri Mar 10 14:53:59 2006 UTC (18 years, 11 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.14.4.1: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.4.1: +4 -4
lines
generic_authorize() -> kauth_authorize_generic().
Revision 1.14.4.1: download - view: text, markup, annotated - select for diffs
Wed Mar 8 00:43:06 2006 UTC (18 years, 11 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -4
lines
Adapt to kernel authorization KPI.
I expect *some* lossage here...
Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Wed Mar 1 09:27:46 2006 UTC (18 years, 11 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +4 -4
lines
sync with head.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 20 16:50:36 2006 UTC (18 years, 11 months ago) by thorpej
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.13: preferred, colored
Changes since revision 1.13: +4 -4
lines
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE
directly.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Dec 27 00:46:38 2005 UTC (19 years, 1 month ago) by chs
Branches: MAIN
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -13
lines
remove the COM_MPLOCK option. always include the spinlock in the softc
and always call the simple_* locking functions. the locking functions
are compiled out if they are not needed anyway, so a separate option
for this doesn't gain anything.
this also fixes the serial console on my alpha ES40 (which doesn't make much
sense since the com driver should still be under the big lock on alpha,
but whatever).
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:17:08 2005 UTC (19 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +11 -11
lines
merge ktrace-lwp.
Revision 1.7.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:55:53 2005 UTC (19 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.4: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.4: +5 -4
lines
Sync with HEAD. Here we go again...
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Sep 6 21:40:38 2005 UTC (19 years, 5 months ago) by kleink
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
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Change the driver open function's conditional for overriding exclusive tty
use from checking the proc's uid to suser(9), and account for the use of
privileges. Noted by David Holland in PR kern/31126.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jun 4 13:38:08 2005 UTC (19 years, 8 months ago) by rearnsha
Branches: MAIN
Branch point for: yamt-lazymbuf
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -3
lines
Fix shaddowed declarations of cn_trapped.
Revision 1.7.2.4: download - view: text, markup, annotated - select for diffs
Mon Jan 17 08:25:44 2005 UTC (20 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.3: preferred, colored
Changes since revision 1.7.2.3: +11 -11
lines
Adapt to branch.
Revision 1.7.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:14:47 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.2: preferred, colored
Changes since revision 1.7.2.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:33:39 2004 UTC (20 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7.2.1: preferred, colored
Changes since revision 1.7.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:33:55 2004 UTC (20 years, 6 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -6
lines
Sync with HEAD
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:27:20 2003 UTC (21 years, 6 months ago) by agc
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.8: preferred, colored
Changes since revision 1.8: +3 -7
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 15 00:24:57 2003 UTC (21 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1
lines
__KERNEL_RCSID()
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 23 11:01:13 2003 UTC (21 years, 7 months ago) by martin
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1
lines
Make sure to include opt_foo.h if a defflag option FOO is used.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 8 09:47:13 2003 UTC (21 years, 11 months ago) by he
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
Initialize the two new members of "struct consdev" to NULL so that
this file compiles again.
Revision 1.1.2.5: download - view: text, markup, annotated - select for diffs
Mon Nov 11 21:57:54 2002 UTC (22 years, 3 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.1.2.4: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.4: +2 -2
lines
Catch up to -current
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 23 09:11:01 2002 UTC (22 years, 3 months ago) by jdolecek
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
merge kqueue branch into -current
kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals
kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)
based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe
Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:32:23 2002 UTC (22 years, 4 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.2.3: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.3: +16 -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.1.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 17 21:14:16 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1.2.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.3: +16 -9
lines
Catch up to -current.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 6 13:18:43 2002 UTC (22 years, 5 months ago) by gehenna
Branches: MAIN
CVS tags: kqueue-beforemerge,
kqueue-base
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -9
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.2.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:35:38 2002 UTC (22 years, 7 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.2: +4 -4
lines
catch up with -current on kqueue branch
Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Sun May 19 07:41:34 2002 UTC (22 years, 9 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +16 -9
lines
Add device switch.
Replace the access to devsw table and the hard-coded majors with devsw API.
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 1 07:39:46 2002 UTC (22 years, 10 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.2: +4 -4
lines
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 17 19:40:37 2002 UTC (22 years, 11 months ago) by atatat
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,
gehenna-devsw-base,
eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4
lines
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
indicating an unhandled "command". ERESTART is -1, which can lead to
confusion. ERESTART has been moved to -3 and EPASSTHROUGH has been
placed at -4. No ioctl code should now return -1 anywhere. The
ioctl() system call is now properly restartable.
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:42:02 2002 UTC (23 years, 1 month ago) by thorpej
Branches: kqueue
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +2265 -0
lines
Sync kqueue branch with -current.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Tue Jan 8 00:24:12 2002 UTC (23 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +2265 -0
lines
Catch up to -current.
Revision 1.2.2.1
Tue Nov 20 08:43:22 2001 UTC (23 years, 3 months ago) by thorpej
Branches: kqueue
FILE REMOVED
Changes since revision 1.2: +0 -2265
lines
file plcom.c was added on branch kqueue on 2002-01-10 19:42:02 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 20 08:43:22 2001 UTC (23 years, 3 months ago) by lukem
Branches: MAIN
CVS tags: newlock-base,
newlock,
ifpoll-base
Branch point for: kqueue
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2
lines
- pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for options KGDB_DEVNAME="\"com\""
- use correct quotes for options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup
Revision 1.1.2.1
Sat Oct 27 16:22:06 2001 UTC (23 years, 3 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.1: +0 -2266
lines
file plcom.c was added on branch nathanw_sa on 2002-01-08 00:24:12 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 27 16:22:06 2001 UTC (23 years, 3 months ago) by rearnsha
Branches: MAIN
CVS tags: thorpej-mips-cache-base
Branch point for: nathanw_sa
Support for the PrimeCell PL010 UART. Similar in behaviour to
the normal com driver, but with competely different bit and register
assignments.
CVSweb <webmaster@jp.NetBSD.org>