[BACK]Return to LAGER CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / hp300 / conf

Annotation of src/sys/arch/hp300/conf/LAGER, Revision 1.26

1.26    ! thorpej     1: #      $NetBSD: LAGER,v 1.25 1999/07/29 10:37:17 augustss Exp $
1.1       hpeyerl     2: #
1.18      hpeyerl     3: # LAGER (hpeyerl's hp425s)
1.1       hpeyerl     4: #
1.18      hpeyerl     5:
                      6: # Include attributes common to all hp300s
                      7: include "arch/hp300/conf/std.hp300"
                      8:
                      9: # Support for various CPU types
1.22      hpeyerl    10: options        HP433
1.19      lukem      11: options        FPSP            # floating point interface for 68040
1.18      hpeyerl    12:
                     13: # Need to set locally
                     14: maxusers       32
                     15:
                     16: # Standard system options
                     17: options        COMPAT_43               # compatibility with 4.3BSD interfaces
                     18: options        COMPAT_44               # compatibility with 4.4BSD binaries
                     19: options        COMPAT_09               # compatibility with NetBSD 0.9
                     20: options        COMPAT_10               # compatibility with NetBSD 1.0
                     21: options        COMPAT_11               # compatibility with NetBSD 1.1
                     22: options        COMPAT_12               # compatibility with NetBSD 1.2
1.22      hpeyerl    23: options        COMPAT_13               # compatibility with NetBSD 1.3
1.25      augustss   24: options        COMPAT_14               # compatibility with NetBSD 1.4
1.23      hpeyerl    25: options        SYSVSHM                 # System V-style shared memory
                     26: options        SYSVSEM                 # System V-style semaphores
                     27: options        SYSVMSG                 # System V-style message queues
1.18      hpeyerl    28: options        KTRACE                  # system call tracing support
1.19      lukem      29: options        LKM                     # loadable kernel modules
1.18      hpeyerl    30:
                     31: # Filesystems
                     32: file-system    FFS             # fast filesystem
                     33: file-system    NFS             # Network filesystem client
                     34: file-system    KERNFS          # kernel data-structure filesystem
                     35: file-system    FDESC           # user file descriptor filesystem
                     36: file-system    PROCFS          # /proc filesystem
                     37: file-system    MFS             # Memory-based filesystem
1.19      lukem      38: file-system    CD9660          # ISO 9660 + Rock Ridge filesystem
1.18      hpeyerl    39:
                     40: # Filesystem options
1.19      lukem      41: options        NFSSERVER       # Network filesystem server
1.18      hpeyerl    42:
                     43: # Networking options
1.20      lukem      44: options        INET                    # Internet protocols
                     45: options        TCP_COMPAT_42           # compatibility with 4.2BSD TCP/IP
                     46: options        GATEWAY                 # Packet forwarding + larger mb_map
                     47: options        NMBCLUSTERS=1024        # Crank this up
                     48: options        PFIL_HOOKS              # packet filter hooks
1.18      hpeyerl    49:
                     50: # Options for HP hardware
1.19      lukem      51: options        USELEDS         # make the lights twinkle
                     52: options        COMPAT_HPUX     # HP-UX binary compatibility
                     53: options        COMPAT_M68K4K   # m68k4k executables
1.18      hpeyerl    54:
                     55: # Debugging options
                     56: options        DIAGNOSTIC      # Kernel sanity checks
                     57: options        DDB             # Kernel Dynamic Debugger
1.21      lukem      58: #options       DDB_HISTORY_SIZE=100    # Enable history editing in DDB
1.18      hpeyerl    59: options        DDB_ONPANIC=0   # Don't go into DDB on panic
                     60:
                     61: config         netbsd root on ? type ?
                     62:
                     63: mainbus0       at root         # root "bus"
                     64:
                     65: intio0         at mainbus0     # internal i/o space
                     66: dio0           at mainbus0     # DIO/DIO-II bus
                     67:
                     68: # Topcat/catseye framebuffers
                     69: topcat*                at intio?
                     70: topcat*                at dio? scode ?
                     71:
                     72: # Framebuffer abstraction
                     73: grf*           at topcat?
                     74:
                     75: # Internal Terminal Emulator
                     76: ite*           at grf?
                     77:
                     78: dca0           at dio? scode 9         # built-in DCA serial interface
                     79:
                     80: #dcm*          at dio? scode ? flags 0xe # DCM 4-port serial card
                     81:
                     82: le*            at dio? scode ?         # LANCE ethernet interfaces
                     83:
                     84: nhpib0         at dio? scode 7         # internal HP-IB
                     85:
                     86: hpibbus0       at nhpib0
                     87:
                     88: rd*            at hpibbus? slave ? punit ?     # HP-IB disks
                     89: ct*            at hpibbus? slave ? punit ?     # HP-IB cartridge tapes
                     90:
                     91: oscsi*         at dio? scode ?         # Old HP SCSI
                     92:
                     93: sd*            at oscsi? target ? lun ?        # SCSI disks
                     94: st*            at oscsi? target ? lun ?        # SCSI tapes
                     95: ac*            at oscsi? target ? lun ?        # SCSI changers
                     96:
                     97: pseudo-device  pty             128     # pseudo ptys
                     98: pseudo-device  ppp             1       # PPP network interfaces
                     99: pseudo-device  bpfilter        4       # packet filter devices
                    100: pseudo-device  vnd             4       # vnode pseudo-disks
                    101: pseudo-device  loop                    # loopback network interface
                    102: pseudo-device  ipfilter                # IP Filter
                    103: pseudo-device  ccd             4

CVSweb <webmaster@jp.NetBSD.org>