diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-07-07 08:33:45 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-07-07 08:33:45 +0000 |
commit | 85830c1606bf42bcd238da3c492a8a2f23957e5e (patch) | |
tree | ea4bcdbd5bce457147ba687e7e9e6f71cc530813 /sys/arch/pmax/conf | |
parent | 854362522c28951105dc5588a6e88de30a7ae7b9 (diff) |
remove NKMEMCLUSTER, HZ, add commented out HW_FLOW_CONTROL option
Diffstat (limited to 'sys/arch/pmax/conf')
-rw-r--r-- | sys/arch/pmax/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index 45e2635e89d..a9f6af9b629 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -13,9 +13,6 @@ option DS5000_25 # MAXINE (kn02ca/xine) option DS5000_100 # 3MIN (kn02ba/kmin) option DS5000_200 # 3MAX (kn02) option DS5000_240 # 3MAXPLUS (kn03) -# pmax specific -option "HZ=256" # rtc rate required -option "NKMEMCLUSTERS=1024" # 4k pages in kernel malloc pool # timezone stuff option TIMEZONE=0 option DST=0 # use daylight savings rules @@ -55,6 +52,7 @@ option KTRACE # ktrace(1) support # other stuff #option NTP # network time protocol #option UCONSOLE # users can redirect console (unsafe) +#option HW_FLOW_CONTROL # enable hw flctrl code in dc driver # other filesystems #option MFS # memory-based filesystem option KERNFS # kernel data-structure filesystem |