0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 9 months ago. based on code collected 9 months ago.
Apr 23, 2024 — Apr 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Got rid of bogus plus sign between yacc targets. More... over 19 years ago
Print out serial number for gpib-hs instead of dumping a raw block. More... over 19 years ago
Fixed problem with gpib_config failing to take an unconfigured board offline. More... over 19 years ago
Fix possible kernel crash when gpib_config attempts to take a board offline after minor numbers for online boards have been rearranged in gpib.conf More... over 19 years ago
Fixed broken link to ibsta that was supposed to be to iberr. More... over 19 years ago
Return EARG errors instead of EDVR (and failing to set ibcnt) when a device descriptor is passed to SendDataBytes(), Send(), or SendList(). More... over 19 years ago
Fixed (mostly) compilation against 2.6.17. It compiles with a small patch to the kernel's scripts/Makefile.modpost More... over 19 years ago
Fixed problems with improper deallocation of io resources after attempting to configure a single pci-gpib board on multiple device files. More... over 19 years ago
More int/size_t fixes for 64 bit arches. More... over 19 years ago
Made return value of gpib_interface_t.read and write an int. More... over 19 years ago
Fixed another int/size_t problem that shows up on 64 bit systems (from Michael Ritzert" <[email protected]>). More... over 19 years ago
Fixed type of nbytes variable passed to ibrd(), which is probably causing problems on 64 bit systems. More... over 19 years ago
Fixed compile error. More... over 19 years ago
Added some comments indicating where the read of the serial number happens for the usb-hs. More... over 19 years ago
Fixed number of bytes reported sent when write partially completes (due to timeout for example). More... over 19 years ago
Updated comment to reflect that I actually checked that the 1000 second timeout works. More... over 19 years ago
Increase os timeout, since adapter's timeout has much looser tolerances than I imagined. More... over 19 years ago
Fixed little error suppression hack on reads. More... over 19 years ago
Fixed kernel panic due to kernel timers not getting cleaned up after a read/write is interrupted by a signal. More... over 19 years ago
fixed a few error codes, and set ibcnt properly when the addressing fails in ibrd(). More... over 19 years ago
Removed useless free_ports code. More... over 19 years ago
Compile fixes. More... over 19 years ago
Try to properly distinguish between various talker and listener function states (from 488.1 standard) when setting LACS and TACS. More... over 19 years ago
Fixed compile error caused by last reversion. More... over 19 years ago
Reverted attempt to work around hardware bug (it doesn't work). More... over 19 years ago
added private void* to nec7210 struct. More... over 19 years ago
Fixed eastwood_hybrid interface. Added workaround for hardware bug that occurs during dma reads. More... over 19 years ago
Now we are sure (for real this time) that we have dealt with races between timeouts and END being detected on dma reads. Also added eastwood_hybrid board type, which uses dma for writes but not for reads. More... over 19 years ago
Make absolutely sure END status is in sync with transfer count on dma reads. More... over 19 years ago
Patch from Sam Bishop <[email protected]>, <[email protected]>: More... over 19 years ago