diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-03 15:18:22 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-03 15:18:22 +0000 |
commit | d907b819f70da1dd52effec1d581a95e446ad108 (patch) | |
tree | 2c0fa84730f631c28358df09ce5204acbb501d42 /sys/dev/ic/com.c | |
parent | 19b5abc74c55fac31766f7e5c5a906086aa315af (diff) |
Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws
its employees being in the OpenBSD tree.
Diffstat (limited to 'sys/dev/ic/com.c')
-rw-r--r-- | sys/dev/ic/com.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 28484d87058..e714047c2c5 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.95 2003/10/31 04:07:10 drahn Exp $ */ +/* $OpenBSD: com.c,v 1.96 2004/05/03 15:18:21 drahn Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -1460,8 +1460,6 @@ comcnprobe(cp) bus_space_tag_t iot = &arc_bus_io; #elif defined(hppa) bus_space_tag_t iot = &hppa_bustag; -#elif defined(__pegasos__) - bus_space_tag_t iot = MD_ISA_IOT; #else bus_space_tag_t iot = 0; #endif |