diff options
author | 2000-11-16 15:52:32 +0000 | |
---|---|---|
committer | 2000-11-16 15:52:32 +0000 | |
commit | 4e08d61394b433e948555994d22b6fe00f336487 (patch) | |
tree | efa82ebdc344e7ea97c9c05cfe99e7158463fbf8 | |
parent | - Fix the NMI problem: it seems the qec channel reset also resets the MACE, and (diff) | |
download | wireguard-openbsd-4e08d61394b433e948555994d22b6fe00f336487.tar.xz wireguard-openbsd-4e08d61394b433e948555994d22b6fe00f336487.zip |
update for recent conf/files update
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 9703c2f49e1..e76e0f05da2 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.37 2000/11/16 04:50:18 ericj Exp $ +# $OpenBSD: files.alpha,v 1.38 2000/11/16 15:52:32 ericj Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -132,9 +132,6 @@ file arch/alpha/isa/isa_machdep.c isa # ISA PC keyboard controller # PC-like keyboard controller -device pckbc { [slot = -1] } -file dev/ic/pckbc.c pckbc needs-flag - attach pckbc at isa with pckbc_isa file dev/isa/pckbc_isa.c pckbc needs-flag |