From 6c14651ea0baf251ee3be670a7accdad4b048d45 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Tue, 20 Jan 2004 19:58:00 +0000 Subject: cleanup old lpt(4) attachment, and glue ppbus in so that they can coexist: * lpt device is defined in MI place (dev/ppbus/files.ppbus), dev/ic/lpt.c is included there too; dev/ic/lpt.c is not included if ppbus is configured or if there is alternative platform lpt (like for pc532) * g/c MD lpt definitions and custom puc/upc attachments, glue moved to conf/files and dev/pci/files.pci respectively; remove device lpt definition from dev/isa/files.isa * add ppbus parport attribute, atppc device attachments, adjust plip and lpt glue --- sys/dev/DEVNAMES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/dev/DEVNAMES') diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index 2a50a5aeb49..8c6446fd1b9 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.144 2004/01/18 12:38:59 bjh21 Exp $ +# $NetBSD: DEVNAMES,v 1.145 2004/01/20 19:58:01 jdolecek Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -95,6 +95,7 @@ atabus MI atapi MI Attribute atapibus MI ate MI +atppc MI atm MI Attribute atzsc amiga atzsc amigappc @@ -857,6 +858,7 @@ panel cobalt par amiga par amigappc par x68k +parport MI Attribute pas MI pbcpcibr arc pc arc @@ -939,6 +941,7 @@ power sparc power sparc64 pp sun3 ppb MI +ppbus MI ppi hp300 ps vax pss MI -- cgit