diff options
author | ed <ed@FreeBSD.org> | 2008-08-03 10:32:17 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2008-08-03 10:32:17 +0000 |
commit | 7237d2d9a2e1a1f1f650979348ff92f8e2c449dd (patch) | |
tree | 3f8b3aa71ff53359719dd9c3ef3b4a55506516f2 /sys/powerpc/conf | |
parent | 50751ffe3128979e36e17193017746d8d761dea2 (diff) | |
download | FreeBSD-src-7237d2d9a2e1a1f1f650979348ff92f8e2c449dd.zip FreeBSD-src-7237d2d9a2e1a1f1f650979348ff92f8e2c449dd.tar.gz |
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).
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index aec7d47..86e9687 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -116,8 +116,6 @@ device fxp # Intel EtherExpress PRO/100B (82557, 82558) device loop # Network loopback device random # Entropy device device ether # Ethernet support -device sl # Kernel SLIP -device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" |