summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-06-29 18:24:09 +0000
committerpeter <peter@FreeBSD.org>1999-06-29 18:24:09 +0000
commit9df9bf36b22f9021d6d425990bcddc27d1f9aaa9 (patch)
treeeb0a3cac7fcb0261abc44d1ed09fbf16b4274b86
parent0676b048465db421aca1a9a8a2f8e9842d732eb7 (diff)
downloadFreeBSD-src-9df9bf36b22f9021d6d425990bcddc27d1f9aaa9.zip
FreeBSD-src-9df9bf36b22f9021d6d425990bcddc27d1f9aaa9.tar.gz
Dequote like on the i386 configs. Also remove some references to old
i386 isa drivers that used to be order sensitive. The probe order of those drivers is now determined by a list in isa_compat.c and config file order is totally irrelevant.
-rw-r--r--sys/alpha/conf/GENERIC41
-rw-r--r--sys/alpha/conf/NOTES41
2 files changed, 38 insertions, 44 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index cd6de91..1242875 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -11,24 +11,24 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.26 1999/06/15 13:14:27 des Exp $
+# $Id: GENERIC,v 1.27 1999/06/19 20:25:25 wpaul Exp $
-machine "alpha"
-cpu "EV4"
-cpu "EV5"
+machine alpha
+cpu EV4
+cpu EV5
ident GENERIC
maxusers 10
# Platforms supported
-options "DEC_AXPPCI_33" # UDB, Multia, AXPpci33, Noname
-options "DEC_EB164" # EB164, PC164, PC164LX, PC164SX
-options "DEC_EB64PLUS" # EB64+, Aspen Alpine, etc
-options "DEC_2100_A50" # AlphaStation 200, 250, 255, 400
-options "DEC_KN20AA" # AlphaStation 500, 600
-options "DEC_ST550" # Personal Workstation 433, 500, 600
-options "DEC_ST6600" # xp1000, dp264, ds20, ds10, family
-options "DEC_3000_300" # DEC3000/300* Pelic* family
-options "DEC_3000_500" # DEC3000/[4-9]00 Flamingo/Sandpiper family
+options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
+options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
+options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
+options DEC_2100_A50 # AlphaStation 200, 250, 255, 400
+options DEC_KN20AA # AlphaStation 500, 600
+options DEC_ST550 # Personal Workstation 433, 500, 600
+options DEC_ST6600 # xp1000, dp264, ds20, ds10, family
+options DEC_3000_300 # DEC3000/300* Pelic* family
+options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
@@ -36,12 +36,12 @@ options NFS #Network Filesystem
options MFS #Memory Filesystem
options MFS_ROOT #Memory Filesystem as rootfs
options MSDOSFS #MSDOS Filesystem
-options "CD9660" #ISO 9660 Filesystem
-options "CD9660_ROOT" #CD-ROM usable as root device
+options CD9660 #ISO 9660 Filesystem
+options CD9660_ROOT #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device [keep this!]
options NFS_ROOT #NFS usable as root device
options PROCFS #Process filesystem
-options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
+options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console
@@ -106,13 +106,10 @@ pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa?
-device sio0 at isa0 port "IO_COM1" irq 4
-device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50
+device sio0 at isa0 port IO_COM1 irq 4
+device sio1 at isa0 port IO_COM2 irq 3 flags 0x50
-# Order is important here due to intrusive probes, do *not* alphabetize
-# this list of network interfaces until the probes have been fixed.
-# Right now it appears that the ie0 must be probed before ep0. See
-# revision 1.20 of this file.
+# Operational PCI Ethernet drivers.
device al0
device ax0
device de0
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index cd6de91..1242875 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -11,24 +11,24 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.26 1999/06/15 13:14:27 des Exp $
+# $Id: GENERIC,v 1.27 1999/06/19 20:25:25 wpaul Exp $
-machine "alpha"
-cpu "EV4"
-cpu "EV5"
+machine alpha
+cpu EV4
+cpu EV5
ident GENERIC
maxusers 10
# Platforms supported
-options "DEC_AXPPCI_33" # UDB, Multia, AXPpci33, Noname
-options "DEC_EB164" # EB164, PC164, PC164LX, PC164SX
-options "DEC_EB64PLUS" # EB64+, Aspen Alpine, etc
-options "DEC_2100_A50" # AlphaStation 200, 250, 255, 400
-options "DEC_KN20AA" # AlphaStation 500, 600
-options "DEC_ST550" # Personal Workstation 433, 500, 600
-options "DEC_ST6600" # xp1000, dp264, ds20, ds10, family
-options "DEC_3000_300" # DEC3000/300* Pelic* family
-options "DEC_3000_500" # DEC3000/[4-9]00 Flamingo/Sandpiper family
+options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
+options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
+options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
+options DEC_2100_A50 # AlphaStation 200, 250, 255, 400
+options DEC_KN20AA # AlphaStation 500, 600
+options DEC_ST550 # Personal Workstation 433, 500, 600
+options DEC_ST6600 # xp1000, dp264, ds20, ds10, family
+options DEC_3000_300 # DEC3000/300* Pelic* family
+options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
@@ -36,12 +36,12 @@ options NFS #Network Filesystem
options MFS #Memory Filesystem
options MFS_ROOT #Memory Filesystem as rootfs
options MSDOSFS #MSDOS Filesystem
-options "CD9660" #ISO 9660 Filesystem
-options "CD9660_ROOT" #CD-ROM usable as root device
+options CD9660 #ISO 9660 Filesystem
+options CD9660_ROOT #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device [keep this!]
options NFS_ROOT #NFS usable as root device
options PROCFS #Process filesystem
-options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
+options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console
@@ -106,13 +106,10 @@ pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa?
-device sio0 at isa0 port "IO_COM1" irq 4
-device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50
+device sio0 at isa0 port IO_COM1 irq 4
+device sio1 at isa0 port IO_COM2 irq 3 flags 0x50
-# Order is important here due to intrusive probes, do *not* alphabetize
-# this list of network interfaces until the probes have been fixed.
-# Right now it appears that the ie0 must be probed before ep0. See
-# revision 1.20 of this file.
+# Operational PCI Ethernet drivers.
device al0
device ax0
device de0
OpenPOWER on IntegriCloud