Age | Commit message (Expand) | Author |
2002-12-30 | Add $OpenBSD$ tag. | Thierry Deval |
2002-12-30 | Update. | Thierry Deval |
2002-12-30 | Some cleanup. | Thierry Deval |
2002-12-30 | Implement the reconnect callback. This will be called whenever an SBP2 node's | 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 | Some devices have bad ConfigROM crc, but contain valid Unit entries. | 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-30 | proper HOSTAP_FLAGS_BITS; from merith@vantronix.net | Michael Shalayeff |
2002-12-23 | Repair minor indentation problem. | Miod Vallat |
2002-12-23 | dev/ata/ata.c should depends on wdc_base since it uses some calls | Alexander Yurchenko |
2002-12-23 | Fix complete botch in handling of 'openings'. | Kenneth R Westerback |
2002-12-22 | Define atagettrace_t type and use it instead of struct atagettrace. | Alexander Yurchenko |
2002-12-22 | No more magic wdc events types, give them names. | Alexander Yurchenko |
2002-12-20 | no need for these to sit in their own dirs, there not gonna be any sources th... | Michael Shalayeff |
2002-12-19 | regen | Henning Brauer |
2002-12-19 | more O2Micro PCI-Cardbus; FreeBSD via pamifer at terra.es | Henning Brauer |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-12-19 | fix a debugging printf on cmd wait timeout | Michael Shalayeff |
2002-12-19 | proper barrier call in ie_ack | Michael Shalayeff |
2002-12-19 | comparam() does not need an spltty() for it, already called there. | Michael Shalayeff |
2002-12-18 | fix memory leak when downing an interface. | Nathan Binkert |
2002-12-17 | Cleaning. | Thierry Deval |
2002-12-16 | Major KNF. Incentive from Tedu | Thierry Deval |
2002-12-15 | Fix/Cleanup some SCSI #defines. | Kenneth R Westerback |
2002-12-15 | and one more typo | Henning Brauer |
2002-12-15 | more typos fixed by torh | Henning Brauer |
2002-12-15 | typos; torh at bogus.net | Henning Brauer |
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-12-13 | Detach fwnodes first. | Thierry Deval |
2002-12-13 | KNF | Thierry Deval |
2002-12-12 | Always use queue(3) macros. | Alexander Yurchenko |
2002-12-12 | statement after label. | Artur Grabowski |
2002-12-11 | smaller delays, unneeded spls | Michael Shalayeff |
2002-12-11 | send-pr -> sendbug here as well; Peter Werner | Henning Brauer |
2002-12-11 | sendbug(1), not send-pr; Peter Werner | Henning Brauer |
2002-12-10 | Regen | Miod Vallat |
2002-12-10 | Dec Pixelvision card, unfortunately not tga compatible enough. | Miod Vallat |
2002-12-10 | Translate mickeyspeak into english. | Miod Vallat |
2002-12-10 | Add support for VIA VT8231; from NetBSD, untested. | Alexander Yurchenko |