diff options
| author | martin <martin@NetBSD.org> | 2002-03-25 16:39:52 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2002-03-25 16:39:52 +0000 |
| commit | 0db68b667b4369fc41732dcb8f95d94914c566eb (patch) | |
| tree | 9e9ffeaeb4a00c3e5878c152b1090e0879f2a193 /sys/dev/DEVNAMES | |
| parent | ec1c475f7c230fc2b3872d18c02767b8ffe4dacc (diff) | |
Now that we have all pieces in place (and enough granularity to specify
B-channel and D-channel drivers separately) split the Fritz!PCI card
driver out of the isic driver.
The new device is called "ifpci" and uses the same D-channel driver as the
isic devices, but has it's own B-channel driver.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index afd145c61c1..b7543f28858 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.97 2002/03/24 15:51:15 bjh21 Exp $ +# $NetBSD: DEVNAMES,v 1.98 2002/03/25 16:39:54 martin Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -465,6 +465,7 @@ ie MI ie arm32 ie sun3 ieee1394 MI +ifpci MI ifuba MI Attribute iha MI iic acorn26 |
