Chapter 5.  Using Different Firmware Types

Table of Contents

Alpha's SRM firmware
SRM device names
Alpha's AlphaBIOS
Sun's OpenBOOT PROM
Apple's OpenFirmware
VAXen's firmware
PA-RISC's firmware
SGI's ARC Console

Alpha's SRM firmware

SRM device names

Device names start with a two bytes long type ID (floppy, SCSI block device, network card, controller, ...). Third byte is channel number (esp. interesting for scsi), 4th byte is device ID within it's channel. After that, supplemental information (like partition number) shows up.

Table 5.1.  SRM devicename overview

device namedescription
dka0dk = block device, a = first (SCSI?) channel, 0 = SCSI-ID=0
dva0dv = floppy disk, a = first floppy disk controller, 0 = first floppy drive
ewa0ew = network card, a = first network card bus, 0 = first network card.