The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:57 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.9: +3 -6 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

sync with head

Revision 1.9.12.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:52 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.9: +3 -6 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

merge to -current.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:23 2012 UTC (3 months, 3 weeks ago) by drochner
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.9: +3 -6 lines
Diff to previous 1.9 (colored)

Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.

Revision 1.1.14.1.4.2 / (download) - annotate - [select for diffs], Fri Apr 29 08:21:25 2011 UTC (12 months, 3 weeks ago) by matt
Branch: matt-nb5-mips64
Changes since 1.1.14.1.4.1: +7 -1 lines
Diff to previous 1.1.14.1.4.1 (colored) to branchpoint 1.1.14.1 (colored) next main 1.1.14.2 (colored)

Add 3114 entry

Revision 1.8.2.1 / (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.8: +2 -4 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

sync with head

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:08 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, 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: yamt-pagecache, jmcneill-usbmp
Changes since 1.8: +2 -4 lines
Diff to previous 1.8 (colored)

Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants.  These are provided by sys/param.h now.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:43 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with HEAD.

Revision 1.1.14.1.4.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.1.14.1: +103 -92 lines
Diff to previous 1.1.14.1 (colored)

sync to netbsd-5

Revision 1.2.4.5 / (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.2.4.4: +5 -11 lines
Diff to previous 1.2.4.4 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

sync with head

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 24 22:38:01 2010 UTC (2 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1
Branch point for: rmind-uvmplock
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 30 16:16:35 2010 UTC (2 years, 3 months ago) by jakllsch
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored)

Sprinkle __KERNEL_RCSID() into siisata(4).
Slightly adjust some comment styling.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 8 19:56:52 2010 UTC (2 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Expand PMF_FN_* macros.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 19 18:41:16 2009 UTC (2 years, 7 months ago) by bouyer
Branch: MAIN
CVS Tags: matt-premerge-20091211, jym-xensuspend-nbase
Changes since 1.4: +1 -6 lines
Diff to previous 1.4 (colored)

Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
for the booring work !

Revision 1.1.14.3 / (download) - annotate - [select for diffs], Mon Sep 28 00:22:36 2009 UTC (2 years, 7 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, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.1.14.2: +61 -73 lines
Diff to previous 1.1.14.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Pull up following revision(s) (requested by jakllsch in ticket #1023):
	sys/dev/ic/siisatavar.h: revision 1.4
	sys/dev/pci/siisata_pci.c: revision 1.4
Remove unused elements from siisata_softc.
Clean up siisata pci attachment.
 noteable changes:
 - Use aprint_*_dev where appropriate.
 - Condense board match table and use C99 initializers.
 - Use aprint_verbose for extra info.
Also, add 2009 to my copyright, as well as remove my local CVS tags.

Revision 1.1.14.2 / (download) - annotate - [select for diffs], Mon Sep 28 00:17:28 2009 UTC (2 years, 7 months ago) by snj
Branch: netbsd-5
Changes since 1.1.14.1: +43 -20 lines
Diff to previous 1.1.14.1 (colored) to branchpoint 1.1 (colored)

Pull up following revision(s) (requested by jakllsch in ticket #1023):
	sys/dev/ic/siisata.c: revision 1.3
	sys/dev/ic/siisatareg.h: revision 1.3
	sys/dev/ic/siisatavar.h: revision 1.3
	sys/dev/pci/files.pci: revision 1.315
	sys/dev/pci/siisata_pci.c: revision 1.3
A few changes for siisata(4):
 - Support detachment.  From KIYOHARA Takashi.
 - Add PCI detachment functionality (albeit not very interesting when
   the bus can not yet be rescanned).
 - Rework interrupt handlers to reduce near-duplicate code.
   Borrowed from ahcisata(4).
 - Attempt to make polled I/O work. Untested.
 - Fix formatting of some messages.
 - For always-polled commands, disable interrupt
   at slot level rather than port level.
 - Instead of busy-waiting indefinitely for completion of some commands
   move on after 31 seconds. Use cv_timedwait(9) instead of DELAY(9).
 - Use abstracted SATA FIS code.
 - Enable use of disks that don't respond with the standard signature.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Thu Jul 23 23:32:01 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.2: +103 -92 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Sync with HEAD.

Revision 1.2.4.4 / (download) - annotate - [select for diffs], Sat Jul 18 14:53:09 2009 UTC (2 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.2.4.3: +61 -73 lines
Diff to previous 1.2.4.3 (colored) to branchpoint 1.2 (colored)

sync with head.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 4 20:36:57 2009 UTC (2 years, 10 months ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, jymxensuspend-base
Changes since 1.3: +61 -73 lines
Diff to previous 1.3 (colored)

Remove unused elements from siisata_softc.

Clean up siisata pci attachment.
 noteable changes:
 - Use aprint_*_dev where appropriate.
 - Condense board match table and use C99 initializers.
 - Use aprint_verbose for extra info.

Also, add 2009 to my copyright, as well as remove my local CVS tags.

Revision 1.2.4.3 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:28 2009 UTC (2 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.2.4.2: +43 -20 lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored)

sync with head

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 17 04:37:57 2009 UTC (2 years, 11 months ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-nfs-mp-base5
Changes since 1.2: +43 -20 lines
Diff to previous 1.2 (colored)

A few changes for siisata(4):

 - Support detachment.  From KIYOHARA Takashi.
 - Add PCI detachment functionality (albeit not very interesting when
   the bus can not yet be rescanned).
 - Rework interrupt handlers to reduce near-duplicate code.
   Borrowed from ahcisata(4).
 - Attempt to make polled I/O work. Untested.
 - Fix formatting of some messages.
 - For always-polled commands, disable interrupt
   at slot level rather than port level.
 - Instead of busy-waiting indefinitely for completion of some commands
   move on after 31 seconds. Use cv_timedwait(9) instead of DELAY(9).
 - Use abstracted SATA FIS code.
 - Enable use of disks that don't respond with the standard signature.

Revision 1.2.4.2 / (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.2.4.1: +307 -0 lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored)

sync with head.

Revision 1.1.12.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.1: +7 -7 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.1.2.3 / (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.1.2.2: +6 -6 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.1.14.1 / (download) - annotate - [select for diffs], Fri Jan 9 03:40:44 2009 UTC (3 years, 4 months ago) by snj
Branch: netbsd-5
CVS Tags: 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
Branch point for: matt-nb5-mips64
Changes since 1.1: +7 -7 lines
Diff to previous 1.1 (colored)

Pull up following revision(s) (requested by jakllsch in ticket #244):
	sys/dev/pci/siisata_pci.c: revision 1.2
In case the PCI command bits aren't already set, do so before performing
an access that requires them to be.  From KIYOHARA Takashi.

Revision 1.2.4.1, Tue Dec 16 02:46:47 2008 UTC (3 years, 5 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.2: +0 -307 lines
FILE REMOVED

file siisata_pci.c was added on branch yamt-nfs-mp on 2009-05-04 08:13:01 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 16 02:46:47 2008 UTC (3 years, 5 months ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, mjf-devfs2-base, jym-xensuspend-base
Branch point for: yamt-nfs-mp, jym-xensuspend
Changes since 1.1: +7 -7 lines
Diff to previous 1.1 (colored)

In case the PCI command bits aren't already set, do so before performing
an access that requires them to be.  From KIYOHARA Takashi.

Revision 1.1.8.2 / (download) - annotate - [select for diffs], Mon Jun 23 05:02:13 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.1.8.1: +307 -0 lines
Diff to previous 1.1.8.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Add files to branch that were added on -current.

After this, all that's left of update is to merge some changes
that had conflicts.

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:14 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.1.4.1: +307 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

sync with head

Revision 1.1.2.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.1.2.1: +307 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)

Sync with HEAD.

Revision 1.1.8.1, Fri May 23 21:11:40 2008 UTC (4 years ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.1: +0 -307 lines
FILE REMOVED

file siisata_pci.c was added on branch wrstuden-revivesa on 2008-06-23 05:02:13 +0000

Revision 1.1.4.1, Fri May 23 21:11:40 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.1: +0 -307 lines
FILE REMOVED

file siisata_pci.c was added on branch yamt-pf42 on 2008-06-04 02:05:14 +0000

Revision 1.1.2.1, Fri May 23 21:11:40 2008 UTC (4 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.1: +0 -307 lines
FILE REMOVED

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

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 23 21:11:40 2008 UTC (4 years ago) by jnemeth
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, netbsd-5-base, matt-mips64-base2, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-pf42, wrstuden-revivesa, nick-hppapmap, netbsd-5, mjf-devfs2

Import siisata(4) by Jonathan A. Kollasch.

     The siisata driver supports the Silicon Image SteelVine family of SATA-II
     controllers, interfacing the hardware with the ata(4) and atapi(4) sub-
     systems.

     The following controllers are supported by the siisata driver:

           Silicon Image SiI3124 4-port PCI/PCI-X
           Silicon Image SiI3132 2-port PCI-Express x1
           Silicon Image SiI3531 1-port PCI-Express x1

     SATA Native Command Queueing is not yet supported.
     Device hot swapping is not yet supported.
     Silicon Image's Software RAID is not yet supported by the
             ataraid(4) driver.

Approved by: core (christos), releng (bouyer)

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>