Sun Microsystems Netra CP2500 User Manual
Page 68
54
Netra CP2500 Board Programming Guide • March 2007
#if 1
#define PROM_SIZE 0x700000 /* 7 MBytes */
#endif
static char *help[14] = {
"0 -- read user flash PROM",
"1 -- write user flash PROM",
"2 -- identify user flash PROM",
"3 -- query blocks",
"4 -- lock blocks",
"5 -- clear all locks",
"6 -- erase blocks",
"q -- quit",
"?/h -- display this menu",
""
};
/*char get_cmd(); */
static char
get_cmd()
{
char buf[10];
gets(buf);
return (buf[0]);
}
/*
* Main
*/
main(int argc, char *argv[])
{
int n_byte; /* returned from pread/pwrite */
int size, offset, pat;
int fd0, h, i;
int fd, prom_id;
uflash_if_t uflash_if;
caddr_t r_buf, w_buf;
char *devname0 = "/dev/uflash0";
char c;
r_buf = (caddr_t)malloc(PROM_SIZE);
w_buf = (caddr_t)malloc(PROM_SIZE);
/*
* Open the user flash PROM.
*/
CODE EXAMPLE 3-6
Sample User Flash Application Program (Continued)
- 6.0005E+11 (333 pages)
- SOLARIS 10 (121 pages)
- Sun Adapter TCP (150 pages)
- Sun Fire X4150 (150 pages)
- Sun StorageTek 5800 (136 pages)
- Virtual Tape Library (292 pages)
- eWay JDBC/ODBC Adapter (133 pages)
- LSI22320-SR (48 pages)
- Ethernet MMF/UTP Adapter (122 pages)
- SunSwift 600MP series (28 pages)
- 2.0 (60 pages)
- FASTETHERNET 6U (106 pages)
- 1.0 (182 pages)
- GigaSwift Ethernet Adapter (126 pages)
- SUN BLADE 150 (20 pages)
- X1150A (106 pages)
- Sun Quad (62 pages)
- VIRTUALBOX VERSION 3.1.0_BETA2 (283 pages)
- Ethernet PCI-X Adapter (78 pages)
- Sun StorageTek SG-XPCIE2FCGBE-E-Z (54 pages)
- SG-XPCIE2FC-EM8-Z (56 pages)
- STOREDGE A5000 (2 pages)
- THE SUN 805-7945-10 (24 pages)
- Sun FastEthernet PCI Adapter 805-1759-10 (38 pages)
- Sun Fire X4150 Server (80 pages)
- 805-1797-10 (65 pages)
- Sun StorEdge 5210 NAS (100 pages)
- Sun StorEdge A5000 (2 pages)
- StorEdge 3900 Series (162 pages)
- Sun PCI High Speed Quad Port Serial Interface Adapter 819-1207-11 (64 pages)
- Sun Fire X4200 M2 (50 pages)
- StreamLine SL8500 (200 pages)
- Sun StorEdge T3 (88 pages)
- TIMBERWOLF 9740 (100 pages)
- eWay SAP BAPI (123 pages)
- Ethernet PCI Adapter (10 pages)
- StorageTek L40 (92 pages)
- Smart Cards (14 pages)
- SUN STORAGETEK VSM GUI (68 pages)
- Gigabit Ethernet MMF/UTP Adapter (122 pages)
- Sun Fire X4100 M2 (50 pages)
- PCI (50 pages)
- StorageTek HP LTO4 (38 pages)
- Netra CP32x0 (66 pages)