BSD 4_4_Lite1 release
[unix-history] / usr / src / sys / hp300 / conf / GENERIC.hp300
index 39ea39b..13bd206 100644 (file)
@@ -4,13 +4,13 @@
 machine                "hp300"
 
 cpu            "HP320"
 machine                "hp300"
 
 cpu            "HP320"
-cpu            "HP330"
+cpu            "HP330"         # includes 318, 319
 cpu            "HP340"
 cpu            "HP350"
 cpu            "HP360"
 cpu            "HP370"
 cpu            "HP340"
 cpu            "HP350"
 cpu            "HP360"
 cpu            "HP370"
-cpu            "HP375"
-cpu            "HP380"
+cpu            "HP375"         # includes 345, 400t, 400s
+cpu            "HP380"         # includes 425t, 425s, 433s
 ident          GENERIC
 
 # Need to set locally
 ident          GENERIC
 
 # Need to set locally
@@ -35,9 +35,11 @@ options              FIFO            # POSIX fifo support (in all filesystems)
 options                FFS,QUOTA       # fast filesystem with user and group quotas
 options                MFS             # memory-based filesystem
 options                NFS             # Sun NFS-compatible filesystem
 options                FFS,QUOTA       # fast filesystem with user and group quotas
 options                MFS             # memory-based filesystem
 options                NFS             # Sun NFS-compatible filesystem
-options                LOFS            # Loop-back filesystem
+options                "CD9660"        # ISO 9660 (CDROM) filesystem
+options                UNION           # Union filesystem
 options                KERNFS          # kernel data-structure filesystem
 options                FDESC           # user file descriptor filesystem
 options                KERNFS          # kernel data-structure filesystem
 options                FDESC           # user file descriptor filesystem
+options                PROCFS          # /proc filesystem
 #options       UMAPFS          # uid/gid remapping filesystem
 #options       NULLFS          # null layer filesystem
 #options       LFS             # Log-based filesystem (still experimental)
 #options       UMAPFS          # uid/gid remapping filesystem
 #options       NULLFS          # null layer filesystem
 #options       LFS             # Log-based filesystem (still experimental)
@@ -55,11 +57,12 @@ options             GATEWAY         # IP packet forwarding
 
 # Options for HP hardware
 options                PANICBUTTON     # Two fast <reset>s on console dump kernel
 
 # Options for HP hardware
 options                PANICBUTTON     # Two fast <reset>s on console dump kernel
-options                SYSVSHM         # System V shmem (ugly but HP-UX uses it)
+#options       SYSVSHM         # System V shmem (ugly but HP-UX uses it)
 options                HPUXCOMPAT      # HP-UX binary compatibility
 options                COMPAT_OHPUX    # Needed at least through HP-UX 7.05
 options                HPFPLIB         # floating point emulation for MC68040
 options                COMPAT_NOLABEL  # default partitioning for unlabeled disks
 options                HPUXCOMPAT      # HP-UX binary compatibility
 options                COMPAT_OHPUX    # Needed at least through HP-UX 7.05
 options                HPFPLIB         # floating point emulation for MC68040
 options                COMPAT_NOLABEL  # default partitioning for unlabeled disks
+options                MAPPEDCOPY      # use page mapping for large copyin/copyout
 
 
 config         vmunix swap generic
 
 
 config         vmunix swap generic