summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-09-22 00:37:08 +0000
committergibbs <gibbs@FreeBSD.org>1997-09-22 00:37:08 +0000
commit2982eff94c3ed9ab3f10f5e79ea41d0eeb5dc2bc (patch)
tree26d5866906b290a8a62402e84c593cbc9d76fd84 /sys/amd64
parent079c1fbcfafc444b6064ce120b978c198520b67f (diff)
downloadFreeBSD-src-2982eff94c3ed9ab3f10f5e79ea41d0eeb5dc2bc.zip
FreeBSD-src-2982eff94c3ed9ab3f10f5e79ea41d0eeb5dc2bc.tar.gz
Oops. This file shouldn't have been committed.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC35
1 files changed, 17 insertions, 18 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b6ee650..52cfd63 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -21,7 +21,7 @@ cpu "I686_CPU"
ident GENERIC
maxusers 10
-#options MATH_EMULATE #Support for x87 emulation
+options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
@@ -35,7 +35,6 @@ options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
-options DDB
config kernel root on wd0
@@ -57,9 +56,9 @@ controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
disk wd2 at wdc1 drive 0
disk wd3 at wdc1 drive 1
-#options ATAPI #Enable ATAPI support for IDE bus
-#options ATAPI_STATIC #Don't do it as an LKM
-#device wcd0 #IDE CD-ROM
+options ATAPI #Enable ATAPI support for IDE bus
+options ATAPI_STATIC #Don't do it as an LKM
+device wcd0 #IDE CD-ROM
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
@@ -122,27 +121,27 @@ device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr
device lpt0 at isa? port? tty irq 7 vector lptintr
device lpt1 at isa? port? tty
-#device mse0 at isa? port 0x23c tty irq 5 vector mseintr
+device mse0 at isa? port 0x23c tty irq 5 vector mseintr
-#device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr
+device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr
# 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.
-#device de0
-#device fxp0
-#device vx0
+device de0
+device fxp0
+device vx0
-#device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
-#device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
+device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
+device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
-#device ex0 at isa? port? net irq? vector exintr
-#device fe0 at isa? port 0x300 net irq ? vector feintr
-#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
-#device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
-#device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zeintr
-#device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
+device ex0 at isa? port? net irq? vector exintr
+device fe0 at isa? port 0x300 net irq ? vector feintr
+device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
+device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
+device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zeintr
+device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
pseudo-device loop
pseudo-device ether
OpenPOWER on IntegriCloud