diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-07-04 11:46:09 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-07-04 11:46:09 +0000 |
commit | 5baccb2dc9aaed4ade64cb9bc632b1f29a75fca7 (patch) | |
tree | d4ca24eb9cec44b904acab1b259420a12e7775a0 /sys | |
parent | 90c5f215cf041b9a7e9d4045a6ea32f686e8fc28 (diff) |
fix uvisor entry.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 112b2ea8465..2909628698b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.192 2000/07/04 11:37:30 fgsch Exp $ +# $OpenBSD: GENERIC,v 1.193 2000/07/04 11:46:08 fgsch Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -114,7 +114,8 @@ pcmcia* at pcic? controller ? socket ? #urio* at uhub? port ? # Handspring Visor -#uvisor* at uhub? port ? +#uvisor* at uhub? port ? configuration ? +#ucom* at uvisor? # USB Generic driver #ugen* at uhub? port ? configuration ? interface ? |