mjacob 2007-06-26 23:08:57 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Pointy hat to me. Committed with building.
Approved by:re (ken, implicit)
Revision ChangesPath
1.148 +1 -1 src/sys/dev/isp/isp_pci.c
__
mjacob 2007-06-26 20:53:07 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Extension of previous commit- when we have 2k login firmware, we need to
put out a ispreqt2e_t structure onto the request queue- not a ispreqt2_t
structure. I forgot tha
mjacob 2007-06-25 17:21:16 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Yet another bug- when we have 2k login firmware, we need
to put out a ispreqt3e_t structure onto the request queue-
not a ispreqt3_t structure. We weren't. This turns ou
mjacob 2007-06-11 17:56:17 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.
Revision ChangesPath
1.145 +6 -2 src/sys/dev/isp/isp_pci.c
__
mjacob 2007-05-11 06:29:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/dev/isp isp_pci.c
Log:
Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for
sparc64.
Revision ChangesPath
1.78.2.11 +3 -3 src/sy
mjacob 2007-05-11 06:29:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/dev/isp isp_pci.c isp_sbus.c
Log:
Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for
sparc64.
Revision ChangesPath
1.98.2.11 +3 -3
mjacob 2007-05-11 06:29:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/isp isp_pci.c isp_sbus.c
Log:
Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for
sparc64.
RevisionChangesPath
1.104.2.12 +3 -
mjacob 2007-05-11 06:28:27 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c isp_sbus.c
Log:
Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for
sparc64.
Candidate for immediate MFC.
Noticed by: Everyone-maxim contacted.
mjacob 2007-02-23 05:42:42 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
There is a problem in setting/getting 'options'- if we check things
early, we haven't set board type, so we can't correctly check for
some options. Fix this by splittin
mjacob 2007-02-10 04:00:57 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
add a missing piece for 2432
Revision ChangesPath
1.134 +1 -0 src/sys/dev/isp/isp_pci.c
___
cvs-all@freebsd.
mjacob 2007-02-10 03:33:09 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Putative untested 2432 (PCI-E) support.
Revision ChangesPath
1.133 +12 -1 src/sys/dev/isp/isp_pci.c
___
cvs-a
mjacob 2007-01-05 23:01:35 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
error print cleanup && turn off ints if RISC is paused
Revision ChangesPath
1.131 +2 -1 src/sys/dev/isp/isp_pci.c
__
mjacob 2006-12-18 23:53:39 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Restore revision 1.126 that got accidentally nuked.
Revision ChangesPath
1.130 +6 -0 src/sys/dev/isp/isp_pci.c
_
mjacob 2006-12-10 03:41:48 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c isp_sbus.c
Log:
Remove dependency on ispfw and firmware as modules.
Either they're there early and the ispfw sets have
registered themselves, or they're not.
The module
mjacob 2006-11-17 17:32:45 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Disable code to set max read byte count on the 2400.
It caused a panic in writing the config register on a system. Turn
it off until we take the time to understand it
mjacob 2006-09-03 01:26:55 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Restore multi-version cleanliness.
Revision ChangesPath
1.123 +11 -3 src/sys/dev/isp/isp_pci.c
___
cvs-all@fr
mjacob 2006-08-14 05:36:27 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
The register offset is within 4K, not 256 bytes, for some QLogic cards.
Revision ChangesPath
1.119 +1 -1 src/sys/dev/isp/isp_pci.c
_
mjacob 2006-07-14 05:19:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/dev/isp isp_pci.c
Log:
MFC 1.117: don't claim to support the 2422 yet.
Revision ChangesPath
1.78.2.7 +2 -0 src/sys/dev/isp/isp_pci.c
___
mjacob 2006-07-14 05:18:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/dev/isp isp_pci.c
Log:
MFC 1.117: don't claim to support the 2422 yet.
Revision ChangesPath
1.98.2.6 +2 -0 src/sys/dev/isp/isp_pci.c
___
mjacob 2006-07-14 05:18:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/isp isp_pci.c
Log:
MFC 1.117: don't claim to support the 2422 yet.
Revision ChangesPath
1.104.2.5 +2 -0 src/sys/dev/isp/isp_pci.c
_
mjacob 2006-07-14 05:16:00 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Don't attach 2422's yet. It just confuses everyone.
Revision ChangesPath
1.117 +2 -0 src/sys/dev/isp/isp_pci.c
_
mjacob 2006-05-22 06:51:48 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Remove bzero/bcopy vestiges
Be cognizant as to whether we're running 2KLogin f/w in target mode and
do the appropriate loopid load based upon that.
Do a first cu
scottl 2006-02-04 03:41:49 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits.
Fixing it is left for another day, so just hack around it for now.
Revision ChangesPa
mjacob 2006-01-26 06:15:58 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
oops
Revision ChangesPath
1.108 +3 -0 src/sys/dev/isp/isp_pci.c
___
cvs-all@freebsd.org mailing list
http://
mjacob 2006-01-26 05:04:35 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Put in at least an attempt to ID the 2422 (4Gb part)
Revision ChangesPath
1.107 +14 -0 src/sys/dev/isp/isp_pci.c
jhb 2005-12-15 22:12:28 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_pci.c
Log:
Use uintmax_t and %j to print bus dma segment members rather than casting
to long long and using %ll.
Revision ChangesPath
1.105 +7 -6 src/sys/dev/isp
26 matches
Mail list logo