diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-10 23:35:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-10 23:35:06 +0000 |
commit | 69c1d762951e23af498b93e5bad97998f00dbda6 (patch) | |
tree | 137292bddfd150842259eb114baffbae8f8d61a9 | |
parent | ce8ac49a783021618a4fce1bfd52d19eabb87ed7 (diff) |
do not need isapnp0
-rw-r--r-- | sys/arch/i386/conf/LAP | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP index a2289676e97..08066900679 100644 --- a/sys/arch/i386/conf/LAP +++ b/sys/arch/i386/conf/LAP @@ -1,4 +1,4 @@ -# $OpenBSD: LAP,v 1.14 1996/10/24 23:25:12 downsj Exp $ +# $OpenBSD: LAP,v 1.15 1996/12/10 23:35:05 deraadt Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -86,7 +86,7 @@ isa0 at mainbus0 npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? -isapnp0 at isa? +#isapnp0 at isa? #pc0 at isa? port 0x60 irq 1 # generic PC console device vt0 at isa? port 0x60 irq 1 |