The NetBSD Project

CVS log for src/sys/dev/usb/uplcom.c

[BACK] Up to [cvs.netbsd.org] / src / sys / dev / usb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.71.12.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:35:11 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) next main 1.72 (colored)

merge to -current.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Dec 23 00:51:48 2011 UTC (5 months ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, HEAD
Changes since 1.72: +6 -6 lines
Diff to previous 1.72 (colored)

Revert previous due to active usbmp branch(es).

Revision 1.72 / (download) - annotate - [select for diffs], Thu Dec 22 20:07:02 2011 UTC (5 months ago) by jakllsch
Branch: MAIN
Changes since 1.71: +6 -6 lines
Diff to previous 1.71 (colored)

Adjust-away inconsistent and trailing whitespace.

Revision 1.70.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:54:16 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.70: +36 -32 lines
Diff to previous 1.70 (colored) next main 1.71 (colored)

sync with head

Revision 1.70.2.1 / (download) - annotate - [select for diffs], Sat Nov 6 08:08:39 2010 UTC (18 months, 2 weeks ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.70: +36 -32 lines
Diff to previous 1.70 (colored) next main 1.71 (colored)

Sync with HEAD.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Nov 3 22:34:24 2010 UTC (18 months, 3 weeks ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, uebayasi-xip-base4, rmind-uvmplock-nbase, rmind-uvmplock-base, mrg-ohci-jmcneill-usbmp-base, mrg-ohci-jmcneill-usbmp, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: jmcneill-usbmp
Changes since 1.70: +36 -32 lines
Diff to previous 1.70 (colored)

Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
USB_MATCH(), et cetera.  These files produce the same assembly
(according to objdump -d) before and after the change

Revision 1.63.4.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:07 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.63.4.2: +16 -15 lines
Diff to previous 1.63.4.2 (colored) to branchpoint 1.63 (colored) next main 1.64 (colored)

sync with head

Revision 1.70 / (download) - annotate - [select for diffs], Fri Dec 25 03:13:43 2009 UTC (2 years, 5 months ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.69: +10 -6 lines
Diff to previous 1.69 (colored)

Implement monitoring of CTS and RI lines.  Use UCDC_N_SERIAL_* instead
of RSAQ_STATUS_*, the Linux driver shows that with the exception of CTS,
the PL2303 uses USB CDC bits at byte offset 8 of the interrupt transfer.

To-Do: Handle the other bits, such as BREAK.

Revision 1.69 / (download) - annotate - [select for diffs], Thu Nov 12 19:58:27 2009 UTC (2 years, 6 months ago) by dyoung
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.68: +5 -10 lines
Diff to previous 1.68 (colored)

Simplify activation hooks.  (sc_dying must die!)

Revision 1.68 / (download) - annotate - [select for diffs], Wed Sep 23 19:07:19 2009 UTC (2 years, 8 months ago) by plunky
Branch: MAIN
CVS Tags: jym-xensuspend-nbase
Changes since 1.67: +5 -3 lines
Diff to previous 1.67 (colored)

fix up USB drivers printing of autoconf information

1. expand the USB_ATTACH_SETUP macro (requested by jmcneill)

2. reorder the attach function so that the first thing it does is print
   newlines.

3. after this, we can call usbd_devinfo_alloc(), which polls the device
   allowing a context switch, and aprint_normal() the device information.

this avoids problems where autoconf messages are getting mixed up.

Revision 1.63.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:22 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.63.4.1: +60 -96 lines
Diff to previous 1.63.4.1 (colored) to branchpoint 1.63 (colored)

sync with head.

Revision 1.66.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:09 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.66: +4 -2 lines
Diff to previous 1.66 (colored) next main 1.67 (colored)

Sync with HEAD.

Revision 1.62.6.4 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:10 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.62.6.3: +4 -2 lines
Diff to previous 1.62.6.3 (colored) to branchpoint 1.62 (colored) next main 1.63 (colored)

Sync with HEAD.

Revision 1.65.4.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:14:53 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.65.4.1: +4 -2 lines
Diff to previous 1.65.4.1 (colored) to branchpoint 1.65 (colored) next main 1.66 (colored)

Update haad-dm branch to haad-dm-base2.

Revision 1.66.4.1 / (download) - annotate - [select for diffs], Sat Nov 22 05:10:07 2008 UTC (3 years, 6 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, 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, 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
Changes since 1.66: +4 -2 lines
Diff to previous 1.66 (colored) next main 1.67 (colored)

Pull up following revision(s) (requested by jnemeth in ticket #103):
	sys/dev/usb/uplcom.c: revision 1.67
	sys/dev/usb/usbdevs: revision 1.520
PR/39971 - SHIMAOKA Shunsuke -- Recognize Corega CG-USBRS232R as a
serial device.

Revision 1.67 / (download) - annotate - [select for diffs], Thu Nov 20 10:50:42 2008 UTC (3 years, 6 months ago) by jnemeth
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-base2, nick-hppapmap-base, mjf-devfs2-base, jymxensuspend-base, jym-xensuspend-base, jym-xensuspend, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Changes since 1.66: +4 -2 lines
Diff to previous 1.66 (colored)

PR/39971 - SHIMAOKA Shunsuke -- Recognize Corega CG-USBRS232R as a
serial device.

Revision 1.65.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:17:10 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.65: +33 -70 lines
Diff to previous 1.65 (colored)

Sync with HEAD.

Revision 1.62.6.3 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:34 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.62.6.2: +33 -70 lines
Diff to previous 1.62.6.2 (colored) to branchpoint 1.62 (colored)

Sync with HEAD.

Revision 1.64.2.2 / (download) - annotate - [select for diffs], Wed Sep 24 16:38:55 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.64.2.1: +33 -70 lines
Diff to previous 1.64.2.1 (colored) to branchpoint 1.64 (colored) next main 1.65 (colored)

Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Sep 16 20:00:17 2008 UTC (3 years, 8 months ago) by martin
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, netbsd-5-base, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, netbsd-5
Changes since 1.65: +33 -70 lines
Diff to previous 1.65 (colored)

Remove hardcoded vendor/product ID based lookup for HX type chips and
decide based on the device descriptor instead. Simplifies things a
lot and fixes PR 39457.

Revision 1.64.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:37 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.64: +27 -28 lines
Diff to previous 1.64 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.63.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:21 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.63.2.1: +27 -28 lines
Diff to previous 1.63.2.1 (colored) to branchpoint 1.63 (colored) next main 1.64 (colored)

sync with head

Revision 1.50.4.2 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:34 2008 UTC (3 years, 11 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.50.4.1: +133 -52 lines
Diff to previous 1.50.4.1 (colored) to branchpoint 1.50 (colored) next main 1.51 (colored)

Sync with netbsd-4.

Revision 1.62.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:55 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.62.6.1: +932 -0 lines
Diff to previous 1.62.6.1 (colored) to branchpoint 1.62 (colored)

Sync with HEAD.

Revision 1.65 / (download) - annotate - [select for diffs], Sat May 24 16:40:58 2008 UTC (4 years ago) by cube
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl
Branch point for: haad-dm
Changes since 1.64: +27 -28 lines
Diff to previous 1.64 (colored)

Split device_t and softc for all USB device drivers, and related cosmetic
changes.

Matthias Drochner kindly reviewed this patch, and tested ums, ubt, uaudio
and ral.  I tested umass myself.

Revision 1.63.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:51 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.63: +2 -9 lines
Diff to previous 1.63 (colored)

sync with head.

Revision 1.63.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:11 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.63: +2 -9 lines
Diff to previous 1.63 (colored)

sync with head.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Apr 28 20:24:00 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.63: +2 -9 lines
Diff to previous 1.63 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.63 / (download) - annotate - [select for diffs], Sat Apr 5 16:35:35 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base
Branch point for: yamt-pf42, yamt-nfs-mp
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored)

use aprint_*_dev and device_xname

Revision 1.58.2.1 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:54 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.58: +153 -62 lines
Diff to previous 1.58 (colored) next main 1.59 (colored)

sync with HEAD

Revision 1.43.2.5 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:47 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.43.2.4: +153 -62 lines
Diff to previous 1.43.2.4 (colored) next main 1.44 (colored)

sync with head.

Revision 1.50.2.2 / (download) - annotate - [select for diffs], Fri Feb 22 22:05:57 2008 UTC (4 years, 3 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base
Changes since 1.50.2.1: +133 -52 lines
Diff to previous 1.50.2.1 (colored) to branchpoint 1.50 (colored) next main 1.51 (colored)

Pull up following revision(s) (requested by mlelstv in ticket #1088):
	sys/dev/usb/uplcom.c: revision 1.59, 1.61 via patch
	sys/dev/usb/usbdevs: patch
Add some initialization magic from FreeBSD. This makes it work with
the more recent PL2303 revision 4.

Revision 1.62.6.1, Thu Feb 21 04:38:43 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.62: +0 -940 lines
FILE REMOVED

file uplcom.c was added on branch mjf-devfs2 on 2008-06-02 13:23:55 +0000

Revision 1.62 / (download) - annotate - [select for diffs], Thu Feb 21 04:38:43 2008 UTC (4 years, 3 months ago) by rafal
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.61: +4 -2 lines
Diff to previous 1.61 (colored)

Make this work on a new TrippLite USB->Serial Converter Model U209-000-R.
At least rev 3.00 of the device needs the HX hack(s).

Revision 1.61 / (download) - annotate - [select for diffs], Wed Feb 20 15:55:38 2008 UTC (4 years, 3 months ago) by mlelstv
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

fix typo

Revision 1.58.8.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:06:26 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.58: +151 -62 lines
Diff to previous 1.58 (colored) next main 1.59 (colored)

Sync with HEAD.

Revision 1.60 / (download) - annotate - [select for diffs], Mon Feb 18 05:24:24 2008 UTC (4 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: mjf-devfs-base
Changes since 1.59: +22 -8 lines
Diff to previous 1.59 (colored)

Use device_t and its accessor functions.

Register _childdetached methods with drivers that attach children.
Wait to set child references to NULL there, instead of doing that
in the detach method.

Replace many uses of USB_DECLARE_DRIVER() with CFATTACH_DECL2().

Revision 1.59 / (download) - annotate - [select for diffs], Tue Feb 12 22:29:54 2008 UTC (4 years, 3 months ago) by mlelstv
Branch: MAIN
Changes since 1.58: +131 -56 lines
Diff to previous 1.58 (colored)

Add some initialization magic from FreeBSD. This makes it work with
the more recent PL2303 revision 4.

Revision 1.57.6.1 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:43 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.57: +4 -2 lines
Diff to previous 1.57 (colored) next main 1.58 (colored)

Sync with HEAD.

Revision 1.43.2.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:39:20 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.43.2.3: +13 -20 lines
Diff to previous 1.43.2.3 (colored)

sync with head.

Revision 1.57.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 10:22:03 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.57: +4 -2 lines
Diff to previous 1.57 (colored) next main 1.58 (colored)

Sync with HEAD.

Revision 1.50.4.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:04:44 2007 UTC (4 years, 8 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.50: +6 -2 lines
Diff to previous 1.50 (colored)

Sync w/ NetBSD-4-RC_1

Revision 1.53.2.3 / (download) - annotate - [select for diffs], Mon Aug 20 18:37:57 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.53.2.2: +4 -2 lines
Diff to previous 1.53.2.2 (colored) next main 1.54 (colored)

Sync with HEAD.

Revision 1.58 / (download) - annotate - [select for diffs], Sat Aug 18 20:23:04 2007 UTC (4 years, 9 months ago) by sborrill
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-csl-alignment-base5, matt-armv6-prevmlocking, matt-armv6-base, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: mjf-devfs, matt-armv6
Changes since 1.57: +4 -2 lines
Diff to previous 1.57 (colored)

Add support for SMART Technologies-badged Prolific USB-Serial converter

Revision 1.50.2.1 / (download) - annotate - [select for diffs], Thu Jul 26 13:19:26 2007 UTC (4 years, 10 months ago) by pavel
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1, 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, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.50: +6 -2 lines
Diff to previous 1.50 (colored)

Pull up following revision(s) (requested by hira in ticket #735):
	sys/dev/usb/usbdevs: revision 1.469
	sys/dev/usb/uplcom.c: revision 1.55
	sys/dev/usb/uplcom.c: revision 1.56
	share/man/man4/uplcom.4: revision 1.17
Add I-O DATA USB-RSAQ5.
	http://www.iodata.jp/news/2007/05/usb-rsaq5.htm
Teach I-O DATA USB-RSAQ5.
I-O DATA USB-RSAQ5 needs UPLCOM_TYPE_HX hack.  Pointed out by Kouichirou
Hiratsuka.
+ I/O DATA USB-RSAQ3, I/O DATA USB-RSAQ5.

Revision 1.53.2.2 / (download) - annotate - [select for diffs], Sun Jul 15 13:21:49 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.53.2.1: +8 -4 lines
Diff to previous 1.53.2.1 (colored)

Sync with head.

Revision 1.53.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:08:45 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.53: +9 -18 lines
Diff to previous 1.53 (colored) next main 1.54 (colored)

Sync with head.

Revision 1.52.6.4 / (download) - annotate - [select for diffs], Fri Jun 22 16:49:03 2007 UTC (4 years, 11 months ago) by itohy
Branch: itohy-usb1
Changes since 1.52.6.3: +4 -4 lines
Diff to previous 1.52.6.3 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored)

Pullup 1.57: PROLIFIC2 -> NETINDEX

Revision 1.57 / (download) - annotate - [select for diffs], Fri Jun 22 16:39:27 2007 UTC (4 years, 11 months ago) by itohy
Branch: MAIN
CVS Tags: nick-csl-alignment-base, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: nick-csl-alignment, jmcneill-pm
Changes since 1.56: +4 -4 lines
Diff to previous 1.56 (colored)

PROLIFIC2 -> NETINDEX

Revision 1.52.6.3 / (download) - annotate - [select for diffs], Thu Jun 21 15:25:08 2007 UTC (4 years, 11 months ago) by itohy
Branch: itohy-usb1
Changes since 1.52.6.2: +6 -2 lines
Diff to previous 1.52.6.2 (colored) to branchpoint 1.52 (colored)

Pullup 1.55-1.56: more models

Revision 1.52.6.2 / (download) - annotate - [select for diffs], Mon Jun 18 13:57:57 2007 UTC (4 years, 11 months ago) by itohy
Branch: itohy-usb1
Changes since 1.52.6.1: +12 -2 lines
Diff to previous 1.52.6.1 (colored) to branchpoint 1.52 (colored)

Pullup 1.54 (attach driver per interface) with #ifdef USB_USE_IFATTACH.

Revision 1.52.6.1 / (download) - annotate - [select for diffs], Sun Jun 17 01:20:25 2007 UTC (4 years, 11 months ago) by itohy
Branch: itohy-usb1
Changes since 1.52: +4 -4 lines
Diff to previous 1.52 (colored)

Pullup 1.53 in a different way.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Jun 14 01:22:52 2007 UTC (4 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.55: +4 -2 lines
Diff to previous 1.55 (colored)

I-O DATA USB-RSAQ5 needs UPLCOM_TYPE_HX hack.  Pointed out by Kouichirou
Hiratsuka.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Jun 13 00:31:21 2007 UTC (4 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.54: +4 -2 lines
Diff to previous 1.54 (colored)

Teach I-O DATA USB-RSAQ5.

Revision 1.52.2.2 / (download) - annotate - [select for diffs], Sat Mar 24 14:55:52 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.52.2.1: +3 -16 lines
Diff to previous 1.52.2.1 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored)

sync with head.

Revision 1.53.2.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:51:04 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.53: +3 -16 lines
Diff to previous 1.53 (colored)

Sync with head.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Mar 13 13:51:56 2007 UTC (5 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Changes since 1.53: +3 -16 lines
Diff to previous 1.53 (colored)

Introduce different autoconf interface attributes for USB drivers
matching (and handling) a whole device and those which match an
interface only. This will allow to enforce some rules, eg that
the former don't use interface information for matching or that the
latter don't modify global device state.
The previous way left too much freedom do the drivers which led to
inconsistencies and abuse.
For now, I've not changed locators and submatch rules, this will
happen later.
There should not be any change in behaviour, except in the case of
some drivers which did behave inconsistently:
if_atu, if_axe, uep: matched the configured device in the interface
 stage, but did configuration again. I've converted them to match
 in the device stage.
ustir, utoppy: matched in the interface stage, but only against
 vendor/device information, and used any configuration/interface
 without checking. Changed to match in device stage, and added
 some simple code to configure and use the first interface.
If you have one of those devices, please test!

Revision 1.52.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:57:32 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.52: +4 -4 lines
Diff to previous 1.52 (colored)

Sync with HEAD.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:50 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.52: +4 -4 lines
Diff to previous 1.52 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.43.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:47 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.43.2.2: +5 -3 lines
Diff to previous 1.43.2.2 (colored)

sync with head.

Revision 1.48.2.2 / (download) - annotate - [select for diffs], Thu Feb 1 08:48:30 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.48.2.1: +5 -3 lines
Diff to previous 1.48.2.1 (colored) to branchpoint 1.48 (colored) next main 1.49 (colored)

Sync with head.

Revision 1.52 / (download) - annotate - [select for diffs], Wed Jan 31 10:11:50 2007 UTC (5 years, 3 months ago) by msaitoh
Branch: MAIN
CVS Tags: post-newlock2-merge, newlock2-nbase, newlock2-base, itohy-usb1-base, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp, itohy-usb1
Changes since 1.51: +5 -2 lines
Diff to previous 1.51 (colored)

add an entry for Willcom WS002IN PHS device(Prolific Technology PL2303X).

PR#35512

Revision 1.51 / (download) - annotate - [select for diffs], Mon Jan 29 01:52:45 2007 UTC (5 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.50: +2 -3 lines
Diff to previous 1.50 (colored)

Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.

Revision 1.43.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:49:39 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.43.2.1: +26 -4 lines
Diff to previous 1.43.2.1 (colored)

sync with head.

Revision 1.48.4.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:17 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.48.4.1: +8 -8 lines
Diff to previous 1.48.4.1 (colored) to branchpoint 1.48 (colored) next main 1.49 (colored)

sync with head.

Revision 1.48.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:51 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.48: +4 -3 lines
Diff to previous 1.48 (colored)

Sync with head.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:27 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, netbsd-4-base
Branch point for: wrstuden-fixsa, netbsd-4
Changes since 1.49: +8 -8 lines
Diff to previous 1.49 (colored)

__unused removal on arguments; approved by core.

Revision 1.48.4.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:52 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.48: +9 -8 lines
Diff to previous 1.48 (colored)

sync with head

Revision 1.49 / (download) - annotate - [select for diffs], Thu Oct 12 01:32:00 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.48: +9 -8 lines
Diff to previous 1.48 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.47.8.1 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:40 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.47: +24 -3 lines
Diff to previous 1.47 (colored) next main 1.48 (colored)

sync with head.

Revision 1.47.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:55:33 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.47: +24 -3 lines
Diff to previous 1.47 (colored) next main 1.48 (colored)

sync with head

Revision 1.48 / (download) - annotate - [select for diffs], Mon Sep 4 15:39:39 2006 UTC (5 years, 8 months ago) by martin
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.47: +24 -3 lines
Diff to previous 1.47 (colored)

Add support for IO-DATA's USB-Serial adapter (USB-RSAQ3),
from Keiichi SHIMA.

Revision 1.43.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:07:44 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.43: +8 -13 lines
Diff to previous 1.43 (colored)

sync with head.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Dec 11 12:24:01 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-pdpolicy, rpaulo-netinet-merge-pcb
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

merge ktrace-lwp.

Revision 1.29.6.5 / (download) - annotate - [select for diffs], Thu Nov 10 14:08:06 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.29.6.4: +78 -21 lines
Diff to previous 1.29.6.4 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

Sync with HEAD. Here we go again...

Revision 1.46 / (download) - annotate - [select for diffs], Sun Oct 9 02:16:35 2005 UTC (6 years, 7 months ago) by sekiya
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.45: +4 -2 lines
Diff to previous 1.45 (colored)

Match ELECOM UC-SGT0.

Revision 1.34.2.3.2.2 / (download) - annotate - [select for diffs], Wed Aug 17 16:51:21 2005 UTC (6 years, 9 months ago) by riz
Branch: netbsd-2
CVS Tags: 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
Changes since 1.34.2.3.2.1: +4 -13 lines
Diff to previous 1.34.2.3.2.1 (colored) to branchpoint 1.34.2.3 (colored) next main 1.35 (colored)

Pull up revision 1.45 (requested by martin in ticket #5576):
Back out the "it is not completely clear" part of revision 1.37 - it
effectively swapped RTS and DTR, apparently on all versions of the chip.
This fixes PR kern/30685.

Revision 1.41.10.2 / (download) - annotate - [select for diffs], Mon Aug 15 19:10:55 2005 UTC (6 years, 9 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, 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
Changes since 1.41.10.1: +4 -13 lines
Diff to previous 1.41.10.1 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored)

Pull up revision 1.45 (requested by martin in ticket #663):
Back out the "it is not completely clear" part of revision 1.37 - it
effectively swapped RTS and DTR, apparently on all versions of the chip.
This fixes PR kern/30685.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Aug 13 21:50:45 2005 UTC (6 years, 9 months ago) by martin
Branch: MAIN
Changes since 1.44: +4 -13 lines
Diff to previous 1.44 (colored)

Back out the "it is not completely clear" part of revision 1.37 - it
effectively swapped RTS and DTR, apparently on all versions of the chip.
This fixes PR kern/30685.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jul 7 09:59:37 2005 UTC (6 years, 10 months ago) by pooka
Branch: MAIN
Changes since 1.43: +4 -2 lines
Diff to previous 1.43 (colored)

match & attach Panasonic 50" Touch Panel

Revision 1.34.2.3.2.1 / (download) - annotate - [select for diffs], Tue May 31 20:59:48 2005 UTC (6 years, 11 months ago) by riz
Branch: netbsd-2
Changes since 1.34.2.3: +75 -12 lines
Diff to previous 1.34.2.3 (colored)

Pull up revisions up to 1.43 (requested by soren in ticket #1557):
Backport of -current uplcom, which among other things adds support
for the new Prolific 2303 "HX" revision.

Revision 1.41.10.1 / (download) - annotate - [select for diffs], Sat May 28 18:38:11 2005 UTC (6 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.41: +73 -12 lines
Diff to previous 1.41 (colored)

Apply patch (requested by soren in ticket #352):
Backport of NetBSD-current's uplcom(4) which among other things adds
support for the new Prolific 2303 "HX" revision.

Revision 1.43 / (download) - annotate - [select for diffs], Wed May 11 20:25:01 2005 UTC (7 years ago) by augustss
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.42: +68 -6 lines
Diff to previous 1.42 (colored)

Support for the HX version of the chip.
Contributed by a donor that wishes to remain anonymous.

Revision 1.42 / (download) - annotate - [select for diffs], Wed May 11 10:02:28 2005 UTC (7 years ago) by augustss
Branch: MAIN
Changes since 1.41: +7 -7 lines
Diff to previous 1.41 (colored)

Don't keep the devinfo string on the stack, instead use malloc/free.
This should cure some rare stack overflows.

Revision 1.29.6.4 / (download) - annotate - [select for diffs], Tue Nov 2 07:53:03 2004 UTC (7 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.29.6.3: +6 -4 lines
Diff to previous 1.29.6.3 (colored) to branchpoint 1.29 (colored)

Sync with HEAD.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Oct 23 14:20:50 2004 UTC (7 years, 7 months ago) by augustss
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, netbsd-3-base, matt-timespec, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: netbsd-3
Changes since 1.40: +4 -2 lines
Diff to previous 1.40 (colored)

Add another serial adapter.  From Paul Shupak in PR kern/27197.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Oct 22 09:34:55 2004 UTC (7 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)

Merge a lot of devices from OpenBSD.

Revision 1.29.6.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:33:49 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.29.6.2: +2 -2 lines
Diff to previous 1.29.6.2 (colored) to branchpoint 1.29 (colored)

Fix the sync with head I botched.

Revision 1.29.6.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:51:46 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.29.6.1: +4 -3 lines
Diff to previous 1.29.6.1 (colored) to branchpoint 1.29 (colored)

Sync with HEAD.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Sep 13 12:55:49 2004 UTC (7 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.38: +4 -3 lines
Diff to previous 1.38 (colored)

a round of autoconf cleanup:
-convert submatch() style functions (passed to config_search() or
 config_found_sm()) to the locator passing variants
-pass interface attributes in some cases
-make submatch() functions look uniformly as far as possible
-avoid macros which just hide cfdata members, and reduce dependencies
 on "locators.h"

Revision 1.29.6.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:51:38 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.29: +47 -19 lines
Diff to previous 1.29 (colored)

Sync with HEAD

Revision 1.34.2.3 / (download) - annotate - [select for diffs], Wed Jul 28 10:40:40 2004 UTC (7 years, 9 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-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
Branch point for: netbsd-2
Changes since 1.34.2.2: +4 -2 lines
Diff to previous 1.34.2.2 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored)

Pull up revision 1.38 (requested by dbj in ticket #717):
attach to Sitecom USB to serial cable
patch submitted in PR kern/25510

Revision 1.34.2.2 / (download) - annotate - [select for diffs], Wed Jul 28 10:32:24 2004 UTC (7 years, 9 months ago) by tron
Branch: netbsd-2-0
Changes since 1.34.2.1: +32 -13 lines
Diff to previous 1.34.2.1 (colored) to branchpoint 1.34 (colored)

Pull up revision 1.37 (requested by dbj in ticket #717):
Make sure that we call uplcom_set_line_state() to get consistent state
between our idea of flow controll settings and the chips one.
In uplcom_set_line_state use the same value as the manufacturer suggests,
since the previously used (umodem based) values do not seem to work.
It is not completely clear what happened here - either the "not calling
uplcom_set_line_state" due to luck prevented the non working state to
be discovered or there are variants of the chip that need the old values.
During testing none such chips have been found - if they ever apear we
might have to make this function more intelligent, depending on the chip
in use.

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Wed Jul 28 10:30:51 2004 UTC (7 years, 9 months ago) by tron
Branch: netbsd-2-0
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

Pull up revision 1.35 (requested by dbj in ticket #717):
Initialize sc_rts and sc_dts to 0, instead of -1, as suggested in
PR kern/21043.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jun 5 08:41:43 2004 UTC (7 years, 11 months ago) by jdolecek
Branch: MAIN
Changes since 1.37: +4 -2 lines
Diff to previous 1.37 (colored)

attach to Sitecom USB to serial cable
patch submitted in PR kern/25510

Revision 1.37 / (download) - annotate - [select for diffs], Thu May 20 09:23:33 2004 UTC (8 years ago) by martin
Branch: MAIN
Changes since 1.36: +32 -13 lines
Diff to previous 1.36 (colored)

Make sure that we call uplcom_set_line_state() to get consistent state
between our idea of flow controll settings and the chips one.
In uplcom_set_line_state use the same value as the manufacturer suggests,
since the previously used (umodem based) values do not seem to work.
It is not completely clear what happened here - either the "not calling
uplcom_set_line_state" due to luck prevented the non working state to
be discovered or there are variants of the chip that need the old values.
During testing none such chips have been found - if they ever apear we
might have to make this function more intelligent, depending on the chip
in use.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Apr 23 17:25:26 2004 UTC (8 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

use bounded string ops (snprintf, strl*)

Revision 1.35 / (download) - annotate - [select for diffs], Fri Apr 9 19:06:52 2004 UTC (8 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

Initialize sc_rts and sc_dts to 0, instead of -1, as suggested in
PR kern/21043.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Feb 19 01:12:05 2004 UTC (8 years, 3 months ago) by augustss
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.33: +4 -2 lines
Diff to previous 1.33 (colored)

Add a serial adapter.  From PR 24482

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 5 13:29:08 2004 UTC (8 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored)

Get rid of a vnode.h include.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Nov 23 12:22:51 2003 UTC (8 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.31: +9 -2 lines
Diff to previous 1.31 (colored)

Add some more devices.  From FreeBSD.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 10 09:02:08 2003 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.30: +4 -7 lines
Diff to previous 1.30 (colored)

Update URLs; from Jared Yanovich via jmc@openbsd.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Aug 11 08:16:34 2003 UTC (8 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.29: +4 -2 lines
Diff to previous 1.29 (colored)

Add Sony Ericsson DCU10 USB Cable.  PR kern/22432.

Revision 1.11.4.9 / (download) - annotate - [select for diffs], Fri Oct 18 02:44:37 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.11.4.8: +0 -1 lines
Diff to previous 1.11.4.8 (colored) next main 1.12 (colored)

Catch up to -current.

Revision 1.18.2.7 / (download) - annotate - [select for diffs], Thu Oct 10 18:42:43 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.6: +2 -3 lines
Diff to previous 1.18.2.6 (colored) next main 1.19 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.29 / (download) - annotate - [select for diffs], Mon Sep 23 05:51:23 2002 UTC (9 years, 8 months ago) by simonb
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored)

Remove breaks after returns, unreachable returns and returns after
returns(!).

Revision 1.18.2.6 / (download) - annotate - [select for diffs], Fri Sep 6 08:47:09 2002 UTC (9 years, 8 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.5: +14 -14 lines
Diff to previous 1.18.2.5 (colored)

sync kqueue branch with HEAD

Revision 1.11.4.8 / (download) - annotate - [select for diffs], Thu Aug 1 02:46:04 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.11.4.7: +12 -12 lines
Diff to previous 1.11.4.7 (colored)

Catch up to -current.

Revision 1.27.4.1 / (download) - annotate - [select for diffs], Mon Jul 15 10:36:14 2002 UTC (9 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.27: +14 -14 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

catch up with -current.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 11 21:14:33 2002 UTC (9 years, 10 months ago) by augustss
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.27: +14 -14 lines
Diff to previous 1.27 (colored)

Get rid of trailing white space.

Revision 1.18.2.5 / (download) - annotate - [select for diffs], Sun Jun 23 17:49:11 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.4: +4 -2 lines
Diff to previous 1.18.2.4 (colored)

catch up with -current on kqueue branch

Revision 1.11.4.7 / (download) - annotate - [select for diffs], Mon Apr 1 07:47:38 2002 UTC (10 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.11.4.6: +6 -2 lines
Diff to previous 1.11.4.6 (colored)

Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.27 / (download) - annotate - [select for diffs], Sat Mar 16 16:10:19 2002 UTC (10 years, 2 months ago) by ichiro
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, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 (colored)

add device TDK USB-PDC Adapter UPA9664

Revision 1.18.2.4 / (download) - annotate - [select for diffs], Sat Mar 16 16:01:39 2002 UTC (10 years, 2 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.3: +4 -2 lines
Diff to previous 1.18.2.3 (colored)

Catch up with -current.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Mar 9 06:06:11 2002 UTC (10 years, 2 months ago) by ichiro
Branch: MAIN
CVS Tags: newlock-base, newlock
Changes since 1.25: +4 -2 lines
Diff to previous 1.25 (colored)

add device
TDK USB-PHS Adapter UHA6400

Revision 1.11.4.6 / (download) - annotate - [select for diffs], Thu Feb 28 04:14:33 2002 UTC (10 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.11.4.5: +4 -2 lines
Diff to previous 1.11.4.5 (colored)

Catch up to -current.

Revision 1.18.2.3 / (download) - annotate - [select for diffs], Mon Feb 11 20:10:17 2002 UTC (10 years, 3 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.2: +4 -2 lines
Diff to previous 1.18.2.2 (colored)

Sync w/ -current.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 22 03:13:28 2002 UTC (10 years, 4 months ago) by ichiro
Branch: MAIN
CVS Tags: ifpoll-base, ifpoll
Changes since 1.24: +4 -2 lines
Diff to previous 1.24 (colored)

supported RATOC Systems REX-USB60

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:59:04 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.18.2.1: +12 -16 lines
Diff to previous 1.18.2.1 (colored)

Sync kqueue branch with -current.

Revision 1.11.4.5 / (download) - annotate - [select for diffs], Tue Jan 8 00:32:16 2002 UTC (10 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.11.4.4: +10 -17 lines
Diff to previous 1.11.4.4 (colored)

Catch up to -current.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Dec 31 12:15:22 2001 UTC (10 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23 (colored)

Make a typedef for struct proc to make portingeasier.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Dec 3 01:47:12 2001 UTC (10 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.22: +6 -15 lines
Diff to previous 1.22 (colored)

Handle vendor/product lookup with a common routine.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Nov 30 13:41:00 2001 UTC (10 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (colored)

Add new devices.  From URA Hiroshi in PR 14790.

Revision 1.11.4.4 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:20 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.11.4.3: +4 -1 lines
Diff to previous 1.11.4.3 (colored)

Catch up to -current.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 13 06:24:56 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

add RCSIDs

Revision 1.11.4.3 / (download) - annotate - [select for diffs], Fri Aug 24 00:11:10 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.11.4.2: +45 -7 lines
Diff to previous 1.11.4.2 (colored)

Catch up with -current.

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Fri Aug 3 04:13:36 2001 UTC (10 years, 9 months ago) by lukem
Branch: kqueue
Changes since 1.18: +45 -7 lines
Diff to previous 1.18 (colored)

update to -current

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jul 31 12:33:11 2001 UTC (10 years, 9 months ago) by ichiro
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Changes since 1.19: +6 -2 lines
Diff to previous 1.19 (colored)

correct interrupt pipe of USB-RSAQ1.
sc_intr_iface was defined newly,
and interface of interrupt was kept in sc_intr_iface.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jul 20 21:03:41 2001 UTC (10 years, 10 months ago) by ichiro
Branch: MAIN
Changes since 1.18: +40 -6 lines
Diff to previous 1.18 (colored)

support to change of CRTSCTS
change uplcom_reset parameter

Revision 1.11.4.2 / (download) - annotate - [select for diffs], Thu Jun 21 20:06:25 2001 UTC (10 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.11.4.1: +4 -3 lines
Diff to previous 1.11.4.1 (colored)

Catch up to -current.

Revision 1.18 / (download) - annotate - [select for diffs], Tue May 22 00:43:12 2001 UTC (11 years ago) by jhawk
Branch: MAIN
Branch point for: kqueue
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

oops. Make it compile.

Revision 1.17 / (download) - annotate - [select for diffs], Tue May 22 00:18:03 2001 UTC (11 years ago) by jhawk
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16 (colored)

Supoprt the IOGEAR/ATEN UC-232A, which uses the Prolific 2303.
Make this the "PRODUCT_PL2303" because it's actually id 0x2303
and change the old PRODUCT_PL2303 to PRODUCT_RSAQ.

Revision 1.11.2.4 / (download) - annotate - [select for diffs], Sat Apr 21 17:50:06 2001 UTC (11 years, 1 month ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.11.2.3: +10 -8 lines
Diff to previous 1.11.2.3 (colored) next main 1.12 (colored)

Sync with HEAD

Revision 1.11.4.1 / (download) - annotate - [select for diffs], Mon Apr 9 01:57:39 2001 UTC (11 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.11: +210 -49 lines
Diff to previous 1.11 (colored)

Catch up with -current.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 2 13:38:14 2001 UTC (11 years, 1 month ago) by ichiro
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

support USB-serial PLANEX USB-RS232 URS-03
reported by sakamoto@splhack.org (Kazuki Sakamoto)

Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 1 03:28:11 2001 UTC (11 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.14: +8 -8 lines
Diff to previous 1.14 (colored)

Fix some bad indentation.

Revision 1.11.2.3 / (download) - annotate - [select for diffs], Tue Mar 27 15:32:19 2001 UTC (11 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.11.2.2: +208 -49 lines
Diff to previous 1.11.2.2 (colored)

Sync with HEAD.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 26 12:58:44 2001 UTC (11 years, 2 months ago) by ichiro
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

fix typo

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 26 12:49:39 2001 UTC (11 years, 2 months ago) by ichiro
Branch: MAIN
Changes since 1.12: +58 -22 lines
Diff to previous 1.12 (colored)

support interrupt endpoint.
add more comment

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 14 15:53:01 2001 UTC (11 years, 2 months ago) by ichiro
Branch: MAIN
Changes since 1.11: +162 -39 lines
Diff to previous 1.11 (colored)

Implement uplcom_intr().
use interrupt pipe of USB serial adapter

Revision 1.11.2.2 / (download) - annotate - [select for diffs], Sun Feb 11 19:16:29 2001 UTC (11 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.11.2.1: +543 -0 lines
Diff to previous 1.11.2.1 (colored)

Sync with HEAD.

Revision 1.11.2.1, Tue Jan 30 13:17:43 2001 UTC (11 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.11: +0 -543 lines
FILE REMOVED

file uplcom.c was added on branch thorpej_scsipi on 2001-02-11 19:16:29 +0000

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 30 13:17:43 2001 UTC (11 years, 3 months ago) by ichiro
Branch: MAIN
Branch point for: thorpej_scsipi, nathanw_sa
Changes since 1.10: +49 -8 lines
Diff to previous 1.10 (colored)

add uplcom_{open,close}
it only reset routine yet.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 28 03:44:46 2001 UTC (11 years, 3 months ago) by ichiro
Branch: MAIN
Changes since 1.9: +41 -11 lines
Diff to previous 1.9 (colored)

USB-RSAQ work
but this product was discon.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 24 14:46:49 2001 UTC (11 years, 4 months ago) by ichiro
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

more datasheet
but same...

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 23 21:56:17 2001 UTC (11 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Ad support for an extra message in the ucom attach code.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 23 14:04:14 2001 UTC (11 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.6: +7 -1 lines
Diff to previous 1.6 (colored)

Make sure driver attach/detach events are generated in a consistent manner.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 23 13:48:06 2001 UTC (11 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.5: +9 -10 lines
Diff to previous 1.5 (colored)

Change matching condition (we don't want to match on interface for this
type of device).
Don't generate a device detach event since there's no attach event.
Minor cosmetic changes.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 23 10:10:22 2001 UTC (11 years, 4 months ago) by ichiro
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4 (colored)

simple datasheet
 http://www.nisseisg.co.jp/jyouhou/_cp/@gif/2303.pdf
but not include register :<

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 23 08:15:58 2001 UTC (11 years, 4 months ago) by ichiro
Branch: MAIN
Changes since 1.3: +21 -10 lines
Diff to previous 1.3 (colored)

increase size of UPLCOM{I,O}BUFSIZE
enabe uplcom_break

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 23 02:36:17 2001 UTC (11 years, 4 months ago) by ichiro
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

s/2000/2001 :-)
and typo.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 23 02:25:02 2001 UTC (11 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.1: +3 -5 lines
Diff to previous 1.1 (colored)

Don't turn on the dubug flag by default.
Don't print interface class/subclass; it's pointless since the device
doesn't follow any standard class definition.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 23 01:24:10 2001 UTC (11 years, 4 months ago) by ichiro
Branch: MAIN

driver for Prolific PL2303 serial adapter.
I/O DATA USB-USAQ2 work.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>