[BACK]Return to RAMDISK CVS log [TXT][DIR] Up to [local] / sys / arch / mvme68k / conf

Annotation of sys/arch/mvme68k/conf/RAMDISK, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: RAMDISK,v 1.9 2006/06/24 14:07:06 miod Exp $
                      2:
                      3: machine                mvme68k m68k
                      4:
                      5: # 2 meg ramdisk
                      6: option         MINIROOTSIZE=4096
                      7: option         RAMDISK_HOOKS
                      8:
                      9: option         M68030          # support for 030
                     10: option         M68040          # support for 040
                     11: option         M68060          # support for 060
                     12: option         FPSP            # MC68040 floating point support
                     13: option         M060SP          # ...and MC68060 support package
                     14:
                     15: option         MVME147         # (requires M68030)
                     16: option         MVME162         # (requires M68040, FPSP)
                     17: option         MVME167         # includes 166 (requires M68040, FPSP)
                     18: option         MVME172         # (requires M68060, 060SP, FPSP)
                     19: option         MVME177         # (requires M68060, 060SP, FPSP)
                     20:
                     21: maxusers       32
                     22:
                     23: option         SCSITERSE
                     24: option         SMALL_KERNEL
                     25: option         NO_PROPOLICE
                     26: option         TIMEZONE=0      # time zone to adjust RTC time by
                     27: option         DST=0           # daylight saving time used by RTC
                     28: #makeoptions   DEBUG="-g"      # compile full symbol table
                     29: option         FFS             # UFS
                     30: option         NFSCLIENT       # Network File System client
                     31: option         CD9660          # ISO 9660 + Rock Ridge file system
                     32: option         FIFO            # FIFOs; RECOMMENDED
                     33: option         INET            # IP + ICMP + TCP + UDP
                     34: option         INET6
                     35: option         BOOT_CONFIG     # boot-time kernel config
                     36:
                     37: config         bsd             root rd0 swap on rd0b
                     38:
                     39: mainbus0 at root
                     40:
                     41: # MVME147
                     42: pcc0   at mainbus0 addr 0xfffe0000
                     43: clock0 at pcc0 ipl 5
                     44: nvram0 at pcc0 offset 0x0000
                     45: zs0    at pcc0 offset 0x3000 ipl 4
                     46: zs1    at pcc0 offset 0x3800 ipl 4
                     47: le*    at pcc0 offset 0x1800 ipl 3
                     48: wdsc0  at pcc0 offset 0x4000 ipl 2
                     49: lp0    at pcc0 ipl 1
                     50: vme0   at pcc0 offset 0x2000
                     51:
                     52: # MVME162
                     53: mc0    at mainbus0 addr 0xfff00000
                     54: clock0 at mc0 ipl 5
                     55: nvram0 at mc0 offset 0xc0000
                     56: zs0    at mc0 offset 0x45000 ipl 4
                     57: zs1    at mc0 offset 0x45801 ipl 4
                     58: ie0    at mc0 offset 0x46000 ipl 3
                     59: ssh0   at mc0 offset 0x47000 ipl 2
                     60: memc0  at mc0 offset 0x43000
                     61: memc1  at mc0 offset 0x43100
                     62: ipic0  at mc0 offset 0xbc000
                     63: vme0   at mc0 offset 0x40000
                     64: flash0 at mainbus0 addr 0xffa00000
                     65: sram0  at mainbus0 addr 0xffe00000
                     66:
                     67: #fooip*        at ipic? manu 0x11 prod 0x22 ipl 1
                     68:
                     69: # MVME166/167/177
                     70: pcctwo0 at mainbus0 addr 0xfff00000
                     71: clock0 at pcctwo0 ipl 5
                     72: nvram0 at pcctwo0 offset 0xc0000
                     73: ie0    at pcctwo0 offset 0x46000 ipl 3
                     74: ssh0   at pcctwo0 offset 0x47000 ipl 2
                     75: cl0    at pcctwo0 offset 0x45000 ipl 3
                     76: vme0   at pcctwo0 offset 0x40000
                     77: #lptwo0        at pcctwo0 ipl 1
                     78: memc0  at pcctwo0 offset 0x43000
                     79: memc1  at pcctwo0 offset 0x43100
                     80: sram0  at mainbus0 addr 0xffe00000
                     81:
                     82: vmes0  at vme0
                     83:
                     84: vs*    at vmes0 addr 0xffff9000 ipl 2 vec 0x80
                     85: vs*    at vmes0 addr 0xffff9800 ipl 2 vec 0x82
                     86: vs*    at vmes0 addr 0xffff4800 ipl 2 vec 0x84
                     87: vs*    at vmes0 addr 0xffff5800 ipl 2 vec 0x86
                     88: vs*    at vmes0 addr 0xffff7000 ipl 2 vec 0x88
                     89: vs*    at vmes0 addr 0xffff7800 ipl 2 vec 0x8a
                     90:
                     91: le*    at vmes0 addr 0xffff1200 ipl 3 vec 0x74
                     92: le*    at vmes0 addr 0xffff1400 ipl 3 vec 0x75
                     93: le*    at vmes0 addr 0xffff1600 ipl 3 vec 0x76
                     94:
                     95: vmel0  at vme0
                     96:
                     97: scsibus* at wdsc?
                     98: scsibus* at ssh?
                     99: scsibus* at vs?
                    100:
                    101: sd*    at scsibus?
                    102: st*    at scsibus?
                    103: cd*    at scsibus?
                    104:
                    105: pseudo-device  loop    1               # network loopback
                    106: pseudo-device  bpfilter 1              # packet filter
                    107: pseudo-device  rd      1               # ramdisk

CVSweb