index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ieee1394
Age
Commit message (
Expand
)
Author
2004-01-14
Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also
Kenneth R Westerback
2003-10-22
typos from Tom Cosgrove;
Jason McIntyre
2003-05-17
sync with SDEV_ONLYBIG change.
Jun-ichiro itojun Hagino
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-02-20
no trailing newline in panic(); PR 3103
Henning Brauer
2003-01-13
Fix pastos. Reported by andres at msu dot edu.
Thierry Deval
2003-01-13
Cleaner SBP2 status response treatment.
Thierry Deval
2003-01-12
Trust the link_speed from SelfID (PHY), better than a minimalist (usually
Thierry Deval
2003-01-12
- Use OHCI_BITVAL and OHCI_BITSET where appropriate.
Thierry Deval
2003-01-12
- Capitalize hex constants.
Thierry Deval
2003-01-12
Add a link_speed entry to the UID table + readability knit.
Thierry Deval
2003-01-12
Add link_speed to attach arg.
Thierry Deval
2003-01-12
Add PHY packets defines.
Thierry Deval
2003-01-06
syncronous -> synchronous
Miod Vallat
2002-12-30
Add $OpenBSD$ tag.
Thierry Deval
2002-12-30
Update.
Thierry Deval
2002-12-30
Some cleanup.
Thierry Deval
2002-12-30
As we still don't have a data_page_dir support yet, transfers of more than
Thierry Deval
2002-12-30
Make the callbacks entry non-constant.
Thierry Deval
2002-12-30
Re-design fwohci_hadler_set() to use a new key3.
Thierry Deval
2002-12-17
Cleaning.
Thierry Deval
2002-12-14
Using quirks that make more sense.
Thierry Deval
2002-12-13
Some more cleaning...
Thierry Deval
2002-12-13
Limit our Data transfers only to the link speed imposed one.
Thierry Deval
2002-12-13
Only WRITE_REQUEST_DATABLOCK are limited to the device's max_receive.
Thierry Deval
2002-12-13
Define IEEE1394_MAX_ASYNC(), which gives the maximum (link speed dependent)
Thierry Deval
2002-12-13
Fix the memory leak introduced with the use of fwohci_block_handler_set().
Thierry Deval
2002-12-13
Malloc debug cleaning (MPRINTF).
Thierry Deval
2002-12-13
Enable support for SCSI over FireWire.
Thierry Deval
2002-12-13
Add preliminary support for the Serial Bus Protocol II (SBP-2) standard.
Thierry Deval
2002-12-13
"Documentation" update.
Thierry Deval
2002-12-13
Better memory balancing (between alloc/free),
Thierry Deval
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-07-07
better say we are OpenBSD in the configrom
Thierry Deval
2002-06-26
various fixes + some KNF
Thierry Deval
2002-06-26
configrom input failover + some KNF
Thierry Deval
2002-06-25
un __P() -ify.
Jun-ichiro itojun Hagino
2002-06-25
IEEE1394 infrastructure part.
Jun-ichiro itojun Hagino