From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 30 21:39:31 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 56C8A84D for ; Wed, 30 Jan 2013 21:39:31 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ve0-f176.google.com (mail-ve0-f176.google.com [209.85.128.176]) by mx1.freebsd.org (Postfix) with ESMTP id 10B8A85F for ; Wed, 30 Jan 2013 21:39:30 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id jz10so1470944veb.7 for ; Wed, 30 Jan 2013 13:39:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=1kPPECLsomScGrIRJt61YzMrwUOcRmgc10M91MLFWqA=; b=DrIbVY4YS5cBUIy1oWCUsLk2ui87vr+etZhX+DTkOT1C9MdkhRHwN0++xrsSHV20Nl 419zm1nR1GkW2vvAgPDmjkfSn/WacHJ/V9QkxLpV0upSZXEUHqZTscNNV/J+kxPEHBGz wU0dMEdEe0jPy+H38PWC8CQDwbKz4MmIimmJA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=1kPPECLsomScGrIRJt61YzMrwUOcRmgc10M91MLFWqA=; b=H/dM8nCa9thWAUNJmsV2hPs61gJbW3qZOeSRMLeYuIFUO5cXVumtQNyWtjObdU/sZ/ OlEvibKfpH4TOLF7ZGVgMdhvNJejOsFnEA18IU3WI5cH7l9cPQKeSszcFNUTCK75U/Bk 7qfm/a/r4+rn9yJ4HoXUjV2bu1LEo8TzzXnwQNxfJ8NuP64cuNRlB3ZF4zWbo6D69Ecm MtL7P5c3IUrOby6MSI6FocGo+8AzYDaR9UKSso7TECIS9ZpWdiN3HOmcgu8nbQMBcrB1 ruy75Jp767TaukZXfAaOAI1w7HzJ6U7/klNOQ0HxDRGy9qCv5SCOVBa0gBC/9FCNddBh iv7w== X-Received: by 10.52.35.129 with SMTP id h1mr5385735vdj.74.1359581970089; Wed, 30 Jan 2013 13:39:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.195.70 with HTTP; Wed, 30 Jan 2013 13:39:00 -0800 (PST) From: Eitan Adler Date: Wed, 30 Jan 2013 16:39:00 -0500 Message-ID: Subject: removing plip from GENERIC To: FreeBSD Hackers Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQklbMcSO0/DcxtNDGHmYJxe8loP0P8q5fpi9wBOsa9nezVyRNXrmy6AY/iVs+q0vb++tvvx X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 21:39:31 -0000 There has been some discussion about removing plip support from GENERIC kernels. plip still appears in sys/conf/NOTES Does anyone object to the following? commit f4efd3cf43514bcb1378e2c5e8879a411b943be2 Author: Eitan Adler Date: Mon Jan 28 15:13:57 2013 -0500 Remove support for plip from the GENERIC kernel as no systems in the last 10 years require this support. Discussed with: db Discussed with: imp Reviewed by: -hackers Approved by: ??? (mentor) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index e53f692..5819a0d 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -197,7 +197,6 @@ device uart # Generic UART driver device ppc device ppbus # Parallel port bus (required) device lpt # Printer -device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 819379e..47af43b 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -208,7 +208,6 @@ device uart # Generic UART driver device ppc device ppbus # Parallel port bus (required) device lpt # Printer -device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 2b048a9..eda1d14 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -151,7 +151,6 @@ device mse device ppc device ppbus # Parallel port bus (required) device lpt # Printer -device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # OLD Parallel port diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index f9d3b93..79124ab 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -161,7 +161,6 @@ device uart # Multi-uart driver #device ppc #device ppbus # Parallel port bus (required) #device lpt # Printer -#device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da -- Eitan Adler