aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/pci
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-18 23:20:14 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-18 23:20:14 +0000
commitb2143c99d8e9238eba21adf97fd2a2c8effab98a (patch)
tree2e61d5fc18eb9033fb04c7f9750387a6d3203372 /sys/alpha/pci
parentc00ffac3b818c80c7d993ca03a9e8b321bc82ad7 (diff)
Notes
Diffstat (limited to 'sys/alpha/pci')
-rw-r--r--sys/alpha/pci/pcibus.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/alpha/pci/pcibus.c b/sys/alpha/pci/pcibus.c
index 1479e128e964..0a1d672e328d 100644
--- a/sys/alpha/pci/pcibus.c
+++ b/sys/alpha/pci/pcibus.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcibus.c,v 1.11 1999/04/21 07:26:24 peter Exp $
+ * $Id: pcibus.c,v 1.12 1999/05/08 21:58:44 dfr Exp $
*
*/
@@ -107,12 +107,6 @@ pci_cfgwrite(pcicfgregs *cfg, int reg, int data, int bytes)
}
}
-int
-pci_cfgopen(void)
-{
- return 1;
-}
-
vm_offset_t
pci_cvt_to_dense(vm_offset_t sparse)
{