diff options
| author | matt <matt@NetBSD.org> | 2002-05-18 07:23:04 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2002-05-18 07:23:04 +0000 |
| commit | 77820698c6909dabb5b4029a444da2cb0098d3c1 (patch) | |
| tree | 487f6ecdf74a5198a587bbfaa22fb73f17275944 /sys/dev | |
| parent | cad72c184d72cde9f3222d70d9f77b3ea16b0077 (diff) | |
Add lfmiop (LSILogic Fusion-MPT I/O Processor) placeholders for
driver to added latter.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/DEVNAMES | 3 | ||||
| -rw-r--r-- | sys/dev/pci/files.pci | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index 9153d639a9f..4fac7b13ea0 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.113 2002/05/06 22:11:50 eeh Exp $ +# $NetBSD: DEVNAMES,v 1.114 2002/05/18 07:23:05 matt Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -572,6 +572,7 @@ le_dec_subr MI Attribute lebuffer MI ledma MI leo atari +lfmiop MI lkkbd alpha lkkbd vax lkms vax diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 7eea9169e36..fe5407d4af9 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.172 2002/04/26 02:05:09 ad Exp $ +# $NetBSD: files.pci,v 1.173 2002/05/18 07:23:06 matt Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -112,6 +112,11 @@ file dev/pci/bha_pci.c bha_pci attach isp at pci with isp_pci file dev/pci/isp_pci.c isp_pci +# LSILogic Fusion-MPT I/O Processor family +# device declaration in sys/conf/files +attach lfmiop at pci with lfmiop_pci +file dev/pci/lfmiop_pci.c lfmiop_pci + # Ethernet driver for DC21040-based boards device de: ether, ifnet, arp attach de at pci |
