Deleted Added
sdiff udiff text old ( 3812:eaa215123a26 ) new ( 3832:49c95a73e29c )
full compact
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");
66}
67
68void
69T1000::clearConsoleInt()
70{
71 panic("Need implementation\n");
72}
73
74void
75T1000::postPciInt(int line)
76{
77 panic("Need implementation\n");
78}
79

--- 51 unchanged lines hidden ---