diff --git a/sys/arch/pc532/conf/DEFAULT b/sys/arch/pc532/conf/DEFAULT index f25774619f9d..7df4148c4ea7 100644 --- a/sys/arch/pc532/conf/DEFAULT +++ b/sys/arch/pc532/conf/DEFAULT @@ -63,7 +63,7 @@ options GENERIC membus0 at root -ncr0 at membus? +ncr0 at membus? scsibus0 at scsi? diff --git a/sys/arch/pc532/conf/GENERIC_O b/sys/arch/pc532/conf/GENERIC_O deleted file mode 100644 index a8d78eaa70da..000000000000 --- a/sys/arch/pc532/conf/GENERIC_O +++ /dev/null @@ -1,84 +0,0 @@ -# $NetBSD: GENERIC_O,v 1.5 1995/01/25 05:34:51 cgd Exp $ -# -# GENERIC_O: Generic, root on sd1a, 9600 baud console -# -machine "pc532" - -maxusers 10 # estimated number of users -options TIMEZONE=0, DST=0 # time zone to read RTC in -options SWAPPAGER # paging -options VNODEPAGER,DEVPAGER # vnode and device node caching -#options DDB # kernel debugger; not working -#options DIAGNOSTIC # internal consistency checking - -#options ACCOUNTING # process accounting -options KTRACE # system call tracing, a la ktrace(1) -options FIFO # fifos; recommended -#options SYSVSHM # System V shared memory; broken -#options "SHMMAXPGS=1024" -#options LKM # loadable kernel modules - -# compatibility options -options "COMPAT_43" # 4.3 system calls -options "TCP_COMPAT_42" # 4.2 networking ABI -options "COMPAT_09" # NetBSD-0.9 -options "COMPAT_10" # NetBSD-1.0 - -# file system options -#options QUOTA # file system quotas -options FFS # Berkeley fast file system -#options FASTLINKS # fast symbolic links in FFS -#options MFS # memory file system; uses RAM and swap -#options NFSSERVER # Network File System server -options NFSCLIENT # Network File System client -#options ISOFS # ISO 9660 CD-ROM file system, with RR -#options MSDOSFS # MS-DOS FAT file system -options FDESC # /dev/fd -options KERNFS # kernel file system; recommended - -# networking options -#options GATEWAY # packet forwarding -options INET # IP -#options NS # XNS -#options CCITT # X.25 -#options ISO # OSI -#options TPIP # ? -#options EON # ? - -# pc532 specific options -#options "COMDEF_SPEED=B19200" # default baud on the scn chips -#options "RAMD_SIZE=1536000" # Size of the "boot strap ram disk" -#options "RAMD_ADR=0x400000" # Adr of the "boot strap ram disk" -options "CONFIG_NEW" # Use config.new stuff -#options "DEV_RTC" # /dev/rtc access to hardware clock - -config "netbsd" root on sd1 swap on sd1 - -membus0 at root - -#rd0 at membus? - -ncr0 at membus? - -scsibus0 at scsi? - -sd* at scsibus? target ? lun ? # SCSI disks -st* at scsibus? target ? lun ? # SCSI tapes -#cd* at scsibus? target ? lun ? # SCSI cd - -scn0 at membus? -scn1 at membus? -scn2 at membus? -scn3 at membus? -scn4 at membus? -scn5 at membus? -scn6 at membus? -scn7 at membus? - -pseudo-device pty 16 # pseudo-terminals -pseudo-device loop 1 # loopback network -pseudo-device bpfilter 4 # packet filter -pseudo-device sl 1 # compressed SLIP -pseudo-device ppp 1 # Point-to-Point Protocol -pseudo-device vnd 4 # Vnode devices -#pseudo-device ether # diff --git a/sys/arch/pc532/conf/GENERIC_OF b/sys/arch/pc532/conf/GENERIC_OF deleted file mode 100644 index 69656d4dbd17..000000000000 --- a/sys/arch/pc532/conf/GENERIC_OF +++ /dev/null @@ -1,84 +0,0 @@ -# $NetBSD: GENERIC_OF,v 1.5 1995/01/25 05:34:54 cgd Exp $ -# -# GENERIC_OF: Generic, root on sd1a, 19200 baud console -# -machine "pc532" - -maxusers 10 # estimated number of users -options TIMEZONE=0, DST=0 # time zone to read RTC in -options SWAPPAGER # paging -options VNODEPAGER,DEVPAGER # vnode and device node caching -#options DDB # kernel debugger; not working -#options DIAGNOSTIC # internal consistency checking - -#options ACCOUNTING # process accounting -options KTRACE # system call tracing, a la ktrace(1) -options FIFO # fifos; recommended -#options SYSVSHM # System V shared memory; broken -#options "SHMMAXPGS=1024" -#options LKM # loadable kernel modules - -# compatibility options -options "COMPAT_43" # 4.3 system calls -options "TCP_COMPAT_42" # 4.2 networking ABI -options "COMPAT_09" # NetBSD-0.9 -options "COMPAT_10" # NetBSD-1.0 - -# file system options -#options QUOTA # file system quotas -options FFS # Berkeley fast file system -#options FASTLINKS # fast symbolic links in FFS -#options MFS # memory file system; uses RAM and swap -#options NFSSERVER # Network File System server -options NFSCLIENT # Network File System client -#options ISOFS # ISO 9660 CD-ROM file system, with RR -#options MSDOSFS # MS-DOS FAT file system -options FDESC # /dev/fd -options KERNFS # kernel file system; recommended - -# networking options -#options GATEWAY # packet forwarding -options INET # IP -#options NS # XNS -#options CCITT # X.25 -#options ISO # OSI -#options TPIP # ? -#options EON # ? - -# pc532 specific options -options "COMDEF_SPEED=B19200" # default baud on the scn chips -#options "RAMD_SIZE=1536000" # Size of the "boot strap ram disk" -#options "RAMD_ADR=0x400000" # Adr of the "boot strap ram disk" -options "CONFIG_NEW" # Use config.new stuff -#options "DEV_RTC" # /dev/rtc access to hardware clock - -config "netbsd" root on sd1 swap on sd1 - -membus0 at root - -#rd0 at membus? - -ncr0 at membus? - -scsibus0 at scsi? - -sd* at scsibus? target ? lun ? # SCSI disks -st* at scsibus? target ? lun ? # SCSI tapes -#cd* at scsibus? target ? lun ? # SCSI cd - -scn0 at membus? -scn1 at membus? -scn2 at membus? -scn3 at membus? -scn4 at membus? -scn5 at membus? -scn6 at membus? -scn7 at membus? - -pseudo-device pty 16 # pseudo-terminals -pseudo-device loop 1 # loopback network -pseudo-device bpfilter 4 # packet filter -pseudo-device sl 1 # compressed SLIP -pseudo-device ppp 1 # Point-to-Point Protocol -pseudo-device vnd 4 # Vnode devices -#pseudo-device ether # diff --git a/sys/arch/pc532/conf/GENERIC_RD b/sys/arch/pc532/conf/GENERIC_RD deleted file mode 100644 index b28595a24564..000000000000 --- a/sys/arch/pc532/conf/GENERIC_RD +++ /dev/null @@ -1,84 +0,0 @@ -# $NetBSD: GENERIC_RD,v 1.5 1995/01/25 05:34:55 cgd Exp $ -# -# GENERIC_RD: Generic, root on rd, 9600 baud console -# -machine "pc532" - -maxusers 2 # estimated number of users -options TIMEZONE=0, DST=0 # time zone to read RTC in -options SWAPPAGER # paging -options VNODEPAGER,DEVPAGER # vnode and device node caching -#options DDB # kernel debugger; not working -#options DIAGNOSTIC # internal consistency checking - -#options ACCOUNTING # process accounting -#options KTRACE # system call tracing, a la ktrace(1) -options FIFO # fifos; recommended -#options SYSVSHM # System V shared memory; broken -#options "SHMMAXPGS=1024" -#options LKM # loadable kernel modules - -# compatibility options -options "COMPAT_43" # 4.3 system calls -options "TCP_COMPAT_42" # 4.2 networking ABI -options "COMPAT_09" # NetBSD-0.9 -options "COMPAT_10" # NetBSD-1.0 - -# file system options -#options QUOTA # file system quotas -options FFS # Berkeley fast file system -#options FASTLINKS # fast symbolic links in FFS -#options MFS # memory file system; uses RAM and swap -#options NFSSERVER # Network File System server -options NFSCLIENT # Network File System client -#options ISOFS # ISO 9660 CD-ROM file system, with RR -#options MSDOSFS # MS-DOS FAT file system -#options FDESC # /dev/fd -#options KERNFS # kernel file system; recommended - -# networking options -#options GATEWAY # packet forwarding -options INET # IP -#options NS # XNS -#options CCITT # X.25 -#options ISO # OSI -#options TPIP # ? -#options EON # ? - -# pc532 specific options -#options "COMDEF_SPEED=B19200" # default baud on the scn chips -options "RAMD_SIZE=1536000" # Size of the "boot strap ram disk" -#options "RAMD_ADR=0x400000" # Adr of the "boot strap ram disk" -options "CONFIG_NEW" # Use config.new stuff -#options "DEV_RTC" # /dev/rtc access to hardware clock - -config "netbsd" root on rd0 - -membus0 at root - -rd0 at membus? - -ncr0 at membus? - -scsibus0 at scsi? - -sd* at scsibus? target ? lun ? # SCSI disks -st* at scsibus? target ? lun ? # SCSI tapes -#cd* at scsibus? target ? lun ? # SCSI cd - -scn0 at membus? -scn1 at membus? -scn2 at membus? -scn3 at membus? -scn4 at membus? -scn5 at membus? -scn6 at membus? -scn7 at membus? - -pseudo-device pty 4 # pseudo-terminals -pseudo-device loop 1 # loopback network -#pseudo-device bpfilter 4 # packet filter -pseudo-device sl 1 # compressed SLIP -#pseudo-device ppp 1 # Point-to-Point Protocol -#pseudo-device vnd 4 # Vnode devices -#pseudo-device ether # diff --git a/sys/arch/pc532/conf/GENERIC_RF b/sys/arch/pc532/conf/GENERIC_RF deleted file mode 100644 index a14d31657ce0..000000000000 --- a/sys/arch/pc532/conf/GENERIC_RF +++ /dev/null @@ -1,84 +0,0 @@ -# $NetBSD: GENERIC_RF,v 1.2 1995/01/25 05:34:57 cgd Exp $ -# -# GENERIC_RF: Generic, root on rd, 19200 baud console -# -machine "pc532" - -maxusers 2 # estimated number of users -options TIMEZONE=0, DST=0 # time zone to read RTC in -options SWAPPAGER # paging -options VNODEPAGER,DEVPAGER # vnode and device node caching -#options DDB # kernel debugger; not working -#options DIAGNOSTIC # internal consistency checking - -#options ACCOUNTING # process accounting -#options KTRACE # system call tracing, a la ktrace(1) -options FIFO # fifos; recommended -#options SYSVSHM # System V shared memory; broken -#options "SHMMAXPGS=1024" -#options LKM # loadable kernel modules - -# compatibility options -options "COMPAT_43" # 4.3 system calls -options "TCP_COMPAT_42" # 4.2 networking ABI -options "COMPAT_09" # NetBSD-0.9 -options "COMPAT_10" # NetBSD-1.0 - -# file system options -#options QUOTA # file system quotas -options FFS # Berkeley fast file system -#options FASTLINKS # fast symbolic links in FFS -#options MFS # memory file system; uses RAM and swap -#options NFSSERVER # Network File System server -options NFSCLIENT # Network File System client -#options ISOFS # ISO 9660 CD-ROM file system, with RR -#options MSDOSFS # MS-DOS FAT file system -#options FDESC # /dev/fd -#options KERNFS # kernel file system; recommended - -# networking options -#options GATEWAY # packet forwarding -options INET # IP -#options NS # XNS -#options CCITT # X.25 -#options ISO # OSI -#options TPIP # ? -#options EON # ? - -# pc532 specific options -options "COMDEF_SPEED=B19200" # default baud on the scn chips -options "RAMD_SIZE=1536000" # Size of the "boot strap ram disk" -#options "RAMD_ADR=0x400000" # Adr of the "boot strap ram disk" -options "CONFIG_NEW" # Use config.new stuff -#options "DEV_RTC" # /dev/rtc access to hardware clock - -config "netbsd" root on rd0 - -membus0 at root - -rd0 at membus? - -ncr0 at membus? - -scsibus0 at scsi? - -sd* at scsibus? target ? lun ? # SCSI disks -st* at scsibus? target ? lun ? # SCSI tapes -#cd* at scsibus? target ? lun ? # SCSI cd - -scn0 at membus? -scn1 at membus? -scn2 at membus? -scn3 at membus? -scn4 at membus? -scn5 at membus? -scn6 at membus? -scn7 at membus? - -pseudo-device pty 4 # pseudo-terminals -pseudo-device loop 1 # loopback network -#pseudo-device bpfilter 4 # packet filter -pseudo-device sl 1 # compressed SLIP -#pseudo-device ppp 1 # Point-to-Point Protocol -#pseudo-device vnd 4 # Vnode devices -#pseudo-device ether # diff --git a/sys/arch/pc532/conf/GENERIC_Z b/sys/arch/pc532/conf/GENERIC_Z deleted file mode 100644 index c113aa006de9..000000000000 --- a/sys/arch/pc532/conf/GENERIC_Z +++ /dev/null @@ -1,84 +0,0 @@ -# $NetBSD: GENERIC_Z,v 1.5 1995/01/25 05:34:58 cgd Exp $ -# -# GENERIC_Z: Generic, root on sd0a, 9600 baud console -# -machine "pc532" - -maxusers 10 # estimated number of users -options TIMEZONE=0, DST=0 # time zone to read RTC in -options SWAPPAGER # paging -options VNODEPAGER,DEVPAGER # vnode and device node caching -#options DDB # kernel debugger; not working -#options DIAGNOSTIC # internal consistency checking - -#options ACCOUNTING # process accounting -options KTRACE # system call tracing, a la ktrace(1) -options FIFO # fifos; recommended -#options SYSVSHM # System V shared memory; broken -#options "SHMMAXPGS=1024" -#options LKM # loadable kernel modules - -# compatibility options -options "COMPAT_43" # 4.3 system calls -options "TCP_COMPAT_42" # 4.2 networking ABI -options "COMPAT_09" # NetBSD-0.9 -options "COMPAT_10" # NetBSD-1.0 - -# file system options -#options QUOTA # file system quotas -options FFS # Berkeley fast file system -#options FASTLINKS # fast symbolic links in FFS -#options MFS # memory file system; uses RAM and swap -#options NFSSERVER # Network File System server -options NFSCLIENT # Network File System client -#options ISOFS # ISO 9660 CD-ROM file system, with RR -#options MSDOSFS # MS-DOS FAT file system -options FDESC # /dev/fd -options KERNFS # kernel file system; recommended - -# networking options -#options GATEWAY # packet forwarding -options INET # IP -#options NS # XNS -#options CCITT # X.25 -#options ISO # OSI -#options TPIP # ? -#options EON # ? - -# pc532 specific options -#options "COMDEF_SPEED=B19200" # default baud on the scn chips -#options "RAMD_SIZE=1536000" # Size of the "boot strap ram disk" -#options "RAMD_ADR=0x400000" # Adr of the "boot strap ram disk" -options "CONFIG_NEW" # Use config.new stuff -#options "DEV_RTC" # /dev/rtc access to hardware clock - -config "netbsd" root on sd0 swap on sd0 - -membus0 at root - -#rd0 at membus? - -ncr0 at membus? - -scsibus0 at scsi? - -sd* at scsibus? target ? lun ? # SCSI disks -st* at scsibus? target ? lun ? # SCSI tapes -#cd* at scsibus? target ? lun ? # SCSI cd - -scn0 at membus? -scn1 at membus? -scn2 at membus? -scn3 at membus? -scn4 at membus? -scn5 at membus? -scn6 at membus? -scn7 at membus? - -pseudo-device pty 16 # pseudo-terminals -pseudo-device loop 1 # loopback network -pseudo-device bpfilter 4 # packet filter -pseudo-device sl 1 # compressed SLIP -pseudo-device ppp 1 # Point-to-Point Protocol -pseudo-device vnd 4 # Vnode devices -#pseudo-device ether # diff --git a/sys/arch/pc532/conf/GENERIC_ZF b/sys/arch/pc532/conf/GENERIC_ZF deleted file mode 100644 index 8c1953fd6af7..000000000000 --- a/sys/arch/pc532/conf/GENERIC_ZF +++ /dev/null @@ -1,84 +0,0 @@ -# $NetBSD: GENERIC_ZF,v 1.5 1995/01/25 05:35:00 cgd Exp $ -# -# GENERIC_ZF: Generic, root on sd0a, 19200 baud console -# -machine "pc532" - -maxusers 10 # estimated number of users -options TIMEZONE=0, DST=0 # time zone to read RTC in -options SWAPPAGER # paging -options VNODEPAGER,DEVPAGER # vnode and device node caching -#options DDB # kernel debugger; not working -#options DIAGNOSTIC # internal consistency checking - -#options ACCOUNTING # process accounting -options KTRACE # system call tracing, a la ktrace(1) -options FIFO # fifos; recommended -#options SYSVSHM # System V shared memory; broken -#options "SHMMAXPGS=1024" -#options LKM # loadable kernel modules - -# compatibility options -options "COMPAT_43" # 4.3 system calls -options "TCP_COMPAT_42" # 4.2 networking ABI -options "COMPAT_09" # NetBSD-0.9 -options "COMPAT_10" # NetBSD-1.0 - -# file system options -#options QUOTA # file system quotas -options FFS # Berkeley fast file system -#options FASTLINKS # fast symbolic links in FFS -#options MFS # memory file system; uses RAM and swap -#options NFSSERVER # Network File System server -options NFSCLIENT # Network File System client -#options ISOFS # ISO 9660 CD-ROM file system, with RR -#options MSDOSFS # MS-DOS FAT file system -options FDESC # /dev/fd -options KERNFS # kernel file system; recommended - -# networking options -#options GATEWAY # packet forwarding -options INET # IP -#options NS # XNS -#options CCITT # X.25 -#options ISO # OSI -#options TPIP # ? -#options EON # ? - -# pc532 specific options -options "COMDEF_SPEED=B19200" # default baud on the scn chips -#options "RAMD_SIZE=1536000" # Size of the "boot strap ram disk" -#options "RAMD_ADR=0x400000" # Adr of the "boot strap ram disk" -options "CONFIG_NEW" # Use config.new stuff -#options "DEV_RTC" # /dev/rtc access to hardware clock - -config "netbsd" root on sd0 swap on sd0 - -membus0 at root - -#rd0 at membus? - -ncr0 at membus? - -scsibus0 at scsi? - -sd* at scsibus? target ? lun ? # SCSI disks -st* at scsibus? target ? lun ? # SCSI tapes -#cd* at scsibus? target ? lun ? # SCSI cd - -scn0 at membus? -scn1 at membus? -scn2 at membus? -scn3 at membus? -scn4 at membus? -scn5 at membus? -scn6 at membus? -scn7 at membus? - -pseudo-device pty 16 # pseudo-terminals -pseudo-device loop 1 # loopback network -pseudo-device bpfilter 4 # packet filter -pseudo-device sl 1 # compressed SLIP -pseudo-device ppp 1 # Point-to-Point Protocol -pseudo-device vnd 4 # Vnode devices -#pseudo-device ether #