From 200d80cd74a8cb0a58383d0cbef063f2575c9f53 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 3 Aug 2008 10:32:17 +0000 Subject: 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). --- sys/modules/netgraph/Makefile | 1 - sys/modules/netgraph/bluetooth/Makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/modules/netgraph') diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index a95cfff4e181..1e9462ae0e91 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -48,7 +48,6 @@ SUBDIR= async \ tag \ tcpmss \ tee \ - tty \ UI \ vjc \ vlan diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile index 2c7ae7a58132..9169cf113491 100644 --- a/sys/modules/netgraph/bluetooth/Makefile +++ b/sys/modules/netgraph/bluetooth/Makefile @@ -7,7 +7,6 @@ SUBDIR= \ l2cap \ socket \ bt3c \ - h4 \ ubt \ ubtbcmfw -- cgit v1.3