History log of /src/sys/dev/pci/twavar.h |
Revision | | Date | Author | Comments |
1.12 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.11 |
| 27-Jul-2012 |
jakllsch | branches: 1.11.2; Convert twa(4) to device_t (CFATTACH_DECL_NEW).
|
1.10 |
| 22-Nov-2010 |
dholland | branches: 1.10.8; Extend the workaround for the 3ware 9650 full-queue bug to a full-fledged quirk, and use it for the 9690 as well where it's also needed. Patch by me, problem hunted down by Jiri Novotny and Zdenek Slavet and reported in PR 44002.
|
1.9 |
| 06-May-2009 |
cegger | branches: 1.9.4; struct device * -> device_t, no functional changes intended.
|
1.8 |
| 07-May-2008 |
joerg | branches: 1.8.14; First part of twa(4) improvements: - more/better diagnostic messages - dynamically allocate units in preparation for 9650+ support - better distribute queue slots over disks according to size - drain large request queue on 9550 - keep track of resets, will be needed for 9650.
This changes have been contributed by Wasabi Systems.
|
1.7 |
| 04-Mar-2007 |
christos | branches: 1.7.36; 1.7.38; 1.7.40; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.6 |
| 17-Aug-2006 |
christos | branches: 1.6.4; 1.6.10; Fix all the -D*DEBUG* code that it was rotting away and did not even compile. Mostly from Arnaud Lacombe, many thanks!
|
1.5 |
| 11-Jul-2006 |
simonb | branches: 1.5.2; Use c99 uintN_t.
|
1.4 |
| 11-Jul-2006 |
simonb | Remove some incorrect licencing goop.
|
1.3 |
| 25-May-2006 |
wrstuden | branches: 1.3.2; 1.3.4; 1.3.6; 1.3.8; 1.3.10; Add $NetBSD: ids, which work better than $netbsd: ones.
|
1.2 |
| 25-May-2006 |
wrstuden | Style changes from simonb at wasabisystems dot com:
Use config_stdsubmatch() instead of our own submatch function. Use "__inline" in header files and "inline" in .c files. Make some local function static.
|
1.1 |
| 24-May-2006 |
wrstuden | 3ware 9000 driver, contributed by Wasabi Systems and written by Jordan Rhody (based on the FreeBSD driver).
Contributed in NetBSD PR 33364.
|
1.3.10.4 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.3.10.3 |
| 11-Aug-2006 |
yamt | sync with head
|
1.3.10.2 |
| 26-Jun-2006 |
yamt | sync with head.
|
1.3.10.1 |
| 25-May-2006 |
yamt | file twavar.h was added on branch yamt-pdpolicy on 2006-06-26 12:51:23 +0000
|
1.3.8.4 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.3.8.3 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.3.8.2 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.3.8.1 |
| 25-May-2006 |
yamt | file twavar.h was added on branch yamt-lazymbuf on 2006-06-21 15:05:07 +0000
|
1.3.6.2 |
| 19-Jun-2006 |
chap | Sync with head.
|
1.3.6.1 |
| 25-May-2006 |
chap | file twavar.h was added on branch chap-midi on 2006-06-19 04:01:37 +0000
|
1.3.4.1 |
| 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.3.2.2 |
| 01-Jun-2006 |
kardel | Sync with head.
|
1.3.2.1 |
| 25-May-2006 |
kardel | file twavar.h was added on branch simonb-timecounters on 2006-06-01 22:36:49 +0000
|
1.5.2.2 |
| 31-Jul-2006 |
tron | Apply patch (requested by bouyer in ticket #1441): Pullup the twa(4) driver for the 3ware Apache RAID controllers. Matching revisions in current: share/man/man4/twa.4 1.1 sys/dev/pci/ld_twa.c 1.2 sys/dev/pci/twa.c 1.9 sys/dev/pci/twaio.h 1.3 sys/dev/pci/twareg.h 1.5 sys/dev/pci/twavar.h 1.5
|
1.5.2.1 |
| 11-Jul-2006 |
tron | file twavar.h was added on branch netbsd-3 on 2006-07-31 12:35:23 +0000
|
1.6.10.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.6.4.2 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.6.4.1 |
| 17-Aug-2006 |
rpaulo | file twavar.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:52:19 +0000
|
1.7.40.2 |
| 16-May-2009 |
yamt | sync with head
|
1.7.40.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.7.38.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.7.36.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.8.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.9.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.10.8.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.11.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|