[PC-BSD Commits] r648 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 28 13:31:30 PDT 2007
Author: kris
Date: 2007-08-28 13:31:30 -0700 (Tue, 28 Aug 2007)
New Revision: 648
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Disabled ulpt in kernel, will be loaded as module now. Required for hlip
support. User will be able to enable hplip via services tool.
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386 2007-08-28 20:20:33 UTC (rev 647)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386 2007-08-28 20:31:30 UTC (rev 648)
@@ -281,7 +281,7 @@
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
-device ulpt # Printer
+#device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse
device ural # Ralink Technology RT2500USB wireless NICs
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2007-08-28 20:20:33 UTC (rev 647)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2007-08-28 20:31:30 UTC (rev 648)
@@ -281,7 +281,7 @@
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
-device ulpt # Printer
+#device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse
device ural # Ralink Technology RT2500USB wireless NICs
More information about the Commits
mailing list