The NetBSD Project

CVS log for src/sys/dev/pci/pucdata.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.76 / (download) - annotate - [select for diffs], Tue Aug 9 21:04:05 2011 UTC (9 months, 2 weeks ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, netbsd-6-base, netbsd-6, 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-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, HEAD
Changes since 1.75: +11 -2 lines
Diff to previous 1.75 (colored)

Add support for the Oxford Semiconductor OXPCIe952, a 2-port serial chip
with a PCI Express interface, in legacy mode.  Cursorily tested with a
StarTech PEX2S952LP.

See the manual for your adapter to see how to put it into legacy mode.
There is also a "native" mode that uses a different clock multiplier
and (I think) provides a richer feature set, but also requires a bit of
additional initialization (see FreeBSD's puc(4)).

The native-mode PCI functions use different PCI Device IDs than the
legacy-mode functions.

Revision 1.69.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:26 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.69: +224 -19 lines
Diff to previous 1.69 (colored) next main 1.70 (colored)

Sync with HEAD.

Revision 1.59.4.4 / (download) - annotate - [select for diffs], Tue May 31 03:04:51 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.59.4.3: +167 -0 lines
Diff to previous 1.59.4.3 (colored) to branchpoint 1.59 (colored) next main 1.60 (colored)

sync with head

Revision 1.75 / (download) - annotate - [select for diffs], Sat May 28 10:48:51 2011 UTC (11 months, 4 weeks ago) by ryo
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base, cherry-xenmp
Changes since 1.74: +30 -2 lines
Diff to previous 1.74 (colored)

Add support for SYSTEMBASE SB16C105x 4-port/8-port serial PCI cards.

- Added initialize code for SB16C105x to puc.c, but
  It is better to add a member (*config_function)() to
  struct puc_device_description and use it
- It seems SB16C1054 *rev 0x91* has different BAR layout, but not supported yet.

Revision 1.74 / (download) - annotate - [select for diffs], Sat May 14 22:07:38 2011 UTC (12 months, 1 week ago) by martin
Branch: MAIN
Changes since 1.73: +31 -2 lines
Diff to previous 1.73 (colored)

PR kern/44956: add support for Qinheng PCI cards to the puc driver

Revision 1.73 / (download) - annotate - [select for diffs], Mon May 2 14:23:24 2011 UTC (12 months, 3 weeks ago) by manu
Branch: MAIN
Changes since 1.72: +11 -11 lines
Diff to previous 1.72 (colored)

Add support for new SUNIX PCI seriel and/or parallel adapters, with new
SUNIX vendor Id 0x1fd4 and product Id 0x1999. Constants were taken from
Linux open source driver distributed by SUNIX.

The following models should be supported now:
5008 1 parallel port
5016 16 serial ports, only 8 supported right now (PUC_MAX_PORTS limit)
5027 1 serial port
5037 2 serial ports
5056 4 serial ports
5066 8 serial ports, this model is the only one that was actually tested.
5069 1 serial port and 1 parallel port
5079 2 serial ports and 1 parallel port
5099 4 serial ports and 1 parallel port

Revision 1.72 / (download) - annotate - [select for diffs], Mon May 2 14:00:09 2011 UTC (12 months, 3 weeks ago) by manu
Branch: MAIN
Changes since 1.71: +112 -2 lines
Diff to previous 1.71 (colored)

Add new PCI vendor Id for Sunix, and the corresponding device Id.

Revision 1.59.4.3 / (download) - annotate - [select for diffs], Thu Apr 21 01:42:00 2011 UTC (13 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.59.4.2: +20 -0 lines
Diff to previous 1.59.4.2 (colored) to branchpoint 1.59 (colored)

sync with head

Revision 1.71 / (download) - annotate - [select for diffs], Fri Mar 11 20:22:53 2011 UTC (14 months, 2 weeks ago) by he
Branch: MAIN
Changes since 1.70: +22 -2 lines
Diff to previous 1.70 (colored)

Add two NetMos NM9865 1-port and 2-port controllers, as found in
2x and 1x on a 4-port card sold as Sunsway/ST Lab I-430.

Revision 1.59.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:57 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.59.4.1: +1630 -871 lines
Diff to previous 1.59.4.1 (colored) to branchpoint 1.59 (colored)

sync with head

Revision 1.69.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 15:10:28 2011 UTC (14 months, 3 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.69: +37 -19 lines
Diff to previous 1.69 (colored) next main 1.70 (colored)

Sync with HEAD

Revision 1.70 / (download) - annotate - [select for diffs], Sun Feb 20 22:22:02 2011 UTC (15 months ago) by msaitoh
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.69: +37 -19 lines
Diff to previous 1.69 (colored)

- Add support for Moschip NM9904 and NM9922. These devices use PCI multi
  function, so only one PUC_PORT_TYPE_COM entry is used in these devices.
- Use macro.

Revision 1.59.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:46:34 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.59: +1595 -854 lines
Diff to previous 1.59 (colored) next main 1.60 (colored)

Sync with HEAD.

Revision 1.54.4.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:04 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.54.4.3: +1595 -854 lines
Diff to previous 1.54.4.3 (colored) to branchpoint 1.54 (colored) next main 1.55 (colored)

sync with head.

Revision 1.69 / (download) - annotate - [select for diffs], Sun Aug 1 18:50:24 2010 UTC (21 months, 3 weeks ago) by msaitoh
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-base
Branch point for: jruoho-x86intr, bouyer-quota2
Changes since 1.68: +220 -4 lines
Diff to previous 1.68 (colored)

Add the following cards' support from FreeBSD:
 - Comtrol RocketPort 550/4, 550/8 and 550/16 series
 - Lava Computers Quatro-PCI
 - some NetMos NM9865 cards
 - VScom PCI-200Li

Revision 1.68 / (download) - annotate - [select for diffs], Tue Jul 13 23:46:19 2010 UTC (22 months, 1 week ago) by msaitoh
Branch: MAIN
Changes since 1.67: +34 -2 lines
Diff to previous 1.67 (colored)

Add three card support from Tsubai.
 - Advantech PCI-1604UP (2S)
 - InnoSys Keyspan SX Pro (4S)
 - I-O DATA RSA-PCI2 (2S)

Revision 1.67 / (download) - annotate - [select for diffs], Sun Jul 11 00:11:05 2010 UTC (22 months, 2 weeks ago) by mrg
Branch: MAIN
Changes since 1.66: +3 -3 lines
Diff to previous 1.66 (colored)

use PCI_PRODUCT_NETMOS_NM9901 instead of 0x9901 magic number.

Revision 1.66 / (download) - annotate - [select for diffs], Thu Jul 8 18:55:45 2010 UTC (22 months, 2 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.65: +217 -32 lines
Diff to previous 1.65 (colored)

- Fix the frequency for Advantech PCI1620 port 4-8.
- Fix the mask for IBM SurePos 300
- s/Titan/VScom/
- Add the following cards:
    - Avlab PCI 2 Serial
    - Avlab Low Profile PCI 4 Serial (another revision?)
    - Moxa CP-102/PCI.
    - SUNIX 4036 2S
    - Syba Tech Ltd. PCI-4S
    - Syba Tech Ltd. PCI-4S2P-550-ECP
    - PR#37299
        - VScom PCI-010L
        - VScom PCI-100L
        - VScom PCI-110L
        - VScom PCI-200L
        - VScom PCI-210L
        - VScom PCI-400L
        - VScom PCI-011H
        - VScom PCI-100H

Revision 1.65 / (download) - annotate - [select for diffs], Thu Jul 8 12:09:31 2010 UTC (22 months, 2 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.64: +22 -13 lines
Diff to previous 1.64 (colored)

- Fix an entry for CP-168EL-A/PCIe reported by Ryo SHIMIZU.
- Add an entry for NetMos NM9901 UART. Tested my own NM9901 card.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Jul 8 08:49:54 2010 UTC (22 months, 2 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.63: +36 -10 lines
Diff to previous 1.63 (colored)

- Fix a table for Advantech PCI-1620
- Add entry for PCI-1610 and PCI-1612

Revision 1.63 / (download) - annotate - [select for diffs], Thu Jul 8 06:12:41 2010 UTC (22 months, 2 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.62: +7 -7 lines
Diff to previous 1.62 (colored)

Use real company name and product name.

Revision 1.62 / (download) - annotate - [select for diffs], Thu Jul 8 00:59:47 2010 UTC (22 months, 2 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.61: +275 -4 lines
Diff to previous 1.61 (colored)

- revert pucdata.c rev. 1.60 and add a new entry which checks subvendor code.
- Add the following cards' support (include fixing for PR#37566 and PR#39288):
	Advantech PCI-1620A-AE (8-port serial)
	Decision Computer Inc PCCOM PCI 2 Port (2 port serial)
	Decision Computer Inc PCCOM PCI 4 Port (4 port serial)
	Decision Computer Inc PCCOM PCI 8 Port (8 port serial)
	Exsys EX-41098 (4 port serial)
	IO-DATA RSA-PCI2 (8 port serial)
	Moxa Technologies SmartIO C168EL-A/PCI (8-port serial)
	Moxa Technologies SmartIO C168EL/PCIe (8-port serial)
	Moxa Technologies SmartIO C168U/PCI (8-port serial)
	Moxa Technologies SmartIO CP104-EL/PCIe (4-port serial)
	Multi-Tech ISI5634PCI/4 (4 port serial)
	NetMos NM9835 UART (1 port serial)
	NetMos NM9865 4 UART (4 port serial)
	NetMos NM9865 UART (1 port serial)
	NetMos NM9901 PCIe (single parallel)
	Oxford OX16PCI958 (8 port serial)
	SIIG Cyber 4 PCI 16550 (4-port serial)
	SIIG Cyber 4S PCI 16C650 (20x family) (4-port serial)

Revision 1.61 / (download) - annotate - [select for diffs], Thu Jul 8 00:03:31 2010 UTC (22 months, 2 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.60: +920 -918 lines
Diff to previous 1.60 (colored)

Sort by PCI_VENDOR_*. No functional change.

Revision 1.59.4.1 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:40 2010 UTC (22 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.59: +6 -6 lines
Diff to previous 1.59 (colored)

sync with head

Revision 1.60 / (download) - annotate - [select for diffs], Fri Jul 2 03:25:27 2010 UTC (22 months, 3 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.59: +6 -6 lines
Diff to previous 1.59 (colored)

 Fix frequency for OX16PCI954.

Revision 1.55.10.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:49 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.55: +24 -3 lines
Diff to previous 1.55 (colored) next main 1.56 (colored)

sync to netbsd-5

Revision 1.54.4.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:59 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.54.4.2: +25 -2 lines
Diff to previous 1.54.4.2 (colored) to branchpoint 1.54 (colored)

sync with head

Revision 1.55.4.2 / (download) - annotate - [select for diffs], Sat Jan 23 17:56:17 2010 UTC (2 years, 4 months ago) by bouyer
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, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.55.4.1: +13 -2 lines
Diff to previous 1.55.4.1 (colored) to branchpoint 1.55 (colored) next main 1.56 (colored)

Pull up following revision(s) (requested by mbalmer in ticket #1255):
	sys/dev/pci/pucdata.c: revision 1.59
Add the IBM 481033H SCC

Revision 1.59 / (download) - annotate - [select for diffs], Tue Jan 19 12:11:21 2010 UTC (2 years, 4 months ago) by mbalmer
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base1, uebayasi-xip-base
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.58: +13 -2 lines
Diff to previous 1.58 (colored)

Add the IBM 481033H SCC

Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 18 00:28:09 2009 UTC (2 years, 6 months ago) by enami
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.57: +14 -2 lines
Diff to previous 1.57 (colored)

Add an entry for AVlab's low profile PCI 4 port serial card, which is
sold in japan from kuroutoshikou as SERIAL4P-LPPCI2.

Revision 1.55.4.1 / (download) - annotate - [select for diffs], Fri Oct 16 06:32:37 2009 UTC (2 years, 7 months ago) by snj
Branch: netbsd-5
Changes since 1.55: +13 -3 lines
Diff to previous 1.55 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #1070):
	sys/dev/pci/pucdata.c: revision 1.57
Add support for Oxford Semiconductor OXmPCI952 2 port UARTs.
Also update URL of Oxford UART chips.

Revision 1.54.4.2 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:52 2009 UTC (2 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.54.4.1: +13 -3 lines
Diff to previous 1.54.4.1 (colored) to branchpoint 1.54 (colored)

sync with head

Revision 1.57 / (download) - annotate - [select for diffs], Sat Aug 29 13:55:29 2009 UTC (2 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, jym-xensuspend-nbase
Changes since 1.56: +13 -3 lines
Diff to previous 1.56 (colored)

Add support for Oxford Semiconductor OXmPCI952 2 port UARTs.
Also update URL of Oxford UART chips.

Revision 1.54.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:13:01 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.54: +50 -2 lines
Diff to previous 1.54 (colored)

sync with head.

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

Sync with HEAD.

Revision 1.52.16.4 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:01 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.52.16.3: +12 -0 lines
Diff to previous 1.52.16.3 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored)

Sync with HEAD.

Revision 1.54.10.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:14:37 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.54.10.1: +14 -2 lines
Diff to previous 1.54.10.1 (colored) to branchpoint 1.54 (colored) next main 1.55 (colored)

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

Revision 1.56 / (download) - annotate - [select for diffs], Mon Dec 8 19:32:39 2008 UTC (3 years, 5 months ago) by dyoung
Branch: MAIN
CVS Tags: 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
Changes since 1.55: +14 -2 lines
Diff to previous 1.55 (colored)

Distinguish the NetMos NM9845 Quad UART chip from the NetMos NM9845
Quad UART + One Parallel chip.

Revision 1.54.10.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:40 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.54: +38 -2 lines
Diff to previous 1.54 (colored)

Sync with HEAD.

Revision 1.52.16.3 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:28 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.52.16.2: +36 -0 lines
Diff to previous 1.52.16.2 (colored) to branchpoint 1.52 (colored)

Sync with HEAD.

Revision 1.54.6.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:08 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.54: +38 -2 lines
Diff to previous 1.54 (colored) next main 1.55 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Sep 6 22:36:40 2008 UTC (3 years, 8 months ago) by rmind
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, 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-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-dm-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, netbsd-5, matt-nb5-mips64
Changes since 1.54: +38 -2 lines
Diff to previous 1.54 (colored)

PR/38012: David Dudley: Support for B&B Electronics MIPort serial cards.

Revision 1.49.2.1.2.2 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:25 2008 UTC (3 years, 11 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.49.2.1.2.1: +12 -2 lines
Diff to previous 1.49.2.1.2.1 (colored) to branchpoint 1.49.2.1 (colored) next main 1.49.2.2 (colored)

Sync with netbsd-4.

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

Sync with HEAD.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Apr 3 20:45:08 2008 UTC (4 years, 1 month ago) by riz
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base2, yamt-nfs-mp-base, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, hpcarm-cleanup-nbase
Branch point for: yamt-nfs-mp, wrstuden-revivesa, haad-dm
Changes since 1.53: +31 -2 lines
Diff to previous 1.53 (colored)

Support for Digi International 4 and 8 port boards, from OpenBSD.

XXX need to convert the rest of the PCI vendor/product IDs to macros

Revision 1.52.16.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:53 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.52: +12 -2 lines
Diff to previous 1.52 (colored)

Sync with HEAD.

Revision 1.52.12.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:49 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.52: +12 -2 lines
Diff to previous 1.52 (colored) next main 1.53 (colored)

sync with head.

Revision 1.51.20.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:50 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.51.20.1: +12 -2 lines
Diff to previous 1.51.20.1 (colored) to branchpoint 1.51 (colored) next main 1.52 (colored)

sync with HEAD

Revision 1.49.2.3 / (download) - annotate - [select for diffs], Sun Mar 9 11:03:04 2008 UTC (4 years, 2 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base
Changes since 1.49.2.2: +10 -0 lines
Diff to previous 1.49.2.2 (colored) to branchpoint 1.49 (colored) next main 1.50 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #1097):
	sys/dev/pci/pucdata.c: revision 1.53
	sys/dev/pci/pcidevs: revision 1.930
Add I-O DATA RSA-PCI 2 port serial board.
Add an entry for I-O DATA RSA-PCI 2-port serial board.
(works only on 16550A compatible mode)

Revision 1.40.4.5 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:36 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40.4.4: +12 -2 lines
Diff to previous 1.40.4.4 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored)

sync with head.

Revision 1.53 / (download) - annotate - [select for diffs], Fri Feb 22 14:51:38 2008 UTC (4 years, 3 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, hpcarm-cleanup-base, ad-socklock-base1
Changes since 1.52: +12 -2 lines
Diff to previous 1.52 (colored)

Add an entry for I-O DATA RSA-PCI 2-port serial board.
(works only on 16550A compatible mode)

Revision 1.49.2.1.2.1 / (download) - annotate - [select for diffs], Sun Jan 6 05:01:10 2008 UTC (4 years, 4 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.49.2.1: +3 -3 lines
Diff to previous 1.49.2.1 (colored)

Catch up to netbsd-4.0 release.

Revision 1.40.4.4 / (download) - annotate - [select for diffs], Thu Nov 15 11:44:27 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40.4.3: +3 -3 lines
Diff to previous 1.40.4.3 (colored) to branchpoint 1.40 (colored)

sync with head.

Revision 1.51.24.1 / (download) - annotate - [select for diffs], Tue Nov 13 16:01:32 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored) next main 1.52 (colored)

Sync with HEAD

Revision 1.51.20.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:29:29 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored)

sync with HEAD

Revision 1.51.18.1 / (download) - annotate - [select for diffs], Sun Nov 4 21:03:27 2007 UTC (4 years, 6 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored) next main 1.52 (colored)

Sync with HEAD.

Revision 1.49.2.2 / (download) - annotate - [select for diffs], Sun Nov 4 01:22:41 2007 UTC (4 years, 6 months ago) by xtraeme
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.49.2.1: +1 -1 lines
Diff to previous 1.49.2.1 (colored) to branchpoint 1.49 (colored)

Pull up following revision(s) (requested by jnemeth in ticket #968):
	sys/dev/pci/pucdata.c: revision 1.52

PR/37259 - Daniel Neri -- typo in EXAR XR17C158 description

Revision 1.52 / (download) - annotate - [select for diffs], Thu Nov 1 18:18:37 2007 UTC (4 years, 6 months ago) by jnemeth
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, mjf-devfs, 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
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored)

PR/37259 - Daniel Neri -- typo in EXAR XR17C158 description

Revision 1.40.4.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:34 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40.4.2: +81 -8 lines
Diff to previous 1.40.4.2 (colored) to branchpoint 1.40 (colored)

sync with head.

Revision 1.49.2.1 / (download) - annotate - [select for diffs], Sun Feb 18 14:03:29 2007 UTC (5 years, 3 months ago) by tron
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1
Branch point for: wrstuden-fixsa
Changes since 1.49: +81 -8 lines
Diff to previous 1.49 (colored)

Pull up following revision(s) (requested by chs in ticket #424):
	sys/dev/pci/pucdata.c: revision 1.51
add some SIIG and Moxa cards.

Revision 1.46.2.3 / (download) - annotate - [select for diffs], Thu Feb 1 08:48:26 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.46.2.2: +81 -8 lines
Diff to previous 1.46.2.2 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored)

Sync with head.

Revision 1.51 / (download) - annotate - [select for diffs], Sun Jan 28 21:44:29 2007 UTC (5 years, 3 months ago) by chs
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, yamt-idlelwp, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, hpcarm-cleanup, ad-audiomp-base, ad-audiomp
Branch point for: matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.50: +81 -8 lines
Diff to previous 1.50 (colored)

add some SIIG and Moxa cards.

Revision 1.46.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:43 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.46.2.1: +52 -3 lines
Diff to previous 1.46.2.1 (colored) to branchpoint 1.46 (colored)

Sync with head.

Revision 1.40.4.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:48 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40.4.1: +90 -3 lines
Diff to previous 1.40.4.1 (colored) to branchpoint 1.40 (colored)

sync with head.

Revision 1.46.4.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:47 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.46.4.1: +79 -2 lines
Diff to previous 1.46.4.1 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored)

sync with head.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Dec 9 21:06:07 2006 UTC (5 years, 5 months ago) by manu
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3
Changes since 1.49: +52 -3 lines
Diff to previous 1.49 (colored)

Add support for 4 and 8 ports modem boards from Perle systems

Revision 1.36.2.1.2.2 / (download) - annotate - [select for diffs], Tue Nov 21 09:40:41 2006 UTC (5 years, 6 months ago) by ghen
Branch: netbsd-2
Changes since 1.36.2.1.2.1: +15 -2 lines
Diff to previous 1.36.2.1.2.1 (colored) to branchpoint 1.36.2.1 (colored) next main 1.37 (colored)

Pull up following revision(s) (requested by bouyer in ticket #10749):
	sys/dev/pci/pucdata.c: revision 1.49
	sys/dev/pci/pcidevs: revision 1.849
	sys/dev/pci/pcidevs: revision 1.850
Add NetMos 9855 Quad UART and 1284 Printer port
Fix typo in previous (hi bouyer).

Revision 1.40.2.4 / (download) - annotate - [select for diffs], Mon Nov 20 15:49:38 2006 UTC (5 years, 6 months ago) by ghen
Branch: netbsd-3
Changes since 1.40.2.3: +15 -2 lines
Diff to previous 1.40.2.3 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored)

Pull up following revision(s) (requested by bouyer in ticket #1584):
	sys/dev/pci/pucdata.c: revision 1.49
	sys/dev/pci/pcidevs: revision 1.849
	sys/dev/pci/pcidevs: revision 1.850
Add NetMos 9855 Quad UART and 1284 Printer port
Fix typo in previous (hi bouyer).

Revision 1.46.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:33 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.46: +40 -2 lines
Diff to previous 1.46 (colored)

Sync with head.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Nov 13 20:11:10 2006 UTC (5 years, 6 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.48: +15 -2 lines
Diff to previous 1.48 (colored)

Add NetMos 9855 Quad UART and 1284 Printer port

Revision 1.48 / (download) - annotate - [select for diffs], Tue Oct 31 23:04:50 2006 UTC (5 years, 6 months ago) by manu
Branch: MAIN
Changes since 1.47: +17 -2 lines
Diff to previous 1.47 (colored)

Add support for Perle systems PCI-RAS 4 modem ports
See http://www.perle.com/products/Multimodem-Cards.shtml for product details

Revision 1.46.4.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:19 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.46: +12 -2 lines
Diff to previous 1.46 (colored)

sync with head

Revision 1.47 / (download) - annotate - [select for diffs], Mon Oct 9 20:33:04 2006 UTC (5 years, 7 months ago) by cube
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.46: +12 -2 lines
Diff to previous 1.46 (colored)

Add an entry for the 2 UARTs version of the Moschip NM9835.

Revision 1.42.2.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:19 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.42: +60 -3 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

sync with head

Revision 1.42.6.3 / (download) - annotate - [select for diffs], Sun Sep 3 15:24:23 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.42.6.2: +3 -3 lines
Diff to previous 1.42.6.2 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)

sync with head.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Sep 3 05:01:32 2006 UTC (5 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

add missing initializers

Revision 1.36.2.1.2.1 / (download) - annotate - [select for diffs], Sun Aug 6 11:56:57 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-2
Changes since 1.36.2.1: +59 -2 lines
Diff to previous 1.36.2.1 (colored)

Apply patch (requested by bouyer in ticket #10643):
Add support for Moxa SmartIO CP104 and CP104-V2/PCI and EXAR XR17D15x.

Revision 1.42.6.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:23 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.42.6.1: +14 -2 lines
Diff to previous 1.42.6.1 (colored) to branchpoint 1.42 (colored)

sync with head.

Revision 1.40.4.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:06 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40: +88 -4 lines
Diff to previous 1.40 (colored)

sync with head.

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:01:37 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.44: +14 -2 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Sync with head.

Revision 1.40.2.3 / (download) - annotate - [select for diffs], Thu Jun 15 13:41:26 2006 UTC (5 years, 11 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
Changes since 1.40.2.2: +14 -2 lines
Diff to previous 1.40.2.2 (colored) to branchpoint 1.40 (colored)

Pull up following revision(s) (requested by bouyer in ticket #1373):
	sys/dev/pci/pucdata.c: revision 1.45
Add entry for "Moxa Technologies, SmartIO CP104-V2/PCI". From Gert Doering
in kern/33566.

Revision 1.40.2.2 / (download) - annotate - [select for diffs], Thu Jun 15 13:41:02 2006 UTC (5 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.40.2.1: +35 -2 lines
Diff to previous 1.40.2.1 (colored) to branchpoint 1.40 (colored)

Pull up following revision(s) (requested by bouyer in ticket #1373):
	sys/dev/pci/pucdata.c: revision 1.44
Add support for EXAR XR17D15x serial.
(I tested only XR17D154.)

Revision 1.40.2.1 / (download) - annotate - [select for diffs], Thu Jun 15 13:40:27 2006 UTC (5 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.40: +14 -2 lines
Diff to previous 1.40 (colored)

Pull up following revision(s) (requested by bouyer in ticket #1373):
	share/man/man4/puc.4: revision 1.19
	sys/dev/pci/pucdata.c: revision 1.43
Add support for Moxa CP104 serial card, from Olivier Cherrier

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jun 11 11:22:35 2006 UTC (5 years, 11 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, yamt-pdpolicy-base6, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.44: +14 -2 lines
Diff to previous 1.44 (colored)

Add entry for "Moxa Technologies, SmartIO CP104-V2/PCI". From Gert Doering
in kern/33566.

Revision 1.42.4.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:16 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.42: +47 -2 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

Sync with head.

Revision 1.43.2.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:25:38 2006 UTC (6 years, 1 month ago) by elad
Branch: elad-kernelauth
Changes since 1.43: +35 -2 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

sync with head.

Revision 1.42.6.1 / (download) - annotate - [select for diffs], Mon Mar 13 09:07:27 2006 UTC (6 years, 2 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.42: +47 -2 lines
Diff to previous 1.42 (colored)

sync with head.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Mar 9 15:16:13 2006 UTC (6 years, 2 months ago) by hamajima
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, simonb-timecounters-base, peter-altq-base, peter-altq, elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.43: +35 -2 lines
Diff to previous 1.43 (colored)

Add support for EXAR XR17D15x serial.
(I tested only XR17D154.)

Revision 1.43 / (download) - annotate - [select for diffs], Mon Mar 6 08:26:20 2006 UTC (6 years, 2 months ago) by martin
Branch: MAIN
Branch point for: elad-kernelauth
Changes since 1.42: +14 -2 lines
Diff to previous 1.42 (colored)

Add support for Moxa CP104 serial card, from Olivier Cherrier

Revision 1.41.2.1 / (download) - annotate - [select for diffs], Wed Feb 1 14:52:09 2006 UTC (6 years, 3 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.41: +31 -4 lines
Diff to previous 1.41 (colored) next main 1.42 (colored)

sync with head.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Jan 24 20:10:55 2006 UTC (6 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb
Changes since 1.41: +31 -4 lines
Diff to previous 1.41 (colored)

Add support for more puc chips from Pavel Cahyna.
This might NetMos 9845 card which need the COM_FREQ * 4 hack, but this
can be re-added by a more specific entry (matching subsystem IDs).

Revision 1.41 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:50 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

merge ktrace-lwp.

Revision 1.39.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:12 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

sync with -current

Revision 1.39.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:12 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.32.6.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:45:26 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.32.6.4: +3 -3 lines
Diff to previous 1.32.6.4 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.40 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:34 2005 UTC (7 years, 2 months ago) by perry
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, yamt-km-base4, yamt-km-base3, thorpej-vnode-attr-base, thorpej-vnode-attr, netbsd-3-base, 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, ktrace-lwp-base, kent-audio2-base
Branch point for: yamt-lazymbuf, netbsd-3
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

nuke trailing whitespace

Revision 1.32.6.4 / (download) - annotate - [select for diffs], Tue Oct 19 15:57:00 2004 UTC (7 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.32.6.3: +31 -2 lines
Diff to previous 1.32.6.3 (colored) to branchpoint 1.32 (colored)

Sync with HEAD

Revision 1.39 / (download) - annotate - [select for diffs], Sat Oct 16 18:05:19 2004 UTC (7 years, 7 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, matt-timespec, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.38: +12 -2 lines
Diff to previous 1.38 (colored)

Add the dual-serial VScom PCI-200 adapter. Tested by Jukka Salmi.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Oct 13 14:15:16 2004 UTC (7 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.37: +21 -2 lines
Diff to previous 1.37 (colored)

support ADDI-DATA APCI-7800 8-port serial adapter

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

Fix the sync with head I botched.

Revision 1.32.6.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:06 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.32.6.1: +0 -0 lines
Diff to previous 1.32.6.1 (colored) to branchpoint 1.32 (colored)

Sync with HEAD.

Revision 1.32.6.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:49:12 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.32: +155 -73 lines
Diff to previous 1.32 (colored)

Sync with HEAD

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Sun Jul 4 13:19:57 2004 UTC (7 years, 10 months ago) by he
Branch: netbsd-2-0
CVS Tags: 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-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.36: +18 -2 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

Pull up revision 1.37 (requested by mycroft in ticket #597):
  Support for the VS-Com PCI-210H 2s/1p card. Fixes PR#18478.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jul 4 10:02:03 2004 UTC (7 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.36: +18 -2 lines
Diff to previous 1.36 (colored)

Support for the VS-Com PCI-210H 2s/1p card, from PR 18478.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Feb 3 19:51:39 2004 UTC (8 years, 3 months ago) by fredb
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.35: +119 -73 lines
Diff to previous 1.35 (colored)

Enable the 8X clock on the SIIG Cyberserial serial and combination PCI
cards at attachment time, in order to support bit rates greater than 115K,
as discussed on tech-kern.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 25 11:48:27 2004 UTC (8 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

fix register offset of second port for NetMos NM9815 Dual 1284 Printer port
card

Revision 1.34 / (download) - annotate - [select for diffs], Sat Dec 6 11:18:08 2003 UTC (8 years, 5 months ago) by jdolecek
Branch: MAIN
Changes since 1.33: +12 -2 lines
Diff to previous 1.33 (colored)

add entry for another NetMos card - NetMos NM9815 Dual 1284 Printer port

Revision 1.33 / (download) - annotate - [select for diffs], Sun Sep 28 07:22:01 2003 UTC (8 years, 7 months ago) by jdolecek
Branch: MAIN
Changes since 1.32: +12 -2 lines
Diff to previous 1.32 (colored)

add entry for Lava Quattro-PCI (4 port serial)
contributed in PR kern/22977 by Heison Chak

Revision 1.17.2.9 / (download) - annotate - [select for diffs], Mon Nov 11 22:11:39 2002 UTC (9 years, 6 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.17.2.8: +37 -0 lines
Diff to previous 1.17.2.8 (colored) next main 1.18 (colored)

Catch up to -current

Revision 1.32 / (download) - annotate - [select for diffs], Tue Oct 29 08:59:36 2002 UTC (9 years, 6 months ago) by chs
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.31: +39 -2 lines
Diff to previous 1.31 (colored)

add Boca Research 4- and 8-port cards.  from openbsd.

Revision 1.19.2.4 / (download) - annotate - [select for diffs], Fri Sep 6 08:45:36 2002 UTC (9 years, 8 months ago) by jdolecek
Branch: kqueue
Changes since 1.19.2.3: +51 -4 lines
Diff to previous 1.19.2.3 (colored) next main 1.20 (colored)

sync kqueue branch with HEAD

Revision 1.9.4.3 / (download) - annotate - [select for diffs], Wed Sep 4 04:11:17 2002 UTC (9 years, 8 months ago) by itojun
Branch: netbsd-1-5
Changes since 1.9.4.2: +37 -3 lines
Diff to previous 1.9.4.2 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)

pullup sys/dev/pci/pucdata.c 1.31 via patch (bouyer)

Add Siig 20x 8 ports and and Oxford x952 cards. From Paul Shupak in kern/17790.

Revision 1.27.2.4 / (download) - annotate - [select for diffs], Thu Aug 29 05:22:44 2002 UTC (9 years, 8 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.27.2.3: +39 -4 lines
Diff to previous 1.27.2.3 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)

catch up with -current.

Revision 1.17.2.8 / (download) - annotate - [select for diffs], Tue Aug 13 02:19:47 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.7: +37 -2 lines
Diff to previous 1.17.2.7 (colored)

Catch up to -current.

Revision 1.27.4.3 / (download) - annotate - [select for diffs], Fri Aug 2 12:57:50 2002 UTC (9 years, 9 months ago) by lukem
Branch: netbsd-1-6
CVS Tags: 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
Changes since 1.27.4.2: +37 -2 lines
Diff to previous 1.27.4.2 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)

Pull up revision 1.31 (requested by bouyer in ticket #611):
Add Siig 20x 8 ports and and Oxford x952 cards. From Paul Shupak in kern/17790.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Aug 2 10:40:30 2002 UTC (9 years, 9 months ago) by bouyer
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gehenna-devsw-base
Changes since 1.30: +39 -4 lines
Diff to previous 1.30 (colored)

Add Siig 20x 8 ports and and Oxford x952 cards. From Paul Shupak in kern/17790.

Revision 1.17.2.7 / (download) - annotate - [select for diffs], Thu Aug 1 02:45:28 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.6: +14 -2 lines
Diff to previous 1.17.2.6 (colored)

Catch up to -current.

Revision 1.27.2.3 / (download) - annotate - [select for diffs], Mon Jul 15 10:35:44 2002 UTC (9 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.27.2.2: +14 -2 lines
Diff to previous 1.27.2.2 (colored) to branchpoint 1.27 (colored)

catch up with -current.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 5 14:10:32 2002 UTC (9 years, 10 months ago) by enami
Branch: MAIN
Changes since 1.29: +14 -2 lines
Diff to previous 1.29 (colored)

Add an entry for Avlab Technology, Inc. Low Profile PCI 4 Serial (in Japan,
sold by Kuroutoshikou as SERIAL4P-LPPCI.)

Revision 1.19.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 17:48:03 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.19.2.2: +136 -3 lines
Diff to previous 1.19.2.2 (colored)

catch up with -current on kqueue branch

Revision 1.27.2.2 / (download) - annotate - [select for diffs], Thu Jun 20 16:33:49 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.27.2.1: +16 -3 lines
Diff to previous 1.27.2.1 (colored) to branchpoint 1.27 (colored)

catch up with -current.

Revision 1.17.2.6 / (download) - annotate - [select for diffs], Thu Jun 20 03:45:54 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.5: +38 -3 lines
Diff to previous 1.17.2.5 (colored)

Catch up to -current.

Revision 1.27.4.2 / (download) - annotate - [select for diffs], Tue Jun 11 16:23:46 2002 UTC (9 years, 11 months ago) by lukem
Branch: netbsd-1-6
Changes since 1.27.4.1: +14 -1 lines
Diff to previous 1.27.4.1 (colored) to branchpoint 1.27 (colored)

Pull up revision 1.29 (requested by seb in ticket #249):
Support Titan PCI-800L, a 8 serial puc card, from PR 17140.
Reviewed/approved by veego@ and martin@.

Revision 1.27.4.1 / (download) - annotate - [select for diffs], Tue Jun 11 01:32:11 2002 UTC (9 years, 11 months ago) by lukem
Branch: netbsd-1-6
Changes since 1.27: +15 -2 lines
Diff to previous 1.27 (colored)

Pull up revision 1.28 (requested by lukem in ticket #167):
Support  NetMos NM9845 Quad UART and 1284 Printer port.
All 4 serial ports and parallel port seem to work.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 2 18:43:27 2002 UTC (9 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.28: +16 -3 lines
Diff to previous 1.28 (colored)

Support Titan PCI-800L, a 8 serial puc card, from PR 17140.
Reviewed/approved by veego@ and martin@.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Thu May 30 14:46:32 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.27: +15 -2 lines
Diff to previous 1.27 (colored)

Catch up with -current.

Revision 1.28 / (download) - annotate - [select for diffs], Fri May 24 12:07:46 2002 UTC (10 years ago) by lukem
Branch: MAIN
Changes since 1.27: +15 -2 lines
Diff to previous 1.27 (colored)

Support  NetMos NM9845 Quad UART and 1284 Printer port.
All 4 serial ports and parallel port seem to work.

Revision 1.27 / (download) - annotate - [select for diffs], Mon May 13 09:19:57 2002 UTC (10 years ago) by hannken
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6, gehenna-devsw
Changes since 1.26: +11 -2 lines
Diff to previous 1.26 (colored)

Add support for NetMos NM9805 1284 Printer port.
Tested by David Kwok <dkwok@iware.com.au>.

Revision 1.17.2.5 / (download) - annotate - [select for diffs], Wed Apr 17 00:06:06 2002 UTC (10 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.4: +100 -2 lines
Diff to previous 1.17.2.4 (colored)

Catch up to -current.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Apr 11 13:53:56 2002 UTC (10 years, 1 month ago) by hannken
Branch: MAIN
Changes since 1.25: +100 -2 lines
Diff to previous 1.25 (colored)

Add config for the SUNIX line of pci serial/parallel cards.

Approved by: Jason R. Thorpe <thorpej@wasabisystems.com>

Revision 1.19.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:57:04 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.19.2.1: +38 -2 lines
Diff to previous 1.19.2.1 (colored)

Sync kqueue branch with -current.

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

Catch up to -current.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Dec 16 22:23:01 2001 UTC (10 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base, ifpoll, eeh-devprop-base, eeh-devprop
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Fix a minor typo.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 16 22:22:04 2001 UTC (10 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.23: +14 -2 lines
Diff to previous 1.23 (colored)

Add the serial port on the Middle Digital, Inc. PCI Weasel.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Nov 26 00:41:24 2001 UTC (10 years, 6 months ago) by jonathan
Branch: MAIN
Changes since 1.22: +16 -3 lines
Diff to previous 1.22 (colored)

* Add entry for Dolphin Peripherals 4036 dual-serial card.
  (Note: PCI ID conflicts with Dolphin Peripherals 4025; a 4025 may
   attach two serial units, but I cannot find one to test).

Revision 1.22 / (download) - annotate - [select for diffs], Sun Nov 18 20:20:25 2001 UTC (10 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.21: +10 -2 lines
Diff to previous 1.21 (colored)

Add Titan 200H (from Wojciech Puchar)

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

Catch up to -current.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 13 07:48:48 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 RCSID

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Sat Aug 25 06:16:28 2001 UTC (10 years, 9 months ago) by thorpej
Branch: kqueue
Changes since 1.19: +31 -27 lines
Diff to previous 1.19 (colored)

Merge Aug 24 -current into the kqueue branch.

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Fri Aug 24 00:10:22 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.1: +40 -27 lines
Diff to previous 1.17.2.1 (colored)

Catch up with -current.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Aug 6 22:25:36 2001 UTC (10 years, 9 months ago) by soren
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: +31 -27 lines
Diff to previous 1.19 (colored)

Add support for the PCI-400 card and correct the clock rate for all the
VScom/Titan cards.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jul 4 22:39:11 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
Branch point for: kqueue
Changes since 1.18: +10 -1 lines
Diff to previous 1.18 (colored)

Add another Lava serial board.

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

Catch up with -current.

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Tue Mar 27 15:32:13 2001 UTC (11 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.6.2.3: +3 -3 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Sync with HEAD.

Revision 1.9.4.2 / (download) - annotate - [select for diffs], Thu Mar 22 01:53:32 2001 UTC (11 years, 2 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Changes since 1.9.4.1: +188 -107 lines
Diff to previous 1.9.4.1 (colored) to branchpoint 1.9 (colored)

Pull up revisions 1.11-1.18 (requested by sommerfeld):
  Add support for NetMos NM9835, Titan PCI-800H, Lava 8-port,
  Actiontec 56K PCI Master.  This also adds a ``flags'' member
  to two structs in this driver.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Mar 13 17:23:52 2001 UTC (11 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Looks like "VSCom PCI-800H" should be in fact "Titan PCI-800H".

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 13:31:16 2001 UTC (11 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.6.2.2: +24 -1 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 4 21:30:24 2001 UTC (11 years, 2 months ago) by msaitoh
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.16: +12 -1 lines
Diff to previous 1.16 (colored)

add support for NetMos NM9835 Dual UART and 1284 Printer port.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 14 21:10:20 2001 UTC (11 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

make this compile again.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Feb 14 15:07:28 2001 UTC (11 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.14: +13 -1 lines
Diff to previous 1.14 (colored)

PR/12204: Andreas Wrede: Add support for Lava 8-port serial card.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Fri Jan 5 17:36:17 2001 UTC (11 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.6.2.1: +165 -107 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)

Sync with HEAD

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 4 11:34:27 2001 UTC (11 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.13: +6 -6 lines
Diff to previous 1.13 (colored)

Ops, add COM_FREQ to a few PUC_PORT_TYPE_COM I missed.
Thanks to Bernd Ernesti for pointing this out.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 4 08:49:31 2001 UTC (11 years, 4 months ago) by veego
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

Use COM_FREQ for COM part of the last commited entry.

Why are there other drivers here which have PUC_PORT_TYPE_COM but don't
use COM_FREQ or even don't have the extra field?

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 4 08:43:21 2001 UTC (11 years, 4 months ago) by veego
Branch: MAIN
Changes since 1.11: +32 -1 lines
Diff to previous 1.11 (colored)

Add support for boards with an Oxford Semiconductor chip.
This one was an I/O Flex PCI I/O Card Model-223 with 4 serial and
1 parallel ports.
XXX We need to move the PCI IDs to pcidevs.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 3 15:13:15 2001 UTC (11 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.10: +129 -102 lines
Diff to previous 1.10 (colored)

Add a 'flag' member to struct puc_attach_args and struct port. For
PUC_PORT_TYPE_COM, use it to store the clock frequency (with 8 lower bits
to 0, used for real flags if needed).
Update all descriptions to set flags to 0 for LPT or COM_FREQ for COM.
Add support for the VScom PCI-800H 8 port serial adapter (which uses
a 14.7456 Mhz crystal instead of the standart 1.8432Mhz :)
XXX now that we can pass other frequency than COM_FREQ, the VScom PCI-800
entry could probably be updated to DTRT - does anyone have one ?

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 11:42:36 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.6: +57 -1 lines
Diff to previous 1.6 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.9.4.1 / (download) - annotate - [select for diffs], Wed Sep 6 16:54:28 2000 UTC (11 years, 8 months ago) by bouyer
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA
Changes since 1.9: +10 -1 lines
Diff to previous 1.9 (colored)

Pull up 1.9 -> 1.10, approved by thorpej:
Add a new modem: Actiontec  56K PCI Master

Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 6 15:27:37 2000 UTC (11 years, 8 months ago) by bouyer
Branch: MAIN
Changes since 1.9: +10 -1 lines
Diff to previous 1.9 (colored)

Add definition for "Actiontec  56K PCI Master", from Bill Hudspeth.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Thu Feb 10 21:44:49 2000 UTC (12 years, 3 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.4.2.1: +10 -1 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

Pull up revision 1.9 (via patch, requested by bouyer):
  Add support for US Robotics 3CP5609 PCI 16550 Modem.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Feb 8 16:26:23 2000 UTC (12 years, 3 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl, chs-ubc2-newbase
Branch point for: netbsd-1-5
Changes since 1.8: +10 -1 lines
Diff to previous 1.8 (colored)

Supports "USR 3CP5609 PCI 16550 Modem", from Kent Polk.

Revision 1.6.8.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:35:24 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.6: +39 -1 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Pull up to last week's -current.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 4 05:43:44 1999 UTC (12 years, 5 months ago) by castor
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.7: +20 -1 lines
Diff to previous 1.7 (colored)

Add support for Lava Computers MFG 2sp-pci and quattro cards.

Revision 1.4.6.1 / (download) - annotate - [select for diffs], Tue Nov 30 13:34:17 1999 UTC (12 years, 5 months ago) by itojun
Branch: kame
CVS Tags: kame_141_19991130
Changes since 1.4: +395 -23 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code).  Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 16 03:15:17 1999 UTC (12 years, 6 months ago) by jun
Branch: MAIN
Changes since 1.6: +20 -1 lines
Diff to previous 1.6 (colored)

Commit patch kern/8778
Subject: NEC PCI modem support

Revision 1.4.4.1 / (download) - annotate - [select for diffs], Mon Aug 2 22:04:00 1999 UTC (12 years, 9 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.4: +395 -23 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Update from trunk.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Tue Jul 6 23:54:31 1999 UTC (12 years, 10 months ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.4: +395 -23 lines
Diff to previous 1.4 (colored)

pullup 1.4->1.6 (cgd)

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 3 05:55:23 1999 UTC (12 years, 10 months ago) by cgd
Branch: MAIN
CVS Tags: fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base
Branch point for: wrstuden-devbsize, thorpej_scsipi
Changes since 1.5: +8 -8 lines
Diff to previous 1.5 (colored)

'Dolphin' -> 'Dolphin Peripherals' where appropriate

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 3 05:38:05 1999 UTC (12 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.4: +388 -16 lines
Diff to previous 1.4 (colored)

Add support for 36 more SIIG PCI serial/parallel cards (for a total of 37).
This means that all SIIG PCI serial/parallel cards (described on their
web site as "I/O boards" as of July 2, 1999) should now be supported.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 6 06:55:15 1999 UTC (13 years, 3 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, kame_14_19990705, kame_14_19990628
Branch point for: netbsd-1-4, kame, chs-ubc2
Changes since 1.3: +7 -3 lines
Diff to previous 1.3 (colored)

put in better name/description for Simon G's board

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 6 06:29:54 1999 UTC (13 years, 3 months ago) by cgd
Branch: MAIN
Changes since 1.2: +25 -7 lines
Diff to previous 1.2 (colored)

add code to cope with multiple ports per BAR, as are found, for instance,
on the 8 port card Simon Gerraty has.  In general, cards which have
this lots of ports also have a separate interrupt status register, but
this change is just to talk to the various ports independently.  It works,
but it's not optimal.  (XXX still need a good name for the card in the
comments, and to update the manual page.)

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 12 02:21:56 1998 UTC (13 years, 10 months ago) by cgd
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach, eeh-paddr_t-base, eeh-paddr_t, chs-ubc-base, chs-ubc
Changes since 1.1: +16 -1 lines
Diff to previous 1.1 (colored)

I went to Fry's and noticed a few more cards that probably will be
supportable with this driver, but currently aren't supported.  Add them.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 26 18:52:41 1998 UTC (13 years, 11 months ago) by cgd
Branch: MAIN

add a driver for "PCI 'universal' communications" cards, that is, PCI cards
which contain 'standard' com- and lpt-type ports.  Some of these present
as PCI simple-communications/serial or simple-communications/parallel
devices, but many do not.  (Additionally, there is no document that I can
find that describes the "specific well-konwn register-level" description
of how the 'standard' devices' config space headers shold work.)  Eventually,
some of the devices driven by this code should become simple pci attachments
for the 'lpt' and 'com' drivers, but that requires solid documentation.

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>