diff options
author | 2008-01-19 12:32:53 +0000 | |
---|---|---|
committer | 2008-01-19 12:32:53 +0000 | |
commit | 48d2f6e763e6f9dcc2af7d0f78e8cfdce4d1a101 (patch) | |
tree | 6200658e591777a0d7618d5db6310126d58e73f3 | |
parent | Make host bridges provide their own implementation of pci_conf_read() and (diff) | |
download | wireguard-openbsd-48d2f6e763e6f9dcc2af7d0f78e8cfdce4d1a101.tar.xz wireguard-openbsd-48d2f6e763e6f9dcc2af7d0f78e8cfdce4d1a101.zip |
Activate upgt(4) for macppc. Tested for a while on my PowerBook.
OK dlg@
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index ab581e53d95..de36316f853 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.177 2007/11/17 23:44:24 brad Exp $g +# $OpenBSD: GENERIC,v 1.178 2008/01/19 12:32:53 mglocker Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -279,6 +279,7 @@ scsibus* at usscanner? udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio ugen* at uhub? # USB Generic driver +upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB udcf* at uhub? # Gude Expert mouseCLOCK |