diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-05 00:29:15 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-05 00:29:15 +0000 |
commit | cd0dfa3643a61340e56788db47584e6505ee88c8 (patch) | |
tree | e084d39d21a8b49fe15caa372a0e9f37391ecc4c /sys/arch/i386/conf/GENERIC | |
parent | 8d3da4d68c9e4d29393f81bb11a4bc42ac1355d7 (diff) |
Add USB modem driver stubs; from NetBSD. Not yet tested.
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index edf2ce6e156..96b4f757182 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.172 2000/04/04 22:51:24 aaron Exp $ +# $OpenBSD: GENERIC,v 1.173 2000/04/05 00:29:13 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -87,6 +87,10 @@ pcmcia* at pcic? controller ? socket ? #atapiscsi* at umass? #scsibus* at umass? +# USB Modems +#umodem* at uhub? port ? configuration ? +#ucom* at umodem? + # USB Audio #uaudio* at uhub? port ? configuration ? |