Add declaration for the Adaptec AIC-6915 64-bit 10/100 Ethernet interface.
Note: this is a placeholder right now; the driver should be ready in the next few days.
This commit is contained in:
parent
ee32a80a8a
commit
358756a995
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.321 1999/10/12 17:08:56 jdolecek Exp $
|
||||
# $NetBSD: files,v 1.322 1999/10/13 18:37:12 thorpej Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -376,6 +376,10 @@ file dev/ic/wdc.c wdc_base
|
|||
device tlp: arp, ether, ifnet, mii
|
||||
file dev/ic/tulip.c tlp
|
||||
|
||||
# Adaptec AIC-6915 Ethernet interface
|
||||
device sf: arp, ether, ifnet, mii
|
||||
file dev/ic/aic6915.c sf
|
||||
|
||||
# Definitions for wscons
|
||||
# device attributes: display, display with emulator, keyboard, and mouse
|
||||
define wsdisplaydev { }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.pci,v 1.63 1999/09/27 23:44:28 ad Exp $
|
||||
# $NetBSD: files.pci,v 1.64 1999/10/13 18:37:13 thorpej Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent PCI code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
|
@ -228,3 +228,7 @@ file dev/pci/btvmei.c btvmei
|
|||
device ti: ether, ifnet, arp
|
||||
attach ti at pci
|
||||
file dev/pci/if_ti.c ti
|
||||
|
||||
# Adaptec AIC-6915 Ethernet interface
|
||||
attach sf at pci with sf_pci
|
||||
file dev/pci/if_sf_pci.c sf_pci
|
||||
|
|
Loading…
Reference in New Issue