From 294ae1ff8694266c1f846a5254e11b7213c6cc7f Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Wed, 6 Dec 2006 20:07:53 +0000 Subject: replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts --- sys/dev/pci/files.pci | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/dev/pci/files.pci') 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 -- cgit v1.2.3