diff options
author | 2016-08-31 20:01:57 +0000 | |
---|---|---|
committer | 2016-08-31 20:01:57 +0000 | |
commit | 9d72ad6b2261d24d450f0c8f4f51296f3cf187f0 (patch) | |
tree | 21149df0dae87e52f609341b4988458a13bef6ba | |
parent | shuffle this page a little, to make it read better; (diff) | |
download | wireguard-openbsd-9d72ad6b2261d24d450f0c8f4f51296f3cf187f0.tar.xz wireguard-openbsd-9d72ad6b2261d24d450f0c8f4f51296f3cf187f0.zip |
Remove rt leftovers in isapnp, unbreak kernel config.
OK deraadt@
-rw-r--r-- | sys/dev/isa/files.isapnp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/isa/files.isapnp b/sys/dev/isa/files.isapnp index bf252de8646..a0e963bf43f 100644 --- a/sys/dev/isa/files.isapnp +++ b/sys/dev/isa/files.isapnp @@ -1,4 +1,4 @@ -# $OpenBSD: files.isapnp,v 1.34 2016/08/31 12:46:45 tedu Exp $ +# $OpenBSD: files.isapnp,v 1.35 2016/08/31 20:01:57 bluhm Exp $ # $NetBSD: files.isapnp,v 1.7 1997/10/16 17:16:36 matt Exp $ # # Config file and device description for machine-independent ISAPnP code. @@ -57,7 +57,3 @@ attach ne at isapnp with ne_isapnp: rtl80x9 file dev/isa/if_ne_isapnp.c ne_isapnp attach we at isapnp with we_isapnp - -attach rt at isapnp with rt_isapnp -file dev/isa/rt_isapnp.c rt_isapnp - |