Additions for HP8200e CD-Writer Plus. Infrastructor for any device
Changed #include "cdrom.h" to #include <linux/cdrom.h>
Simplifications in the code for SCM, reinitialization for devices
Preliminary code for SanDisk ImageMate SDDR-09, ifdef'd by
Moves HP8200e stuff to shuttle_usbat.c, cleans up. Adds sddr09, driver
Adds 16MB card code, fixes buffer overrun & READ_CAPACITY bug. Adds
Fixes big bug in read_data function. SDDR09 driver is now functional
Gets LBA/PBA map from card.
Fixes read_control, adds READ_10 implementation.
Adds extra data and associated destructor in us_data structure, for extra
Fix for 16MB cards.
Changes to support better dummy INQUIRY responses. Changes to support
Fixes for 32MB card. Catches NULL kmalloc for us->extra data.
Adds $Id$
Fixes for 32MB cards. Adds $Id$.
If a write-with-test stalls, retry the write once more
Fixed algorithm for stall on write-and-test.
Allows large READ_10's
Added some debugging code for displaying verbose sense codes
Improved READ_10 by using test-and-read.
Adds a fix for the BLANK command, which could take as long as 75 minutes
Changes to fix READ_CD command. Audio ripping with cdparanoia now
Forces SDDR09 cards to be write-protected (until write is supported)
Added dummying up of MODE SENSE for page code 0x3F (return all
Adds support for ALLOW MEDIUM REMOVAL command. Does nothing on that
*This* contains the patch I mentioned in the previous release. Also
A change when the check-condition bit gets set. Now we read one
Changed copyright year and e-mail address.
Fixes problems reading 32MB and larger cards. Adds 128MB card support.
I'm impressed -- it worked and came up with the exact same code as I did.
I used --opt-for-speed --max-allocs-per-node 100000 to see what SDCC would do with...
I used --opt-for-speed --max-allocs-per-node 100000 to see what SDCC would do with...
I used --opt-for-speed --max-allocs-per-node 100000 to see what SDCC would do with...
Oh, that's good, I didn't know that _CODE would be wrapped around the area. Very...
OK, I think I've solved this. I'd really like to put this in the documentation. Really,...
OK, I've made a copy of crt0.s and changed the middle to this: ;; Ordering of segments...
$ sdcc --version SDCC : mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ds390/pic16/pic14/TININative/ds400/hc08/s08/stm8...
I ran into this, also. sbrk is marked as deprecated as of OS 10.9 Homebrew builds...
asxxxx has unused static const (osx clang complains about it)
Return from fread checked against < 0