diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
commit | f12226068d16673eea9adafe99388f1061d3309f (patch) | |
tree | 90cb542d279e793d072ffc6e9f1f1add1f07179e /sys/arch/alpha/conf/GENERIC_NFS | |
parent | 470d0389b66fade522060561cc0c6ba36e01e7cb (diff) |
update to netbsd
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC_NFS')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC_NFS | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/sys/arch/alpha/conf/GENERIC_NFS b/sys/arch/alpha/conf/GENERIC_NFS index 74ed98239c8..d85cfab8627 100644 --- a/sys/arch/alpha/conf/GENERIC_NFS +++ b/sys/arch/alpha/conf/GENERIC_NFS @@ -1,18 +1,18 @@ -# $NetBSD: GENERIC_NFS,v 1.2 1995/08/03 00:09:20 cgd Exp $ +# $NetBSD: GENERIC_NFS,v 1.3 1995/11/23 02:35:06 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. -machine alpha - -makeoptions DEBUG="-g" +include "std.alpha" maxusers 8 # CPU Support options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* -options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) options DEC_3000_300 # Pelican etc: 3000/300* options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. +options DEC_KN20AA # KN20AA: AlphaStation 600 +options DEC_AXPPCI_33 # NoName: AXPpci33, etc. +#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) # needs to be set per system options TIMEZONE="5*60" # Minutes west of GMT (for param.c) @@ -27,6 +27,7 @@ options KTRACE # System call tracing support options FIFO # POSIX fifo support (in all file systems) options FFS # Fast file system options MFS # Memory-based file system +options NFSSERVER # Sun NFS-compatible file system server options NFSCLIENT # Sun NFS-compatible file system client # Networking options @@ -35,6 +36,9 @@ options INET # Internet protocol suite # 4.3BSD compatibility. Should be optional, but necessary for now. options COMPAT_43 +# Binary compatibility with previous versions of NetBSD. +options COMPAT_10 + # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK #options COMPAT_OSF1 @@ -45,7 +49,7 @@ options LKM #options INSECURE # Misc. options -options PCIVERBOSE # recognize "unknown" PCI devices +options PCIVERBOSE # recognize "unknown" PCI devices config netbsd_nfs root on nfs swap on nfs @@ -68,21 +72,28 @@ esp1 at tcds? slot ? # PCI host bus adapter support apecs* at mainbus? -#lca* at cpu? +cia* at mainbus? +lca* at mainbus? # PCI bus support pci* at apecs? -#pci* at lca? +pci* at cia? +pci* at lca? +pci* at ppb? # PCI devices de* at pci? -sio* at pci? ncr* at pci? -tga* at pci? +pceb* at pci? pcivga* at pci? +ppb* at pci? +sio* at pci? +tga* at pci? -# ISA bus support -isa0 at sio? +# ISA/EISA bus support +isa* at pceb? +eisa* at pceb? +isa* at sio? # ISA devices clock0 at isa? port 0x70 @@ -91,7 +102,7 @@ pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard com0 at isa? port 0x3f8 irq 4 # standard serial ports com1 at isa? port 0x2f8 irq 3 lpt0 at isa? port 0x3bc irq 7 # standard parallel port -wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System +#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System # SCSI bus support scsibus* at esp? |