Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
<SCSI2SD> <BoardConfig> <!-- ******************************************************** Enable the onboard active terminator (v5.1 or greater). Both ends of the SCSI chain should be terminated. Disable only if the SCSI2SD is in the middle of a chain with other devices. ********************************************************* --> <enableTerminator>true</enableTerminator> <unitAttention>false</unitAttention> <parity>false</parity> <!-- ******************************************************** Only set to true when using with a fast SCSI2 host controller. This can cause problems with older/slower hardware. ********************************************************* --> <enableScsi2>false</enableScsi2> <!-- ******************************************************** Setting to 'true' will result in increased performance at the cost of lower noise immunity. Only set to true when using short cables with only 1 or two devices. This should remain off when using external SCSI1 DB25 cables. ********************************************************* --> <disableGlitchFilter>false</disableGlitchFilter> <enableCache>false</enableCache> <enableDisconnect>false</enableDisconnect> <!-- ******************************************************** Respond to very short duration selection attempts. This supports non-standard hardware, but is generally safe to enable. Required for Philips P2000C. ********************************************************* --> <selLatch>false</selLatch> <!-- ******************************************************** Convert luns to IDs. The unit must already be configured to respond on the ID. Allows dual drives to be accessed from a XEBEC S1410 SASI bridge. eg. Configured for dual drives as IDs 0 and 1, but the XEBEC will access the second disk as ID0, lun 1. See ttp://bitsavers.trailing-edge.com/pdf/xebec/104524C_S1410Man_Aug83.pdf ********************************************************* --> <mapLunsToIds>false</mapLunsToIds> <!-- ******************************************************** Delay (in milliseconds) before responding to a SCSI selection. 255 (auto) sets it to 0 for SCSI2 hosts and 1ms otherwise. Some samplers need this set to 1 manually. ********************************************************* --> <selectionDelay>255</selectionDelay> <!-- ******************************************************** Startup delay (in seconds) before responding to the SCSI bus after power on. Default = 0. ********************************************************* --> <startupDelay>0</startupDelay> <!-- ******************************************************** Speed limit the SCSI interface. This is the -max- speed the device will run at. The actual spee depends on the capability of the host controller. 0 No limit 1 Async 1.5MB/s ********************************************************* --> <scsiSpeed>0</scsiSpeed> </BoardConfig> <SCSITarget id="0"> <enabled>true</enabled> <!-- ******************************************************** Space separated list. Available options: apple Returns Apple-specific mode pages omti OMTI host non-standard link control xebec XEBEC ignore step options in control byte ********************************************************* --> <quirks></quirks> <!-- ******************************************************** 0x0 Fixed hard drive. 0x1 Removable drive. 0x2 Optical drive (ie. CD drive). 0x3 1.44MB Floppy Drive. ********************************************************* --> <deviceType>0x0</deviceType> <!-- ******************************************************** Device type modifier is usually 0x00. Only change this if your OS requires some special value. 0x4C Data General Micropolis disk ********************************************************* --> <deviceTypeModifier>0x0</deviceTypeModifier> <!-- ******************************************************** SD card offset, as a sector number (always 512 bytes). ********************************************************* --> <sdSectorStart>0</sdSectorStart> <!-- ******************************************************** Drive geometry settings. ********************************************************* --> <scsiSectors>4194304</scsiSectors> <bytesPerSector>512</bytesPerSector> <sectorsPerTrack>139</sectorsPerTrack> <headsPerCylinder>4</headsPerCylinder> <!-- ******************************************************** Drive identification information. The SCSI2SD doesn't care what these are set to. Use these strings to trick a OS thinking a specific hard drive model is attached. ********************************************************* --> <!-- 8 character vendor string --> <!-- For Apple HD SC Setup/Drive Setup, use ' SEAGATE' --> <vendor> codesrc</vendor> <!-- 16 character produce identifier --> <!-- For Apple HD SC Setup/Drive Setup, use ' ST225N' --> <prodId> SCSI2SD</prodId> <!-- 4 character product revision number --> <!-- For Apple HD SC Setup/Drive Setup, use '1.0 ' --> <revision> 6.0</revision> <!-- 16 character serial number --> <serial>1234567812345678</serial> <!-- Custom mode pages, base64 encoded, up to 1024 bytes.--> <modePages> </modePages> <!-- Custom inquiry VPD pages, base64 encoded, up to 1024 bytes.--> <vpd> </vpd> </SCSITarget> <SCSITarget id="1"> <enabled>true</enabled> <!-- ******************************************************** Space separated list. Available options: apple Returns Apple-specific mode pages omti OMTI host non-standard link control xebec XEBEC ignore step options in control byte ********************************************************* --> <quirks></quirks> <!-- ******************************************************** 0x0 Fixed hard drive. 0x1 Removable drive. 0x2 Optical drive (ie. CD drive). 0x3 1.44MB Floppy Drive. ********************************************************* --> <deviceType>0x0</deviceType> <!-- ******************************************************** Device type modifier is usually 0x00. Only change this if your OS requires some special value. 0x4C Data General Micropolis disk ********************************************************* --> <deviceTypeModifier>0x0</deviceTypeModifier> <!-- ******************************************************** SD card offset, as a sector number (always 512 bytes). ********************************************************* --> <sdSectorStart>4194304</sdSectorStart> <!-- ******************************************************** Drive geometry settings. ********************************************************* --> <scsiSectors>4194304</scsiSectors> <bytesPerSector>512</bytesPerSector> <sectorsPerTrack>63</sectorsPerTrack> <headsPerCylinder>255</headsPerCylinder> <!-- ******************************************************** Drive identification information. The SCSI2SD doesn't care what these are set to. Use these strings to trick a OS thinking a specific hard drive model is attached. ********************************************************* --> <!-- 8 character vendor string --> <!-- For Apple HD SC Setup/Drive Setup, use ' SEAGATE' --> <vendor> codesrc</vendor> <!-- 16 character produce identifier --> <!-- For Apple HD SC Setup/Drive Setup, use ' ST225N' --> <prodId> SCSI2SD</prodId> <!-- 4 character product revision number --> <!-- For Apple HD SC Setup/Drive Setup, use '1.0 ' --> <revision> 6.0</revision> <!-- 16 character serial number --> <serial>1234567812345678</serial> <!-- Custom mode pages, base64 encoded, up to 1024 bytes.--> <modePages> </modePages> <!-- Custom inquiry VPD pages, base64 encoded, up to 1024 bytes.--> <vpd> </vpd> </SCSITarget> <SCSITarget id="2"> <enabled>true</enabled> <!-- ******************************************************** Space separated list. Available options: apple Returns Apple-specific mode pages omti OMTI host non-standard link control xebec XEBEC ignore step options in control byte ********************************************************* --> <quirks></quirks> <!-- ******************************************************** 0x0 Fixed hard drive. 0x1 Removable drive. 0x2 Optical drive (ie. CD drive). 0x3 1.44MB Floppy Drive. ********************************************************* --> <deviceType>0x3</deviceType> <!-- ******************************************************** Device type modifier is usually 0x00. Only change this if your OS requires some special value. 0x4C Data General Micropolis disk ********************************************************* --> <deviceTypeModifier>0x0</deviceTypeModifier> <!-- ******************************************************** SD card offset, as a sector number (always 512 bytes). ********************************************************* --> <sdSectorStart>8388608</sdSectorStart> <!-- ******************************************************** Drive geometry settings. ********************************************************* --> <scsiSectors>2880</scsiSectors> <bytesPerSector>512</bytesPerSector> <sectorsPerTrack>63</sectorsPerTrack> <headsPerCylinder>255</headsPerCylinder> <!-- ******************************************************** Drive identification information. The SCSI2SD doesn't care what these are set to. Use these strings to trick a OS thinking a specific hard drive model is attached. ********************************************************* --> <!-- 8 character vendor string --> <!-- For Apple HD SC Setup/Drive Setup, use ' SEAGATE' --> <vendor> codesrc</vendor> <!-- 16 character produce identifier --> <!-- For Apple HD SC Setup/Drive Setup, use ' ST225N' --> <prodId> SCSI2SD</prodId> <!-- 4 character product revision number --> <!-- For Apple HD SC Setup/Drive Setup, use '1.0 ' --> <revision> 6.0</revision> <!-- 16 character serial number --> <serial>1234567812345678</serial> <!-- Custom mode pages, base64 encoded, up to 1024 bytes.--> <modePages> </modePages> <!-- Custom inquiry VPD pages, base64 encoded, up to 1024 bytes.--> <vpd> </vpd> </SCSITarget> <SCSITarget id="3"> <enabled>true</enabled> <!-- ******************************************************** Space separated list. Available options: apple Returns Apple-specific mode pages omti OMTI host non-standard link control xebec XEBEC ignore step options in control byte ********************************************************* --> <quirks></quirks> <!-- ******************************************************** 0x0 Fixed hard drive. 0x1 Removable drive. 0x2 Optical drive (ie. CD drive). 0x3 1.44MB Floppy Drive. ********************************************************* --> <deviceType>0x2</deviceType> <!-- ******************************************************** Device type modifier is usually 0x00. Only change this if your OS requires some special value. 0x4C Data General Micropolis disk ********************************************************* --> <deviceTypeModifier>0x0</deviceTypeModifier> <!-- ******************************************************** SD card offset, as a sector number (always 512 bytes). ********************************************************* --> <sdSectorStart>8391488</sdSectorStart> <!-- ******************************************************** Drive geometry settings. ********************************************************* --> <scsiSectors>1331200</scsiSectors> <bytesPerSector>512</bytesPerSector> <sectorsPerTrack>63</sectorsPerTrack> <headsPerCylinder>255</headsPerCylinder> <!-- ******************************************************** Drive identification information. The SCSI2SD doesn't care what these are set to. Use these strings to trick a OS thinking a specific hard drive model is attached. ********************************************************* --> <!-- 8 character vendor string --> <!-- For Apple HD SC Setup/Drive Setup, use ' SEAGATE' --> <vendor> codesrc</vendor> <!-- 16 character produce identifier --> <!-- For Apple HD SC Setup/Drive Setup, use ' ST225N' --> <prodId> SCSI2SD</prodId> <!-- 4 character product revision number --> <!-- For Apple HD SC Setup/Drive Setup, use '1.0 ' --> <revision> 6.0</revision> <!-- 16 character serial number --> <serial>1234567812345678</serial> <!-- Custom mode pages, base64 encoded, up to 1024 bytes.--> <modePages> </modePages> <!-- Custom inquiry VPD pages, base64 encoded, up to 1024 bytes.--> <vpd> </vpd> </SCSITarget> </SCSI2SD>
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
anydesk forensics
57 min ago | 0.80 KB
OoTMM rando seed 7/28
4 hours ago | 93.67 KB
Untitled
5 hours ago | 5.87 KB
EARNING-BTC ENGINE
CSS | 6 hours ago | 0.38 KB
Secret Guide
6 hours ago | 0.39 KB
Step 7 Enumeration
12 hours ago | 19.79 KB
Disable Drag and Drop Image Improved Plugin i...
PHP | 1 day ago | 1.31 KB
z66is_archive.zip.txt
1 day ago | 1.53 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!