diff options
-rw-r--r-- | sys/conf/options | 1 | ||||
-rw-r--r-- | sys/conf/options.i386 | 4 | ||||
-rw-r--r-- | sys/conf/options.pc98 | 4 |
3 files changed, 1 insertions, 8 deletions
diff --git a/sys/conf/options b/sys/conf/options index 126d3d1..af811d7 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -83,6 +83,7 @@ KTRACE_REQUEST_POOL opt_ktrace.h LIBICONV MD_ROOT opt_md.h MD_ROOT_SIZE opt_md.h +NDGBPORTS opt_dgb.h NTIMECOUNTER opt_ntp.h NSWAPDEV opt_swap.h PPS_SYNC opt_ntp.h diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index ad82c05..f2d796f 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -173,10 +173,6 @@ I4B_SMP_WORKAROUND opt_i4b.h IPR_VJ opt_i4b.h IPR_LOG opt_i4b.h -# Total number of ports controlled by the dgb(4) driver. -# Defaults to NDGB*16. -NDGBPORTS opt_dgb.h - # Device options DEV_NPX opt_npx.h DEV_SPLASH opt_splash.h diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index ed2e2c6..f7e713e 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -143,10 +143,6 @@ I4B_SMP_WORKAROUND opt_i4b.h IPR_VJ opt_i4b.h IPR_LOG opt_i4b.h -# Total number of ports controlled by the dgb(4) driver. -# Defaults to NDGB*16. -NDGBPORTS opt_dgb.h - # bs driver options SCSI_BOUNCE_SIZE opt_bs.h BS_TARG_SAFEMODE opt_bs.h |