diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-28 17:45:20 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-28 17:45:20 +0000 |
commit | 96a358cd69059369aed1936438b4ad559c8718ae (patch) | |
tree | bcdab9d879d5990c0754a24446952f43396ac16e /sys/arch/i386/conf/GENERIC | |
parent | fb1d49e57899e8b95880ed53ab3ab227c291b17e (diff) |
Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD.
/* XXX - untested */
Note: just reminding myself that I need to create a nice diff for Lennart
to further portablize the USB code (I fell behind in doing this). In
particular, for this driver, the IF_INPUT() macro just does ether_input()
in OpenBSD, but we really want to call the local upl_input() routine.
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 746e8cc66d9..7d6157fa56d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.225 2001/01/28 16:31:25 aaron Exp $ +# $OpenBSD: GENERIC,v 1.226 2001/01/28 17:45:19 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -114,6 +114,9 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters cue* at uhub? port ? # CATC USB-EL1201A based adapters kue* at uhub? port ? # Kawasaki KL5KUSB101B based adapters +# Prolific PL2301/PL2302 host-to-host adapter +upl* at uhub? port ? + # Diamond Multimedia Rio 500 urio* at uhub? port ? |