t1000.cc (3812:eaa215123a26) t1000.cc (3832:49c95a73e29c)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 48 unchanged lines hidden (view full) ---

57T1000::intrFrequency()
58{
59 panic("Need implementation\n");
60}
61
62void
63T1000::postConsoleInt()
64{
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 48 unchanged lines hidden (view full) ---

57T1000::intrFrequency()
58{
59 panic("Need implementation\n");
60}
61
62void
63T1000::postConsoleInt()
64{
65 panic("Need implementation\n");
65 warn_once("Don't know what interrupt to post for console.\n");
66 //panic("Need implementation\n");
66}
67
68void
69T1000::clearConsoleInt()
70{
67}
68
69void
70T1000::clearConsoleInt()
71{
71 panic("Need implementation\n");
72 warn_once("Don't know what interrupt to clear for console.\n");
73 //panic("Need implementation\n");
72}
73
74void
75T1000::postPciInt(int line)
76{
77 panic("Need implementation\n");
78}
79

--- 51 unchanged lines hidden ---
74}
75
76void
77T1000::postPciInt(int line)
78{
79 panic("Need implementation\n");
80}
81

--- 51 unchanged lines hidden ---