diff options
author | 2003-01-05 02:16:44 +0000 | |
---|---|---|
committer | 2003-01-05 02:16:44 +0000 | |
commit | 97578620b346c80b28db8e9e441093383fdacd02 (patch) | |
tree | 3129faf83a4d2d54106231ebc3c03c25412307b3 | |
parent | proper endianess handling in 16 and 32 bit video modes, 24 bit is not supported by the card (diff) | |
download | wireguard-openbsd-97578620b346c80b28db8e9e441093383fdacd02.tar.xz wireguard-openbsd-97578620b346c80b28db8e9e441093383fdacd02.zip |
bktr works, drahn@ ok
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 4aa27231a53..37577695098 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.39 2002/12/13 03:02:12 tdeval Exp $g +# $OpenBSD: GENERIC,v 1.40 2003/01/05 02:16:44 mickey Exp $g # # PPC GENERIC config file # @@ -135,8 +135,8 @@ awacs* at macobio? # Apple audio device audio* at awacs? audio* at uaudio? -#bktr* at pci? dev ? function ? # Bt8[47][89] tv/fmradio/video -#radio* at bktr? +bktr* at pci? dev ? function ? # Bt8[47][89] tv/fmradio/video +radio* at bktr? #scsibus* at adv? #scsibus* at ahc? |