summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-12-06 20:07:53 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-12-06 20:07:53 +0000
commit294ae1ff8694266c1f846a5254e11b7213c6cc7f (patch)
treed2dae05de93e4f921fde09f893e0bb26280797da /sys/dev/pci/files.pci
parent481941268c9ea63c8c4a41c0e5d17f2017e81bed (diff)
replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able
driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r--sys/dev/pci/files.pci7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 18f6070d4d3..199e4768333 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.220 2006/11/27 16:47:05 grange Exp $
+# $OpenBSD: files.pci,v 1.221 2006/12/06 20:07:52 martin Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config file and device description for machine-independent PCI code.
@@ -398,9 +398,8 @@ attach wb at pci
file dev/pci/if_wb.c wb
# Adaptec AIC-6915 "Starfire" ethernet
-device sf: ether, ifnet, mii, ifmedia
-attach sf at pci
-file dev/pci/if_sf.c sf
+attach sf at pci with sf_pci
+file dev/pci/if_sf_pci.c sf_pci
# SiS 900/7016 ethernet
device sis: ether, ifnet, mii, ifmedia