diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-12 15:13:47 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-12 15:13:47 +0000 |
commit | e661b0e07a7f4c778ac8e9b5eb341a7ad9795c2b (patch) | |
tree | 6158c02b8e503faa614ccff77b3cca01e9b912e4 /sys/arch/hp300/dev/ct.c | |
parent | d470dc6647ff9a7e3f6d00b205d12ab7428cc092 (diff) |
Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single
user.
KNOWN NOT WORKING:
* DIO-II devices
* Dynamic executables
NOT EVEN TRIED:
* New config support
Diffstat (limited to 'sys/arch/hp300/dev/ct.c')
-rw-r--r-- | sys/arch/hp300/dev/ct.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/ct.c b/sys/arch/hp300/dev/ct.c index 374a66222af..596375523f8 100644 --- a/sys/arch/hp300/dev/ct.c +++ b/sys/arch/hp300/dev/ct.c @@ -1,4 +1,5 @@ -/* $NetBSD: ct.c,v 1.15 1996/02/14 02:44:02 thorpej Exp $ */ +/* $OpenBSD: ct.c,v 1.5 1997/01/12 15:12:19 downsj Exp $ */ +/* $NetBSD: ct.c,v 1.18 1996/10/14 07:14:11 thorpej Exp $ */ /* * Copyright (c) 1982, 1990, 1993 @@ -167,6 +168,9 @@ ctattach(hd) sc->sc_dq.dq_slave = hd->hp_slave; sc->sc_dq.dq_driver = &ctdriver; sc->sc_flags |= CTF_ALIVE; + + /* XXX Set device class. */ + hd->hp_dev.dv_class = DV_TAPE; } int |