summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-01-05regenAlexander Yurchenko
2003-01-05Add VT6306 FireWire; ok tdeval@Alexander Yurchenko
2003-01-05proper endianess handling in 16 and 32 bit video modes, 24 bit is not support...Michael Shalayeff
2003-01-05endianess-free, works on macppc now, except for the fb endianessMichael Shalayeff
2003-01-04spellingTheo de Raadt
2003-01-04Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net.Mats O Jansson
2003-01-04Add support for turkish keyboard from Berk Demir bdd at ieee dot org.Mats O Jansson
2003-01-02regenAlexander Yurchenko
2003-01-02Add Promise PDC20376 SATA RAIDAlexander Yurchenko
2003-01-02D-Link DFE-650TXD new vendor mac.Federico G. Schwindt
2003-01-01Invalid key in french type 5 keyboard layout; reported by Olivier Cherrier,Miod Vallat
2002-12-30Add $OpenBSD$ tag.Thierry Deval
2002-12-30Update.Thierry Deval
2002-12-30Some cleanup.Thierry Deval
2002-12-30Implement the reconnect callback. This will be called whenever an SBP2 node'sThierry Deval
2002-12-30As we still don't have a data_page_dir support yet, transfers of more thanThierry Deval
2002-12-30Some devices have bad ConfigROM crc, but contain valid Unit entries.Thierry Deval
2002-12-30Make the callbacks entry non-constant.Thierry Deval
2002-12-30Re-design fwohci_hadler_set() to use a new key3.Thierry Deval
2002-12-30proper HOSTAP_FLAGS_BITS; from merith@vantronix.netMichael Shalayeff
2002-12-23Repair minor indentation problem.Miod Vallat
2002-12-23dev/ata/ata.c should depends on wdc_base since it uses some callsAlexander Yurchenko
2002-12-23Fix complete botch in handling of 'openings'.Kenneth R Westerback
2002-12-22Define atagettrace_t type and use it instead of struct atagettrace.Alexander Yurchenko
2002-12-22No more magic wdc events types, give them names.Alexander Yurchenko
2002-12-20no need for these to sit in their own dirs, there not gonna be any sources th...Michael Shalayeff
2002-12-19regenHenning Brauer
2002-12-19more O2Micro PCI-Cardbus; FreeBSD via pamifer at terra.esHenning Brauer
2002-12-19Protect WDCDEBUG_PRINT macro with do {} while (0)Alexander Yurchenko
2002-12-19fix a debugging printf on cmd wait timeoutMichael Shalayeff
2002-12-19proper barrier call in ie_ackMichael Shalayeff
2002-12-19comparam() does not need an spltty() for it, already called there.Michael Shalayeff
2002-12-18fix memory leak when downing an interface.Nathan Binkert
2002-12-17Cleaning.Thierry Deval
2002-12-16Major KNF. Incentive from TeduThierry Deval
2002-12-15Fix/Cleanup some SCSI #defines.Kenneth R Westerback
2002-12-15and one more typoHenning Brauer
2002-12-15more typos fixed by torhHenning Brauer
2002-12-15typos; torh at bogus.netHenning Brauer
2002-12-14Using quirks that make more sense.Thierry Deval
2002-12-13Some more cleaning...Thierry Deval
2002-12-13Limit our Data transfers only to the link speed imposed one.Thierry Deval
2002-12-13Only WRITE_REQUEST_DATABLOCK are limited to the device's max_receive.Thierry Deval
2002-12-13Define IEEE1394_MAX_ASYNC(), which gives the maximum (link speed dependent)Thierry Deval
2002-12-13Fix the memory leak introduced with the use of fwohci_block_handler_set().Thierry Deval
2002-12-13Malloc debug cleaning (MPRINTF).Thierry Deval
2002-12-13Enable support for SCSI over FireWire.Thierry Deval
2002-12-13Add preliminary support for the Serial Bus Protocol II (SBP-2) standard.Thierry Deval
2002-12-13"Documentation" update.Thierry Deval
2002-12-13Better memory balancing (between alloc/free),Thierry Deval