diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2004-01-20 19:58:00 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2004-01-20 19:58:00 +0000 |
| commit | 6c14651ea0baf251ee3be670a7accdad4b048d45 (patch) | |
| tree | 77fdcf448632e7da9da0d2bdc1b41febbc743ae4 /sys/dev/DEVNAMES | |
| parent | 15afe0b4fc2f7f815ab139f4307116e9ee8ca7d5 (diff) | |
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
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
