summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/GENERIC
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r--sys/arch/alpha/conf/GENERIC32
1 files changed, 20 insertions, 12 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 801a4e0fde1..42d0eb2facb 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,9 +1,9 @@
-# $OpenBSD: GENERIC,v 1.8 1996/09/20 06:44:50 deraadt Exp $
-# $NetBSD: GENERIC,v 1.15.4.3 1996/06/13 19:22:07 cgd Exp $
+# $OpenBSD: GENERIC,v 1.9 1996/10/30 22:38:38 niklas Exp $
+# $NetBSD: GENERIC,v 1.24 1996/09/27 17:08:32 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
-include "std.alpha"
+include "arch/alpha/conf/std.alpha"
maxusers 8
@@ -41,6 +41,7 @@ options COMPAT_43
#options COMPAT_09
options COMPAT_10
options COMPAT_11
+options COMPAT_12
# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
#options COMPAT_OSF1
@@ -52,7 +53,10 @@ options LKM
#options INSECURE
# Misc. options
-options PCIVERBOSE # recognize "unknown" PCI devices
+options EISAVERBOSE # recognize "unknown" EISA devices
+options PCIVERBOSE # recognize "unknown" PCI devices
+options TCVERBOSE # recognize "unknown" TC devices
+options UCONSOLE # users can use TIOCCONS (for xconsole)
config bsd swap generic
#config bsd root on sd0 swap on sd0
@@ -93,15 +97,18 @@ pci* at lca?
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?
+#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT)
+de* at pci? dev ? function ? # 21x4[012]-based Ethernet
+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
+le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
+ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
+pceb* at pci? dev ? function ? # Intel PCI-EISA brige
+pcivga* at pci? dev ? function ? # PCI VGA graphics
+ppb* at pci? dev ? function ? # PCI-PCI bridges
+sio* at pci? dev ? function ? # Intel PCI-ISA bridge
+tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics
# ISA/EISA bus support
isa* at pceb?
@@ -140,3 +147,4 @@ pseudo-device loop
pseudo-device pty 64
pseudo-device sl 4
pseudo-device vnd 4
+pseudo-device rd 1