diff options
author | 2002-03-31 15:42:14 +0000 | |
---|---|---|
committer | 2002-03-31 15:42:14 +0000 | |
commit | d1388c12ceb0b0e47945618a21af603e78bc5a1e (patch) | |
tree | bc33918b67a5146a2d11bf37d7779579cc3373bd | |
parent | naddy@ pointed out that in the two situations (diff) | |
download | wireguard-openbsd-d1388c12ceb0b0e47945618a21af603e78bc5a1e.tar.xz wireguard-openbsd-d1388c12ceb0b0e47945618a21af603e78bc5a1e.zip |
enable wsmux on macppc, note that this will REQUIRE changes to XF86Config.
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index a2548bb89a2..3f780d44638 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2002/03/30 20:17:48 drahn Exp $ +# $OpenBSD: GENERIC,v 1.19 2002/03/31 15:42:14 drahn Exp $g # # PPC GENERIC config file # @@ -169,4 +169,4 @@ ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? -#pseudo-device wsmux 2 # mouse & keyboard multiplexor +pseudo-device wsmux 2 # mouse & keyboard multiplexor |