diff options
author | 2004-02-22 03:46:16 +0000 | |
---|---|---|
committer | 2004-02-22 03:46:16 +0000 | |
commit | c4c5189cafc15ec3c4e24275b91ee9dc6f68e29c (patch) | |
tree | e5ce49e839547ab8e25158d4a425f3e7b15b1f10 | |
parent | shrink ramdisk to same as i386 for now (diff) | |
download | wireguard-openbsd-c4c5189cafc15ec3c4e24275b91ee9dc6f68e29c.tar.xz wireguard-openbsd-c4c5189cafc15ec3c4e24275b91ee9dc6f68e29c.zip |
isa ep works
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 24c4dc7ccf3..77b16fd8041 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.3 2004/02/13 21:58:48 drahn Exp $ +# $OpenBSD: GENERIC,v 1.4 2004/02/22 03:46:16 deraadt Exp $ # $NetBSD: GENERIC,v 1.27.4.1 2002/08/01 04:18:06 lukem Exp $ # # GENERIC machine description file @@ -317,7 +317,7 @@ lpt1 at isa? port 0x278 irq 5 # ISA network interface #ne0 at isa? port 0x280 irq 9 #ne1 at isa? port 0x300 irq 10 -#ep* at isa? port ? irq ? +ep* at isa? port ? irq ? # The spkr driver provides a simple tone interface to the built in speaker. spkr0 at pcppi? # PC speaker |