diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-06 18:37:35 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-06 18:37:35 +0000 |
commit | a36df7085f2ed8f71d0a76167f85f6f707d37e4d (patch) | |
tree | d6e89b2ad837fce5895fe8023559d27d2e3645ca | |
parent | 95316e4dcd6202a2f053db523895edf6d9678053 (diff) |
DDB (crippled), BOOT_CONFIG (not yet working), DISKLABEL_*, fxp, wd & acd
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 85b57be17b4..a9c0a4b0f7c 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 1997/07/03 07:24:17 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.20 1997/07/06 18:37:34 niklas Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -23,6 +23,8 @@ option DST=1 # Daylight savings rules (for param.c) # Standard system options #option DEBUG, DIAGNOSTIC # Extra kernel debugging option KTRACE # System call tracing support +option BOOT_CONFIG # User kernel configuration +option DDB # not yet supported # File system options option FIFO # POSIX fifo support (in all file systems) @@ -47,6 +49,11 @@ option COMPAT_12 # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK #option COMPAT_OSF1 +# Disklabel compatibility options +option DISKLABEL_ALL # All of the ones mentined below +#option DISKLABEL_ALPHA # Redundant, just here for completeness +#option DISKLABEL_I386 # i386/arc style of partitioning + # Loadable Kernel Modules option LKM @@ -100,7 +107,7 @@ pci* at ppb? #ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT) de* at pci? dev ? function ? # 21x4[012]-based Ethernet ed* at pci? dev ? function ? # NE2000-compat ethernet cards -#fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards +fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards #en* at pci? dev ? function ? # ENI PCI ATM (untested) ep* at pci? dev ? function ? # 3COM 3c59x (untested) fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards @@ -130,6 +137,11 @@ ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # NE[12]000 ethercards ed2 at isa? port 0x300 iomem 0xcc000 irq 10 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System +wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE +#wdc1 at isa? port 0x170 irq 15 # controllers +wd* at wdc? drive ? +atapibus* at wdc? +acd* at atapibus? drive? # EISA devices fea* at eisa? slot ? # DEC DEFEA FDDI cards |