Author: nyan
Date: Mon Jan 18 11:08:47 2010
New Revision: 202565
URL: http://svn.freebsd.org/changeset/base/202565

Log:
  MFC: part of revision 201415
  
    Re-enable more options and devices.  Now kernel size problem is gone.

Modified:
  stable/7/sys/pc98/conf/GENERIC
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/pc98/conf/GENERIC
==============================================================================
--- stable/7/sys/pc98/conf/GENERIC      Mon Jan 18 11:03:39 2010        
(r202564)
+++ stable/7/sys/pc98/conf/GENERIC      Mon Jan 18 11:08:47 2010        
(r202565)
@@ -97,9 +97,9 @@ device                sym             # NCR/Symbios Logic 
(newer 
 device         aic             # PC-9801-100
 device         ct              # host adapter using WD33C93[ABC] chip (C bus)
 
-#device                ncv             # NCR 53C500
-#device                nsp             # Workbit Ninja SCSI-3
-#device                stg             # TMC 18C30/18C50
+device         ncv             # NCR 53C500
+device         nsp             # Workbit Ninja SCSI-3
+device         stg             # TMC 18C30/18C50
 
 # SCSI peripherals
 device         scbus           # SCSI bus (required for SCSI)
@@ -138,9 +138,9 @@ device              sc
 
 # PCCARD (PCMCIA) support
 # PCMCIA and cardbus bridge support
-#device                cbb             # cardbus (yenta) bridge
-#device                pccard          # PC Card (16-bit) bus
-#device                cardbus         # CardBus (32-bit) bus
+device         cbb             # cardbus (yenta) bridge
+device         pccard          # PC Card (16-bit) bus
+device         cardbus         # CardBus (32-bit) bus
 
 # Serial (COM) ports
 options        COM_MULTIPORT
@@ -151,15 +151,15 @@ device            mse
 #device                joy
 
 # NEW Parallel port
-#device                ppc
-#device                ppbus           # Parallel port bus (required)
-#device                lpt             # Printer
-#device                plip            # TCP/IP over parallel
-#device                ppi             # Parallel port interface device
+device         ppc
+device         ppbus           # Parallel port bus (required)
+device         lpt             # Printer
+device         plip            # TCP/IP over parallel
+device         ppi             # Parallel port interface device
 #device                vpo             # Requires scbus and da
 # OLD Parallel port
 # Please stay olpt driver after ppc driver
-#device                olpt
+device         olpt
 
 # PCI Ethernet NICs.
 device         de              # DEC/Intel DC21x4x (``Tulip'')
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to