The NetBSD Project

CVS log for src/sys/arch/amiga/dev/ser.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / amiga / dev

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Oct 26 23:38:06 2022 UTC (2 years, 5 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, 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, HEAD
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +4 -4 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.85: download - view: text, markup, annotated - select for diffs
Tue Oct 4 07:24:32 2022 UTC (2 years, 6 months ago) by rin
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -4 lines
Remove unused extern declaration of constty.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Oct 21 13:21:54 2021 UTC (3 years, 6 months ago) by andvar
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +3 -3 lines
fix various typos, mainly in comments, but also in man pages and log messages.

Revision 1.83.18.1: download - view: text, markup, annotated - select for diffs
Thu Apr 27 05:36:31 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +33 -8 lines
Restore all work from the former pgoyette-localcount branch (which is
now abandoned doe to cvs merge botch).

The branch now builds, and installs via anita.  There are still some
problems (cgd is non-functional and all atf tests time-out) but they
will get resolved soon.

Revision 1.83.8.2: download - view: text, markup, annotated - select for diffs
Wed Jul 20 23:50:53 2016 UTC (8 years, 9 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.83.8.1: preferred, colored; branchpoint 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83.8.1: +7 -3 lines
Adapt the machine/arch dependent code to the new {b,c}devsw reference
counting.

XXX Most of these will require testing by someone other than myself, as
I have a limited selection of hardware!

Revision 1.83.8.1: download - view: text, markup, annotated - select for diffs
Tue Jul 19 06:26:58 2016 UTC (8 years, 9 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +28 -7 lines
Instead of repeatedly typing the conditional initialization of the
.d_localcount members in the various {b,c}devsw, define an initializer
macro and use it.  This also removes the need for defining new symbols
for each 'struct localcount'.

As suggested by riastradh@

Revision 1.79.14.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:43 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.79.14.1: preferred, colored; branchpoint 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79.14.1: +16 -4 lines
Rebase to HEAD as of a few days ago.

Revision 1.82.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:53:49 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.82: preferred, colored; next MAIN 1.83: preferred, colored
Changes since revision 1.82: +3 -2 lines
Rebase.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Jul 25 08:10:31 2014 UTC (10 years, 9 months ago) by dholland
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, tls-maxphys-base, tls-earlyentropy-base, 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, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, netbsd-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, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: prg-localcount2, pgoyette-localcount
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +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.79.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:29 2014 UTC (10 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.79.4.1: preferred, colored; branchpoint 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79.4.1: +15 -4 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.80.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:44:55 2014 UTC (10 years, 11 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80: +15 -4 lines
sync with head

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Mar 16 05:20:22 2014 UTC (11 years, 1 month 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.81: preferred, colored
Changes since revision 1.81: +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.81: download - view: text, markup, annotated - select for diffs
Wed Jan 22 00:25:16 2014 UTC (11 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -2 lines
gcc-4.8.x unused variable fixes

Revision 1.79.14.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:00:59 2012 UTC (12 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +10 -11 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.79.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:18:50 2012 UTC (12 years, 5 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +10 -11 lines
sync with head

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Oct 27 17:17:31 2012 UTC (12 years, 5 months ago) by chs
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Branch point for: rmind-smpnet
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +10 -11 lines
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

Revision 1.78.24.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:04:54 2011 UTC (13 years, 10 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78: +4 -5 lines
Sync with HEAD.

Revision 1.78.18.1: download - view: text, markup, annotated - select for diffs
Tue May 31 03:03:54 2011 UTC (13 years, 10 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78: +4 -5 lines
sync with head

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Apr 24 16:26:52 2011 UTC (14 years ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jym-xensuspend-nbase, jym-xensuspend-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache, tls-maxphys
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -5 lines
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
consistency.  Remove some unnecessary malloc.h inclusions as well.

Revision 1.77.18.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:10:35 2009 UTC (15 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +6 -9 lines
sync with head.

Revision 1.77.14.1: download - view: text, markup, annotated - select for diffs
Sun Jun 29 09:32:54 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +6 -9 lines
Sync with HEAD.

Revision 1.77.20.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:09 2008 UTC (16 years, 10 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +6 -9 lines
Sync w/ -current. 34 merge conflicts to follow.

Revision 1.77.22.1: download - view: text, markup, annotated - select for diffs
Wed Jun 18 16:32:38 2008 UTC (16 years, 10 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +6 -9 lines
Sync with head.

Revision 1.77.16.1: download - view: text, markup, annotated - select for diffs
Tue Jun 17 09:13:54 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +6 -9 lines
sync with head.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Jun 11 12:59:10 2008 UTC (16 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base11, yamt-nfs-mp-base10, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, 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, simonb-wapbl-nbase, simonb-wapbl-base, pre-softints, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-premerge-20091211, 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-premerge-20101231, matt-mips64-base2, jymxensuspend-base, jym-xensuspend, jruoho-x86intr-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, ad-audiomp2-base, ad-audiomp2, MI-softints
Branch point for: rmind-uvmplock, jruoho-x86intr
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +6 -9 lines
Use device_private() and device_lookup_private() to get softc.

Revision 1.76.20.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:45:02 2008 UTC (17 years, 3 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +3 -10 lines
sync with HEAD

Revision 1.76.26.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:16:32 2007 UTC (17 years, 4 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +3 -10 lines
Sync with HEAD.

Revision 1.69.16.4: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:24:09 2007 UTC (17 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.69.16.3: preferred, colored; branchpoint 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.16.3: +3 -10 lines
sync with head

Revision 1.76.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:34:46 2007 UTC (17 years, 4 months ago) by ad
Branches: vmlocking
Diff to: previous 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +3 -10 lines
Sync with HEAD.

Revision 1.76.18.1: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:53:02 2007 UTC (17 years, 5 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +3 -10 lines
Sync with HEAD.

Revision 1.76.24.1: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:19:08 2007 UTC (17 years, 5 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +3 -10 lines
Sync with HEAD

Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Nov 19 18:51:37 2007 UTC (17 years, 5 months ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa, simonb-wapbl, mjf-devfs2
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -10 lines
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.

Revision 1.69.16.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:22:56 2007 UTC (17 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.69.16.2: preferred, colored; branchpoint 1.69: preferred, colored
Changes since revision 1.69.16.2: +4 -4 lines
sync with head.

Revision 1.75.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:46:44 2007 UTC (18 years, 1 month ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.75: preferred, colored; next MAIN 1.76: preferred, colored
Changes since revision 1.75: +4 -4 lines
Sync with HEAD.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Mar 4 05:59:27 2007 UTC (18 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, vmlocking-base, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, jmcneill-base, hpcarm-cleanup
Branch point for: vmlocking, mjf-devfs, matt-armv6, jmcneill-pm, bouyer-xenamd64
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +4 -4 lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.69.16.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:45:26 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.69.16.1: preferred, colored; branchpoint 1.69: preferred, colored
Changes since revision 1.69.16.1: +5 -10 lines
sync with head.

Revision 1.73.4.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:29:04 2006 UTC (18 years, 5 months ago) by ad
Branches: newlock2
Diff to: previous 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73: +5 -8 lines
Sync with head.

Revision 1.73.6.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:04:34 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73: +5 -8 lines
sync with head

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Oct 1 20:31:49 2006 UTC (18 years, 6 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.74: preferred, colored
Changes since revision 1.74: +4 -4 lines
More from Matt Fleming:

Adapt to KAUTH_DEVICE_TTY_PRIVSET and KAUTH_DEVICE_TTY_OPEN.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Oct 1 18:56:21 2006 UTC (18 years, 6 months ago) by elad
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -6 lines
Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!

Revision 1.71.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:37:30 2006 UTC (18 years, 7 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +7 -4 lines
sync with head

Revision 1.71.8.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:41:09 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.71.8.1: preferred, colored; branchpoint 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.8.1: +6 -8 lines
sync with head

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Jul 23 22:06:04 2006 UTC (18 years, 9 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.72: preferred, colored
Changes since revision 1.72: +6 -8 lines
Use the LWP cached credentials where sane.

Revision 1.69.16.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:48:26 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +16 -11 lines
sync with head.

Revision 1.71.6.1: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:34:13 2006 UTC (18 years, 10 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +9 -4 lines
Sync with head.

Revision 1.71.12.1: download - view: text, markup, annotated - select for diffs
Wed May 24 15:47:50 2006 UTC (18 years, 11 months ago) by tron
Branches: peter-altq
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +9 -4 lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.71.8.1: download - view: text, markup, annotated - select for diffs
Wed May 24 10:56:34 2006 UTC (18 years, 11 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +9 -4 lines
sync with head.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun May 14 21:55:09 2006 UTC (18 years, 11 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.71: preferred, colored
Changes since revision 1.71: +9 -4 lines
integrate kauth.

Revision 1.71.10.3: download - view: text, markup, annotated - select for diffs
Sat May 13 10:26:26 2006 UTC (18 years, 11 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.71.10.2: preferred, colored; branchpoint 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.10.2: +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.71.10.2: download - view: text, markup, annotated - select for diffs
Fri Mar 10 14:53:59 2006 UTC (19 years, 1 month ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.71.10.1: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.10.1: +4 -4 lines
generic_authorize() -> kauth_authorize_generic().

Revision 1.71.10.1: download - view: text, markup, annotated - select for diffs
Wed Mar 8 00:43:05 2006 UTC (19 years, 1 month ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +8 -4 lines
Adapt to kernel authorization KPI.

I expect *some* lossage here...

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:16:28 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base, elad-kernelauth-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +11 -11 lines
merge ktrace-lwp.

Revision 1.68.6.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:51:36 2005 UTC (19 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.68.6.4: preferred, colored; branchpoint 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.6.4: +3 -3 lines
Sync with HEAD. Here we go again...

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Sep 6 21:40:37 2005 UTC (19 years, 7 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.69: preferred, colored
Changes since revision 1.69: +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.68.6.4: download - view: text, markup, annotated - select for diffs
Sun Nov 21 13:54:35 2004 UTC (20 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.68.6.3: preferred, colored; branchpoint 1.68: preferred, colored
Changes since revision 1.68.6.3: +11 -11 lines
Adapt to branch.

Revision 1.68.6.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:12:31 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.68.6.2: preferred, colored; branchpoint 1.68: preferred, colored
Changes since revision 1.68.6.2: +2 -2 lines
Fix the sync with head I botched.

Revision 1.68.6.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:31:34 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.68.6.1: preferred, colored; branchpoint 1.68: preferred, colored
Changes since revision 1.68.6.1: +0 -0 lines
Sync with HEAD.

Revision 1.68.6.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:31:54 2004 UTC (20 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -7 lines
Sync with HEAD

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:26:44 2003 UTC (21 years, 8 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
Branch point for: yamt-lazymbuf
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +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.58.2.6: download - view: text, markup, annotated - select for diffs
Mon Nov 11 21:56:22 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.58.2.5: preferred, colored; branchpoint 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58.2.5: +3 -3 lines
Catch up to -current

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Oct 23 09:10:36 2002 UTC (22 years, 6 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
Branch point for: ktrace-lwp
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -3 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.58.2.5: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:35:04 2002 UTC (22 years, 6 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.58.2.4: preferred, colored; branchpoint 1.58: preferred, colored
Changes since revision 1.58.2.4: +31 -11 lines
Catch up to -current.

Revision 1.57.2.4: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:31:32 2002 UTC (22 years, 6 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.57.2.3: preferred, colored; branchpoint 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57.2.3: +60 -24 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.67: download - view: text, markup, annotated - select for diffs
Wed Oct 2 04:55:52 2002 UTC (22 years, 6 months ago) by thorpej
Branches: MAIN
CVS tags: kqueue-beforemerge, kqueue-base
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -5 lines
Use CFATTACH_DECL().

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Oct 1 12:17:09 2002 UTC (22 years, 6 months ago) by aymeric
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +28 -7 lines
. treat a stream of framing errors as a single break
. trigger ddb upon receiving a break if we are the console

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Sep 27 20:30:18 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -3 lines
Declare all cfattach structures const.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:35:41 2002 UTC (22 years, 7 months ago) by provos
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
remove trailing \n in panic().  approved perry.

Revision 1.58.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 17 21:13:09 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.58.2.3: preferred, colored; branchpoint 1.58: preferred, colored
Changes since revision 1.58.2.3: +31 -15 lines
Catch up to -current.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Sep 6 13:18:43 2002 UTC (22 years, 7 months ago) by gehenna
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +31 -15 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.57.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:34:32 2002 UTC (22 years, 10 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.57.2.2: preferred, colored; branchpoint 1.57: preferred, colored
Changes since revision 1.57.2.2: +5 -5 lines
catch up with -current on kqueue branch

Revision 1.62.4.1: download - view: text, markup, annotated - select for diffs
Thu May 16 16:17:10 2002 UTC (22 years, 11 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +31 -15 lines
Add the character device switch.
Replace the direct-access to devsw table with calling devsw API.

Revision 1.58.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 1 07:39:00 2002 UTC (23 years ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.58.2.2: preferred, colored; branchpoint 1.58: preferred, colored
Changes since revision 1.58.2.2: +5 -5 lines
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Mar 17 19:40:31 2002 UTC (23 years, 1 month 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.61: preferred, colored
Changes since revision 1.61: +5 -5 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.58.2.2: download - view: text, markup, annotated - select for diffs
Thu Feb 28 04:06:59 2002 UTC (23 years, 2 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.58.2.1: preferred, colored; branchpoint 1.58: preferred, colored
Changes since revision 1.58.2.1: +1154 -0 lines
Catch up to -current.

Revision 1.57.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 11 20:07:07 2002 UTC (23 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.57.2.1: preferred, colored; branchpoint 1.57: preferred, colored
Changes since revision 1.57.2.1: +77 -123 lines
Sync w/ -current.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jan 28 09:57:02 2002 UTC (23 years, 3 months ago) by aymeric
Branches: MAIN
CVS tags: newlock-base, newlock, ifpoll-base
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -1 lines
add __KERNEL_RCSID as suggested by Luke Mewburn

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Jan 27 19:25:35 2002 UTC (23 years, 3 months ago) by aymeric
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -3 lines
make sure we have CLOCAL set and HUPCL unset when the serial port is used as
a console.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Jan 26 13:41:00 2002 UTC (23 years, 3 months ago) by aymeric
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +73 -121 lines
- ANSIfy
- remove some trailing spaces/tabs
- minor style nits

Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:37:18 2002 UTC (23 years, 3 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -2 lines
Sync kqueue branch with -current.

Revision 1.57.6.1: download - view: text, markup, annotated - select for diffs
Mon Nov 12 21:16:22 2001 UTC (23 years, 5 months ago) by thorpej
Branches: thorpej-mips-cache
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +3 -2 lines
Sync the thorpej-mips-cache branch with -current.

Revision 1.58.2.1
Mon Nov 5 21:30:16 2001 UTC (23 years, 5 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.58: +0 -1200 lines
file ser.c was added on branch nathanw_sa on 2002-02-28 04:06:59 +0000

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Nov 5 21:30:16 2001 UTC (23 years, 5 months ago) by aymeric
Branches: MAIN
CVS tags: thorpej-mips-cache-base
Branch point for: nathanw_sa
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -2 lines
defopt SERCONSOLE

Revision 1.57.4.2: download - view: text, markup, annotated - select for diffs
Sat Oct 13 17:42:33 2001 UTC (23 years, 6 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.57.4.1: preferred, colored; branchpoint 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57.4.1: +20 -17 lines
Revert the t_dev -> t_devvp change in struct tty. The way that tty
structs are currently used (especially by console ttys) aren't
ready for it, and this will require quite a few changes.

Revision 1.57.4.1: download - view: text, markup, annotated - select for diffs
Wed Oct 10 11:55:51 2001 UTC (23 years, 6 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +42 -31 lines
Convert all remaining devices.

Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 18:47:44 2001 UTC (23 years, 10 months ago) by nathanw
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +14 -1 lines
Catch up to -current.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed May 30 15:24:28 2001 UTC (23 years, 11 months ago) by lukem
Branches: MAIN
CVS tags: thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-mips-cache, thorpej-devvp, kqueue
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -1 lines
add missing   #include "opt_kgdb.h"

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed May 2 10:32:13 2001 UTC (23 years, 11 months ago) by scw
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +12 -1 lines
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
in each tty driver to indirect through it.

This allows tty line-disciplines to handle poll(2) system calls.

Revision 1.49.14.3: download - view: text, markup, annotated - select for diffs
Thu Jan 18 09:22:10 2001 UTC (24 years, 3 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.49.14.2: preferred, colored; branchpoint 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49.14.2: +10 -10 lines
Sync with head (for UBC+NFS fixes, mostly).

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Jan 13 02:09:27 2001 UTC (24 years, 3 months ago) by aymeric
Branches: MAIN
CVS tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +11 -11 lines
Make these compile again, plus minor aesthetic changes.

Revision 1.49.14.2: download - view: text, markup, annotated - select for diffs
Wed Nov 22 15:59:49 2000 UTC (24 years, 5 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.49.14.1: preferred, colored; branchpoint 1.49: preferred, colored
Changes since revision 1.49.14.1: +8 -8 lines
Sync with HEAD.

Revision 1.49.14.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 19:58:42 2000 UTC (24 years, 5 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +24 -6 lines
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

I updated the amiga SCSI drivers, but completely untested yet (may not even
compile)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Nov 2 00:28:01 2000 UTC (24 years, 5 months ago) by eeh
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +8 -8 lines
Adapt to new line discipline scheme.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Apr 27 21:11:07 2000 UTC (25 years ago) by is
Branches: MAIN
CVS tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +8 -7 lines
Fix thinko in fix for fix for cf_unit abuse.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Apr 14 21:56:22 2000 UTC (25 years ago) by is
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +13 -3 lines
Make this work again after the last changes...
remember, folks, potential Amiga console devices run autoconfiguration
_twice_.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Apr 7 19:47:18 2000 UTC (25 years ago) by aymeric
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +6 -3 lines
Prevent serial port from hanging when used as both console and terminal.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Mar 16 16:37:21 2000 UTC (25 years, 1 month ago) by kleink
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +6 -2 lines
Kill more broken cf_unit bogons.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jul 22 19:13:02 1998 UTC (26 years, 9 months ago) by is
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, kenh-if-detach-base, kenh-if-detach, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame, fvdl-softdep-base, fvdl-softdep, eeh-paddr_t-base, eeh-paddr_t, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-newbase, chs-ubc2-base, chs-ubc2, chs-ubc-base, chs-ubc
Branch point for: thorpej_scsipi
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +14 -56 lines
Back out previous change. It breaks Seyon in a non-obvious way.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Jul 18 20:19:33 1998 UTC (26 years, 9 months ago) by is
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +57 -15 lines
Precompute lots of bitmasks etc. in serparam(). Results in slightly better
(but I suspect, insignificant) performance, and also prepares for 8bit +
parity support.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jul 7 16:46:38 1998 UTC (26 years, 9 months ago) by is
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +9 -7 lines
The INTF_RBF bit of INTREQ is mirrored in SERDAT. As we would read this
register anyway when the bit is set, we can safe one of the (slow) custom
chip accesses by using this bit.
Sounds ridiculous, but at a hardware FIFO depth of 1 and ~1 usec per
access (at IPL 5) it might help the highspeed addicts.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Jun 29 19:31:19 1998 UTC (26 years, 10 months ago) by is
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Synchronize shadow ciab.pra variable on first open.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jun 26 17:50:20 1998 UTC (26 years, 10 months ago) by is
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -3 lines
Fix a problem with bogus hangups that Thorsten Frueauf has reported.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Apr 11 19:30:56 1998 UTC (27 years ago) by is
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +201 -162 lines
Make ser.c compile again (preliminary release). It needs still a lot of
cleanup, but at least mainstream usage should be possible again (worked
for me 5 minutes ago).

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jan 12 10:40:11 1998 UTC (27 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -4 lines
Adjust for changes to config.

Revision 1.39.10.2: download - view: text, markup, annotated - select for diffs
Tue Oct 14 08:26:44 1997 UTC (27 years, 6 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.39.10.1: preferred, colored; branchpoint 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39.10.1: +6 -1 lines
Update marc-pcmcia branch from trunk.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Oct 4 03:59:59 1997 UTC (27 years, 6 months ago) by mhitch
Branches: MAIN
CVS tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3, marc-pcmcia-base
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -1 lines
Use a global variable to hold the current speed of the internal serial port.
This will be used by certain SCSI drivers to limit the length of DMA transfers
when the serial port is running at higher speeds.  GVP and Phase5 DMA
interfers significantly with CPU execution, and significantly increases
receive buffer overruns (silo overflow).  Reducing the DMA transfer length
can reduce the overruns.

Revision 1.39.10.1: download - view: text, markup, annotated - select for diffs
Mon Sep 22 06:30:37 1997 UTC (27 years, 7 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +21 -13 lines
Update marc-pcmcia branch from trunk.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Sep 21 17:21:24 1997 UTC (27 years, 7 months ago) by is
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +16 -8 lines
Deal with HUPCL, closing (but in a different way than proposed) PR 1010.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Sep 18 03:53:12 1997 UTC (27 years, 7 months ago) by mhitch
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -6 lines
Read the received data register before clearing the RBF interrupt.  Clearing
RBF appears to also clear the OVRUN bit in the receive data, resulting in
the loss of of overflow status.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Dec 23 09:10:29 1996 UTC (28 years, 4 months ago) by veego
Branches: MAIN
CVS tags: thorpej-signal-base, thorpej-signal, thorpej-setroot, mrg-vm-swap, marc-pcmcia-bp, is-newarp-before-merge, is-newarp-base, is-newarp, bouyer-scsipi
Branch point for: marc-pcmcia
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -5 lines
Get rid of __BROKEN_INDIRECT_CONFIG.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Oct 13 03:07:32 1996 UTC (28 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -5 lines
backout previous kprintf change

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Oct 10 23:56:30 1996 UTC (28 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -5 lines
printf -> kprintf, sprintf -> ksprintf

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Sep 2 06:43:33 1996 UTC (28 years, 7 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -3 lines
tty stop functions really should return void, not int, and certainly not both.

Revision 1.34.4.1: download - view: text, markup, annotated - select for diffs
Thu Jun 6 04:53:19 1996 UTC (28 years, 10 months ago) by mhitch
Branches: netbsd-1-2
CVS tags: netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +4 -2 lines
Pull up from trunk:
> Add tty_attach() calls for pstat -t.  Closes PR #2519

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jun 6 04:47:36 1996 UTC (28 years, 10 months ago) by mhitch
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -2 lines
Add tty_attach() calls for pstat -t.  Closes PR #2519

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Apr 27 20:53:31 1996 UTC (29 years ago) by veego
Branches: MAIN
CVS tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Make the compiler happy if you make a kernel with -Wall

Revision 1.27.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 23 17:36:52 1996 UTC (29 years ago) by is
Branches: netbsd-1-1
Diff to: previous 1.27.2.1: preferred, colored; branchpoint 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27.2.1: +3 -3 lines
Two fixes:
- add a missing splser()/splx() pair in ser.c. Without it, we used to
  drop incoming characters under heavy load.
- delete the entries for 50 and 75 bps from the serspeedtab, as our
  hardware doesn't support these speeds.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Apr 23 17:03:04 1996 UTC (29 years ago) by is
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -1 lines
Protect two critical lines of ser.c with splser(). Without this, a
race condition exists which makes the internal serial drop incoming
characters under heavy load.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Apr 23 16:38:32 1996 UTC (29 years ago) by is
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +11 -30 lines
Changed the speed calculations of the Amiga-builtin-serial driver to
allow any baudrate the hardware allows, and to forbid two baudrates
(50 and 75) which the hardware does NOT support but which the old
speed conversion table pretended to support.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Apr 21 21:12:28 1996 UTC (29 years ago) by veego
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +53 -31 lines
- Cleanup for -Wall and -Wstrict-prototypes
- Added support for multiple floppy drives
- CyberVision64:
        - has now a real console mode
        - another bugfix for boards with the new S3 chip
- Ariadne:
        - fixed crashes with aeput (mbuf failure)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Mar 17 05:58:58 1996 UTC (29 years, 1 month ago) by mhitch
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Clean up typos and other errors from new device attachment changes.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Mar 17 01:17:53 1996 UTC (29 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +14 -9 lines
New device attachment scheme:

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

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

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Nov 30 00:57:18 1995 UTC (29 years, 5 months ago) by jtc
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +9 -3 lines
merge in changes from 1.1 release branch

Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 20 11:01:14 1995 UTC (29 years, 6 months ago) by chopps
Branches: netbsd-1-1
CVS tags: netbsd-1-1-RELEASE, netbsd-1-1-PATCH001
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +9 -3 lines
take a couple devices from needs-count to needs-flag.
move tty pointers to softc structs
loadbsd now fails if it cannot allocate enough chipmem.
from osymh@gemini.oscs.montana.edu (Michael L. Hitch)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Apr 23 18:24:40 1995 UTC (30 years ago) by chopps
Branches: MAIN
CVS tags: netbsd-1-1-base
Branch point for: netbsd-1-1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +9 -3 lines
bring up-to-date with recent conf.c and sunos changes.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Feb 12 19:19:26 1995 UTC (30 years, 2 months ago) by chopps
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +11 -5 lines
Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
Now use amiga HW for soft interrupts, non-contig options (2 or many chunks),
interrupt handler lists, 4066 ethernet, 1291 scsi, option to defer level 6
interrupts to level 4 (deal with icky built-in serial port)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 28 09:25:52 1994 UTC (30 years, 4 months ago) by chopps
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +10 -3 lines
consolidate the zbusses. le support for multiple tx buffs and full use of 32k
RAM. AGA dbl PAL mode added for console. Many changes to siop--most not
yet done. All from osymh@gemini.oscs.montana.edu (Michael L. Hitch)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Dec 1 17:25:35 1994 UTC (30 years, 4 months ago) by chopps
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -3 lines
bring up to current.  change sun to sunos. handle changes in device
open params and autoconf match function params.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 26 02:04:51 1994 UTC (30 years, 6 months ago) by cgd
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
new RCS ID format.

Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Thu Oct 6 19:20:56 1994 UTC (30 years, 6 months ago) by chopps
Branches: netbsd-1-0
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.1: +1075 -0 lines
fix flow control and a couple bugs.  from:
niklas@appli.se (Niklas Hallqvist) and
osymh@gemini.oscs.montana.edu (Michael L. Hitch)

Revision 1.22.2.1
Thu Oct 6 19:20:55 1994 UTC (30 years, 6 months ago) by chopps
Branches: netbsd-1-0
FILE REMOVED
Changes since revision 1.22: +0 -1075 lines
file ser.c was added on branch netbsd-1-0 on 1994-10-06 19:20:56 +0000

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 6 19:20:55 1994 UTC (30 years, 6 months ago) by chopps
Branches: MAIN
CVS tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0
Branch point for: netbsd-1-0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +36 -7 lines
fix flow control and a couple bugs.  from:
niklas@appli.se (Niklas Hallqvist) and
osymh@gemini.oscs.montana.edu (Michael L. Hitch)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 31 02:13:01 1994 UTC (30 years, 8 months ago) by chopps
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -6 lines
cleanup diagnostic messages

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jun 16 14:28:55 1994 UTC (30 years, 10 months ago) by chopps
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
fix boot diag output.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jun 4 11:59:15 1994 UTC (30 years, 10 months ago) by chopps
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -43 lines
started out cleaning up amiga_init.c ended up touching alot of files.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun May 22 07:22:31 1994 UTC (30 years, 11 months ago) by chopps
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +14 -2 lines
an ide driver and hack reload device to do symbols.
from osymh@gemini.oscs.montana.edu (Michael L. Hitch)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 16 04:55:11 1994 UTC (30 years, 11 months ago) by chopps
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -36 lines
remove uneeded function from ser.c and fix common bad arg to sbicintr() in ahsc
and atzsc

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed May 11 19:06:49 1994 UTC (30 years, 11 months ago) by chopps
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
general cleanup including boot diag messages.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun May 8 05:53:45 1994 UTC (30 years, 11 months ago) by chopps
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +53 -54 lines
resistance is futile, you will be assimilated.
amiga goes: config.new *and* /sys/scsi.
clock code coerced into a single .c file adding an accurate usec delay().
disklabel.c updated to DTRT, code to write RDB's to be added soon.
sbic (old scsi) converted over to new scsi and config this covers about
90% of users.  Other drivers soon.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Apr 22 10:44:30 1994 UTC (31 years ago) by chopps
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +839 -795 lines
update to deal with ttyflags from tsarna@endicor.com (Ty Sarna),
major design changes by me which include shrinking of ring buffer
size from 16k to 256 bytes and removing code that realloced the
clists for the tty from default to 8192 (was using 24k) suggested
as suggested by theo.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 30 17:24:36 1994 UTC (31 years, 1 month ago) by chopps
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
remove dlists.h oops.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 28 06:16:21 1994 UTC (31 years, 1 month ago) by chopps
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
some scsi changes, 4M system hack, and a boot messgae addition.  from
Michael Hitch.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 17 09:10:56 1994 UTC (31 years, 2 months ago) by chopps
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -9 lines
modified to use generic cons. (and some grf defs changed)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 13 21:11:01 1994 UTC (31 years, 2 months ago) by chopps
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +23 -22 lines
cleaned up include's relocated grf/* stuf to grfabs*.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Feb 11 07:02:15 1994 UTC (31 years, 2 months ago) by chopps
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Add missing Id's

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 11 05:02:46 1994 UTC (31 years, 2 months ago) by chopps
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -5 lines
ioctl's always pass proc.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 1 11:52:34 1994 UTC (31 years, 2 months ago) by chopps
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1 lines
SCSI re-org, and misc. cleanup of compiler warnings.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jan 30 08:28:15 1994 UTC (31 years, 3 months ago) by chopps
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Re-enabled views, fixed warning in serial driver.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jan 26 21:06:18 1994 UTC (31 years, 3 months ago) by mw
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +653 -624 lines
Integrate recent changes done to the amiga branch. Includes support
for the '40.
Support for more scsi controllers (zeus, magnum)
Support for more tapes (in st.c)
New custom chip console code integrated.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 30 23:41:38 1993 UTC (31 years, 6 months ago) by mw
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
new tree for amiga, replacing the bogous previous one.
SunOS support works for a lot of executables now (static and dynamic).

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 2 18:08:14 1993 UTC (31 years, 7 months ago) by mw
Branches: MAIN
CVS tags: magnum-base
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +263 -78 lines
new source release integrated from amiga-release.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Sep 2 16:53:32 1993 UTC (31 years, 7 months ago) by mw
Branches: mw_amiga_machdep_merge, amiga-release
CVS tags: amiga-version#621
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +262 -77 lines
Update of arch/amiga tree, includes
- realtime clock support for a2k and a3k
- scsi drivers for a2091 and gvp-II controllers in a2k
- working ethernet driver for a2065/ameristar lance-controllers

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 1 19:23:20 1993 UTC (31 years, 9 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Add RCS identifiers (this time on the correct side of the branch), and
incorporate recent changes in netbsd-0-9 branch.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jul 5 19:19:47 1993 UTC (31 years, 9 months ago) by mw
Branches: mw_amiga_machdep_merge, amiga-release
CVS tags: netbsd-0-9-patch-001, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9, amiga_version_390
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
sys/arch/amiga tree. This is the machdep part required to get the kernel
up on an A3000. There are still (very) few changes required outside the
arch/amiga tree, so you can't recompile the kernel yet. Support for
third party SCSI controllers for the A2000 is on its way. The kernel is
fully functional (except for a missing ethernet-driver ...). This
tree is based on my version #390.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 5 19:19:46 1993 UTC (31 years, 9 months ago) by mw
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>