diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 03:36:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 03:36:22 +0000 |
commit | af6c98cc2964e5a1732fb30338f38955d124cb2b (patch) | |
tree | 8004e11a78182fee692c098a595e472883d74186 /sys/dev/pci/files.pci | |
parent | a2fa5d2ed1eec2de963b11f8a98180a12a2c4ca8 (diff) |
myson mtd803 ether and enable mtdphy no; form netbsd via form@
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index c95dd4effa3..68d66ccd9b3 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.148 2003/08/12 18:48:13 jason Exp $ +# $OpenBSD: files.pci,v 1.149 2003/08/19 03:36:21 mickey 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. @@ -228,6 +228,10 @@ file dev/pci/if_lmc_common.c lmc file dev/pci/if_lmc_media.c lmc file dev/pci/if_lmc_obsd.c lmc +# Myson Century MTD800/MTD803/MTD891 +attach mtd at pci with mtd_pci +file dev/pci/if_mtd_pci.c mtd_pci + # RealTek 8129/8139 attach rl at pci with rl_pci file dev/pci/if_rl_pci.c rl_pci |