diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-07 18:58:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-07 18:58:38 +0000 |
commit | 82ef16fada3bbe9a34e417e486b970049f79ebf1 (patch) | |
tree | 01351bbd6055bab29bd7dcbc105eec102251a2dc | |
parent | 3068789032fc0441a1855f0619000168e01e01a0 (diff) |
rcons removal fallout, spotted by kettenis@
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 561365999c6..bbc0ddbdcd6 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.74 2006/06/19 15:13:33 deraadt Exp $ +# $OpenBSD: files.alpha,v 1.75 2006/08/07 18:58:37 miod Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -89,14 +89,14 @@ file arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 file arch/alpha/tc/ioasic.c ioasic # PMAG-B CX -device cfb: wsemuldisplaydev, wsrasteremulops -attach cfb at tc -file arch/alpha/tc/cfb.c cfb needs-flag +#device cfb: wsemuldisplaydev, wsrasteremulops +#attach cfb at tc +#file arch/alpha/tc/cfb.c cfb needs-flag # PMAGB-B HX or CXT -device sfb: wsemuldisplaydev, wsrasteremulops -attach sfb at tc -file arch/alpha/tc/sfb.c sfb needs-flag +#device sfb: wsemuldisplaydev, wsrasteremulops +#attach sfb at tc +#file arch/alpha/tc/sfb.c sfb needs-flag # 8530 UARTs device scc |