diff options
Diffstat (limited to 'sys/alpha/tc/tc.c')
-rw-r--r-- | sys/alpha/tc/tc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/alpha/tc/tc.c b/sys/alpha/tc/tc.c index 0c8872671a565..dd99f14339ab0 100644 --- a/sys/alpha/tc/tc.c +++ b/sys/alpha/tc/tc.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: tc.c,v 1.1 1998/08/20 08:27:10 dfr Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. @@ -568,8 +568,6 @@ tc_attach(device_t dev) tc0 = dev; - chipset.intrdev = dev; - switch(hwrpb->rpb_type){ #ifdef DEC_3000_300 case ST_DEC_3000_300: |