diff options
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 46 |
1 files changed, 29 insertions, 17 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index cd7717859b8..efd66410efd 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.10 1995/12/20 00:14:14 cgd Exp $ +# $NetBSD: GENERIC,v 1.15.4.3 1996/06/13 19:22:07 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -6,9 +6,6 @@ include "std.alpha" maxusers 8 -# does not really do anything anymore, but this replaces "ident GENERIC" -options GENERIC - # CPU Support options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* options DEC_3000_300 # Pelican etc: 3000/300* @@ -40,7 +37,9 @@ options INET # Internet protocol suite options COMPAT_43 # Binary compatibility with previous versions of NetBSD. +#options COMPAT_09 options COMPAT_10 +options COMPAT_11 # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK #options COMPAT_OSF1 @@ -54,7 +53,9 @@ options LKM # Misc. options options PCIVERBOSE # recognize "unknown" PCI devices -config netbsd swap generic +config netbsd swap generic +#config netbsd root on sd0 swap on sd0 +#config netbsd root nfs swap nfs mainbus0 at root cpu* at mainbus0 @@ -67,14 +68,17 @@ tc* at tcasic? # TurboChannel devices ioasic0 at tc? slot ? offset ? -clock0 at ioasic? offset ? -le0 at ioasic? offset ? +mcclock0 at ioasic? offset ? +le* at ioasic? offset ? scc0 at ioasic? offset ? scc1 at ioasic? offset ? tcds0 at tc? slot ? offset ? esp0 at tcds? slot ? esp1 at tcds? slot ? -#sfb* at tc? slot ? offset ? +cfb* at tc? slot ? offset ? +sfb* at tc? slot ? offset ? +le* at tc? slot ? offset ? +fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards # PCI host bus adapter support apecs* at mainbus? @@ -89,12 +93,14 @@ pci* at ppb? # PCI devices de* at pci? +le* at pci? ncr* at pci? pceb* at pci? pcivga* at pci? ppb* at pci? sio* at pci? tga* at pci? +fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards # ISA/EISA bus support isa* at pceb? @@ -102,14 +108,17 @@ eisa* at pceb? isa* at sio? # ISA devices -clock0 at isa? port 0x70 +mcclock0 at isa? port 0x70 pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard -#pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary +pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary 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 +# EISA devices +fea* at eisa? slot ? # DEC DEFEA FDDI cards + # SCSI bus support scsibus* at esp? scsibus* at ncr? @@ -118,12 +127,15 @@ scsibus* at ncr? sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? -ch* at scsibus? target ? lun ? -ss* at scsibus? target ? lun ? -uk* at scsibus? target ? lun ? -pseudo-device bpfilter +# Workstation Console attachments +wscons* at cfb? +wscons* at pcivga? +wscons* at sfb? +wscons* at tga? + +pseudo-device bpfilter 16 pseudo-device loop -pseudo-device pty -pseudo-device sl -pseudo-device vnd +pseudo-device pty 64 +pseudo-device sl 4 +pseudo-device vnd 4 |