aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/conf/NOTES
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-08-03 10:32:17 +0000
committerEd Schouten <ed@FreeBSD.org>2008-08-03 10:32:17 +0000
commit200d80cd74a8cb0a58383d0cbef063f2575c9f53 (patch)
tree3f8b3aa71ff53359719dd9c3ef3b4a55506516f2 /sys/pc98/conf/NOTES
parent5f5be9e857d7409f8a66bcbfb91693a2f0f30c5c (diff)
downloadsrc-200d80cd74a8cb0a58383d0cbef063f2575c9f53.tar.gz
src-200d80cd74a8cb0a58383d0cbef063f2575c9f53.zip
Disconnect drivers that haven't been ported to MPSAFE TTY yet.
As clearly mentioned on the mailing lists, there is a list of drivers that have not been ported to the MPSAFE TTY layer yet. Remove them from the kernel configuration files. This means people can now still use these drivers if they explicitly put them in their kernel configuration file, which is good. People should keep in mind that after August 10, these drivers will not work anymore. Even though owners of the hardware are capable of getting these drivers working again, I will see if I can at least get them to a compilable state (if time permits).
Notes
Notes: svn path=/head/; revision=181233
Diffstat (limited to 'sys/pc98/conf/NOTES')
-rw-r--r--sys/pc98/conf/NOTES13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 65967371689b..4a5786e95c8a 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -448,8 +448,6 @@ options SAFE_RNDTEST # enable rndtest support
#
# apm: Laptop Advanced Power Management (experimental)
# pmtimer: Timer device driver for power management events (APM or ACPI)
-# cy: Cyclades serial driver
-# digi: Digiboard driver
# Notes on APM
# The flags takes the following meaning for apm0:
@@ -459,17 +457,6 @@ device apm
hint.apm.0.flags="0x20"
device canbus
device canbepm
-device cy
-options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
-device digi
-# BIOS & FEP/OS components of device digi.
-device digi_CX
-device digi_CX_PCI
-device digi_EPCX
-device digi_EPCX_PCI
-device digi_Xe
-device digi_Xem
-device digi_Xr
device olpt
hint.olpt.0.at="isa"
hint.olpt.0.port="0x040"