Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / dev
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.45 / (download) - annotate - [select for diffs], Wed May 1 07:38:01 2013 UTC (6 weeks, 5 days ago) by mlelstv
Branch: MAIN
CVS Tags: khorben-n900,
HEAD
Changes since 1.44: +3 -2
lines
Diff to previous 1.44 (colored)
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) - annotate - [select for diffs], Sun Mar 3 10:26:18 2013 UTC (3 months, 2 weeks ago) by mlelstv
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver
Changes since 1.43: +6 -7
lines
Diff to previous 1.43 (colored)
fix build for KGDB
Revision 1.43 / (download) - annotate - [select for diffs], Wed Oct 10 21:54:13 2012 UTC (8 months, 1 week ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base
Changes since 1.42: +3 -3
lines
Diff to previous 1.42 (colored)
Fix #if 0'ed code. From chuq
Revision 1.42 / (download) - annotate - [select for diffs], Fri Aug 17 09:38:51 2012 UTC (10 months ago) by skrll
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.41: +8 -18
lines
Diff to previous 1.41 (colored)
Backout previous - it breaks rpi console for me and jak.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Aug 12 10:13:17 2012 UTC (10 months ago) by reinoud
Branch: MAIN
Changes since 1.40: +18 -8
lines
Diff to previous 1.40 (colored)
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.40 / (download) - annotate - [select for diffs], Wed Jul 25 07:26:17 2012 UTC (10 months, 3 weeks ago) by skrll
Branch: MAIN
Changes since 1.39: +571 -196
lines
Diff to previous 1.39 (colored)
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) - annotate - [select for diffs], Thu Jul 5 10:56:52 2012 UTC (11 months, 1 week ago) by skrll
Branch: MAIN
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored)
Fix locking botch introduced in 1.36.
Revision 1.38 / (download) - annotate - [select for diffs], Sun May 20 10:28:44 2012 UTC (12 months, 4 weeks ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base10
Changes since 1.37: +20 -20
lines
Diff to previous 1.37 (colored)
device_t/softc split struct device * -> device_t struct cfdata * -> cfdata_t
Revision 1.37 / (download) - annotate - [select for diffs], Sun May 20 07:57:34 2012 UTC (12 months, 4 weeks ago) by skrll
Branch: MAIN
Changes since 1.36: +3 -2
lines
Diff to previous 1.36 (colored)
DOH. Replace a line that got accidently deleted in the last commit.
Revision 1.36 / (download) - annotate - [select for diffs], Sun May 20 07:54:40 2012 UTC (12 months, 4 weeks ago) by skrll
Branch: MAIN
Changes since 1.35: +43 -79
lines
Diff to previous 1.35 (colored)
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) - annotate - [select for diffs], Mon May 14 19:40:06 2012 UTC (13 months ago) by skrll
Branch: MAIN
Changes since 1.34: +81 -82
lines
Diff to previous 1.34 (colored)
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.34 / (download) - annotate - [select for diffs], Fri Apr 6 01:47:16 2012 UTC (14 months, 1 week ago) by bsh
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
jmcneill-usbmp-base9
Changes since 1.33: +5 -4
lines
Diff to previous 1.33 (colored)
avoid warning with options PLCOM_DEBUG for INTEGRATOR.
Revision 1.33 / (download) - annotate - [select for diffs], Thu Feb 2 19:42:59 2012 UTC (16 months, 2 weeks ago) by tls
Branch: 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
Changes since 1.32: +6 -6
lines
Diff to previous 1.32 (colored)
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.32 / (download) - annotate - [select for diffs], Sun Apr 24 16:26:55 2011 UTC (2 years, 1 month ago) by rmind
Branch: 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
Changes since 1.31: +4 -4
lines
Diff to previous 1.31 (colored)
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for consistency. Remove some unnecessary malloc.h inclusions as well.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Dec 6 21:38:42 2009 UTC (3 years, 6 months ago) by dyoung
Branch: 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
Changes since 1.30: +16 -25
lines
Diff to previous 1.30 (colored)
Simplify the device-activation hook. Move some of the device deactivation to the detachment routine, where it belongs.
Revision 1.30 / (download) - annotate - [select for diffs], Sat Nov 21 20:32:28 2009 UTC (3 years, 6 months ago) by rmind
Branch: MAIN
Changes since 1.29: +2 -3
lines
Diff to previous 1.29 (colored)
Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage.
Revision 1.29 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:05 2009 UTC (4 years, 3 months ago) by dsl
Branch: 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
Changes since 1.28: +3 -5
lines
Diff to previous 1.28 (colored)
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 11 23:24:43 2008 UTC (5 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-base4,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
nick-hppapmap-base2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
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-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap,
jym-xensuspend
Changes since 1.27: +23 -13
lines
Diff to previous 1.27 (colored)
use device_lookup_private to get softc
Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:16 2008 UTC (5 years, 1 month ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa,
simonb-wapbl
Changes since 1.26: +2 -9
lines
Diff to previous 1.26 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 21 12:56:30 2008 UTC (5 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.25: +18 -2
lines
Diff to previous 1.25 (colored)
Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 5 12:40:34 2008 UTC (5 years, 5 months ago) by ad
Branch: 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
Changes since 1.24: +8 -9
lines
Diff to previous 1.24 (colored)
Make compile.
Revision 1.24 / (download) - annotate - [select for diffs], Mon Nov 19 18:51:39 2007 UTC (5 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: bouyer-xeni386
Changes since 1.23: +4 -11
lines
Diff to previous 1.23 (colored)
- Factor out too many copies of the same bit of tty code. - Fix another tty signalling/wakeup problem.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Oct 17 19:54:11 2007 UTC (5 years, 8 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
jmcneill-base
Branch point for: mjf-devfs
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
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.22 / (download) - annotate - [select for diffs], Wed Jul 11 19:50:27 2007 UTC (5 years, 11 months ago) by he
Branch: 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
Changes since 1.21: +2 -4
lines
Diff to previous 1.21 (colored)
Remove a spurious brace.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Jul 9 20:52:09 2007 UTC (5 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: mjf-ufs-trans-base
Changes since 1.20: +15 -100
lines
Diff to previous 1.20 (colored)
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.20 / (download) - annotate - [select for diffs], Sun Mar 4 05:59:44 2007 UTC (6 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
ppcoea-renovation,
mjf-ufs-trans
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 1 20:31:50 2006 UTC (6 years, 8 months ago) by elad
Branch: 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
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
More from Matt Fleming: Adapt to KAUTH_DEVICE_TTY_PRIVSET and KAUTH_DEVICE_TTY_OPEN.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 1 18:56:21 2006 UTC (6 years, 8 months ago) by elad
Branch: MAIN
Changes since 1.17: +4 -7
lines
Diff to previous 1.17 (colored)
Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 23 22:06:05 2006 UTC (6 years, 10 months ago) by ad
Branch: 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
Changes since 1.16: +6 -8
lines
Diff to previous 1.16 (colored)
Use the LWP cached credentials where sane.
Revision 1.16 / (download) - annotate - [select for diffs], Sun May 14 21:55:10 2006 UTC (7 years, 1 month ago) by elad
Branch: 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
Changes since 1.15: +9 -4
lines
Diff to previous 1.15 (colored)
integrate kauth.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 28 17:38:24 2006 UTC (7 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
elad-kernelauth-base
Changes since 1.14: +13 -8
lines
Diff to previous 1.14 (colored)
Use device_unit().
Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 20 16:50:36 2006 UTC (7 years, 3 months ago) by thorpej
Branch: 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
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE directly.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 27 00:46:38 2005 UTC (7 years, 5 months ago) by chs
Branch: MAIN
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Changes since 1.12: +2 -13
lines
Diff to previous 1.12 (colored)
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) - annotate - [select for diffs], Sun Dec 11 12:17:08 2005 UTC (7 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.11: +11 -11
lines
Diff to previous 1.11 (colored)
merge ktrace-lwp.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 6 21:40:38 2005 UTC (7 years, 9 months ago) by kleink
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
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) - annotate - [select for diffs], Sat Jun 4 13:38:08 2005 UTC (8 years ago) by rearnsha
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.9: +4 -3
lines
Diff to previous 1.9 (colored)
Fix shaddowed declarations of cn_trapped.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 7 16:27:20 2003 UTC (9 years, 10 months ago) by agc
Branch: 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,
matt-timespec,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Changes since 1.8: +3 -7
lines
Diff to previous 1.8 (colored)
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) - annotate - [select for diffs], Tue Jul 15 00:24:57 2003 UTC (9 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.7: +4 -1
lines
Diff to previous 1.7 (colored)
__KERNEL_RCSID()
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 23 11:01:13 2003 UTC (9 years, 11 months ago) by martin
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Make sure to include opt_foo.h if a defflag option FOO is used.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 8 09:47:13 2003 UTC (10 years, 3 months ago) by he
Branch: MAIN
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (colored)
Initialize the two new members of "struct consdev" to NULL so that this file compiles again.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 23 09:11:01 2002 UTC (10 years, 7 months ago) by jdolecek
Branch: 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
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
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.4 / (download) - annotate - [select for diffs], Fri Sep 6 13:20:00 2002 UTC (10 years, 9 months ago) by gehenna
Branch: MAIN
CVS Tags: kqueue-beforemerge,
kqueue-base
Changes since 1.3: +16 -9
lines
Diff to previous 1.3 (colored)
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.3 / (download) - annotate - [select for diffs], Sun Mar 17 19:40:37 2002 UTC (11 years, 3 months ago) by atatat
Branch: 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
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
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 / (download) - annotate - [select for diffs], Tue Nov 20 08:43:22 2001 UTC (11 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base,
newlock,
ifpoll-base,
ifpoll
Branch point for: kqueue
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
- 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 / (download) - annotate - [select for diffs], Sat Oct 27 16:22:06 2001 UTC (11 years, 7 months ago) by rearnsha
Branch: 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.