diff options
author | 2001-01-30 19:54:05 +0000 | |
---|---|---|
committer | 2001-01-30 19:54:05 +0000 | |
commit | ed05f20bcbe83b57135556319db33c2312e27445 (patch) | |
tree | f2c4fe620e2dcc78d7a166bed1f70ad8649ea2e5 | |
parent | Pass the correct MUX type to wsmux_attach_sc(). (diff) | |
download | wireguard-openbsd-ed05f20bcbe83b57135556319db33c2312e27445.tar.xz wireguard-openbsd-ed05f20bcbe83b57135556319db33c2312e27445.zip |
Rearrange into a more logical order; marc@snafu.org
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d2ccd6e6ea4..a21a9336ff6 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.235 2001/01/30 15:54:20 aaron Exp $ +# $OpenBSD: GENERIC,v 1.236 2001/01/30 19:54:05 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -99,9 +99,9 @@ ulpt* at uhub? port ? configuration ? # USB Printers ukbd* at uhub? port ? configuration ? # USB Keyboards wskbd* at ukbd? console ? mux 1 umass* at uhub? port ? configuration ? # USB Mass Storage devices +scsibus* at umass? ums* at uhub? port ? configuration ? # USB Mice wsmouse* at ums? mux 0 -scsibus* at umass? aue* at uhub? port ? # ADMtek AN986 Pegasus Ethernet cue* at uhub? port ? # CATC USB-EL1201A based Ethernet kue* at uhub? port ? # Kawasaki KL5KUSB101B based Ethernet |