[PC-BSD Commits] r1241 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 22 10:08:39 PST 2008
Author: kris
Date: 2008-01-22 10:08:39 -0800 (Tue, 22 Jan 2008)
New Revision: 1241
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
Log:
Few more fixes to the kernel configs for AMD64 systems
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64 2008-01-22 14:00:05 UTC (rev 1240)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64 2008-01-22 18:08:39 UTC (rev 1241)
@@ -71,7 +71,7 @@
#device apic # I/O APIC
# Bus support.
-device isa
+#device isa
#device eisa
device pci
@@ -138,7 +138,7 @@
device ida # Compaq Smart RAID
device mfi # LSI MegaRAID SAS
device mlx # Mylex DAC960 family
-device pst # Promise Supertrak SX6000
+#device pst # Promise Supertrak SX6000
device twe # 3ware ATA RAID
# atkbdc0 controls both the keyboard and the PS/2 mouse
@@ -230,8 +230,8 @@
device ex # Intel EtherExpress Pro/10 and Pro/10+
device ep # Etherlink III based cards
device fe # Fujitsu MB8696x based cards
-device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
-device lnc # NE2100, NE32-VL Lance Ethernet cards
+#device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
+#device lnc # NE2100, NE32-VL Lance Ethernet cards
device sn # SMC's 9000 series of Ethernet chips
device xe # Xircom pccard Ethernet
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-01-22 14:00:05 UTC (rev 1240)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-01-22 18:08:39 UTC (rev 1241)
@@ -71,7 +71,7 @@
#device apic # I/O APIC
# Bus support.
-device isa
+#device isa
#device eisa
device pci
@@ -138,7 +138,7 @@
device ida # Compaq Smart RAID
device mfi # LSI MegaRAID SAS
device mlx # Mylex DAC960 family
-device pst # Promise Supertrak SX6000
+#device pst # Promise Supertrak SX6000
device twe # 3ware ATA RAID
# atkbdc0 controls both the keyboard and the PS/2 mouse
@@ -230,8 +230,8 @@
device ex # Intel EtherExpress Pro/10 and Pro/10+
device ep # Etherlink III based cards
device fe # Fujitsu MB8696x based cards
-device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
-device lnc # NE2100, NE32-VL Lance Ethernet cards
+#device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
+#device lnc # NE2100, NE32-VL Lance Ethernet cards
device sn # SMC's 9000 series of Ethernet chips
device xe # Xircom pccard Ethernet
More information about the Commits
mailing list