"upc" uses "wdc", so put the former after the latter.
This commit is contained in:
parent
dd9317de9a
commit
b89efe2b21
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.385 2000/08/16 23:56:08 bjh21 Exp $
|
||||
# $NetBSD: files,v 1.386 2000/08/17 18:56:17 bjh21 Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -398,17 +398,6 @@ file dev/ic/pckbc.c pckbc needs-flag
|
|||
device clmpcc: tty
|
||||
file dev/ic/clmpcc.c clmpcc needs-flag
|
||||
|
||||
# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
|
||||
# lpt attachment commented out because "device lpt" isn't in this file.
|
||||
device upc { [offset = -1] }
|
||||
attach wdc at upc with wdc_upc
|
||||
attach com at upc with com_upc
|
||||
# attach lpt at upc with lpt_upc
|
||||
file dev/ic/upc.c upc
|
||||
file dev/ic/wdc_upc.c wdc_upc
|
||||
file dev/ic/com_upc.c com_upc
|
||||
# file dev/ic/lpt_upc.c lpt_upc
|
||||
|
||||
# Device description for i2c bus and i2c eeprom
|
||||
define i2c
|
||||
define i2c_eeprom
|
||||
|
@ -466,6 +455,17 @@ file dev/ic/rtl81x9.c rtk
|
|||
device wdc: ata, atapi, wdc_base
|
||||
file dev/ic/wdc.c wdc_base
|
||||
|
||||
# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
|
||||
# lpt attachment commented out because "device lpt" isn't in this file.
|
||||
device upc { [offset = -1] }
|
||||
attach wdc at upc with wdc_upc
|
||||
attach com at upc with com_upc
|
||||
# attach lpt at upc with lpt_upc
|
||||
file dev/ic/upc.c upc
|
||||
file dev/ic/wdc_upc.c wdc_upc
|
||||
file dev/ic/com_upc.c com_upc
|
||||
# file dev/ic/lpt_upc.c lpt_upc
|
||||
|
||||
# Common code for ISA/PCMCIA (non 802.11) WaveLAN adapters
|
||||
define wavelan
|
||||
device wl: ether, ifnet, arp
|
||||
|
|
Loading…
Reference in New Issue