Add mii and i2c.
This commit is contained in:
parent
9cba1f94e1
commit
0582a7d023
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.154 1997/10/16 23:58:23 is Exp $
|
||||
# $NetBSD: files,v 1.155 1997/10/17 18:19:47 bouyer Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -21,6 +21,7 @@ define tty
|
|||
define audio { }
|
||||
define scsi {[channel = -1]}
|
||||
define atapi { }
|
||||
define miibus { }
|
||||
|
||||
# audio device attributes
|
||||
define mulaw
|
||||
|
@ -152,6 +153,10 @@ file dev/ic/ne2000.c ne
|
|||
device com: tty
|
||||
file dev/ic/com.c com needs-flag
|
||||
|
||||
# Device description for i2c bus and i2c eeprom
|
||||
define i2c
|
||||
define i2c_eeprom
|
||||
|
||||
# Attributes which machine-independent bus support can be attached to.
|
||||
# These should be defined here, because some of these busses can have
|
||||
# devices which provide these attributes, and we'd like to avoid hairy
|
||||
|
|
Loading…
Reference in New Issue