Add and enable IEEE1394 support.
This commit is contained in:
parent
d17f97ea42
commit
c7e599195d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.229 2007/04/05 19:19:49 reed Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.230 2007/04/17 14:06:52 tron Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
|
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.229 $"
|
||||
#ident "GENERIC-$Revision: 1.230 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -807,6 +807,17 @@ oboe* at pci? dev ? function ?
|
|||
irframe* at oboe?
|
||||
|
||||
|
||||
# PCI IEEE1394 controllers
|
||||
fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
|
||||
|
||||
# CardBus IEEE1394 controllers
|
||||
fwohci* at cardbus? function ? # IEEE1394 Open Host Controller
|
||||
|
||||
ieee1394if* at fwohci?
|
||||
fwip* at ieee1394if? # IP over IEEE1394
|
||||
sbp* at ieee1394if? euihi ? euilo ? # SCSI over IEEE1394
|
||||
|
||||
|
||||
# Audio Devices
|
||||
|
||||
# PCI audio devices
|
||||
|
|
Loading…
Reference in New Issue