diff options
author | 2001-12-04 21:42:32 +0000 | |
---|---|---|
committer | 2001-12-04 21:42:32 +0000 | |
commit | e9d5f45cdc7b6449e8da4ff2543029f4c2aa8b57 (patch) | |
tree | cb0bcf325c8733517cf0c5d7146f8c635fa2a823 | |
parent | Kill setjmp/longjmp (diff) | |
download | wireguard-openbsd-e9d5f45cdc7b6449e8da4ff2543029f4c2aa8b57.tar.xz wireguard-openbsd-e9d5f45cdc7b6449e8da4ff2543029f4c2aa8b57.zip |
enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 72750d2e89a..aefff30915a 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.7 2001/12/01 18:41:48 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.8 2001/12/04 21:42:32 lebel Exp $ # # PPC GENERIC config file # @@ -140,6 +140,8 @@ umass* at uhub? port ? configuration ? # USB Mass Storage devices scsibus* at umass? kue* at uhub? port ? # Kawasaki KL5KUSB101B aue* at uhub? port ? # USB EtherNet +uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter +ucom* at uplcom? portno ? wsdisplay* at vgafb? wskbd* at ukbd? console ? |