Uncomment firewire devices. Verified working on my IP32 with a combo
USB2.0/IEEE1394 card: fwohci0 at pci0 dev 3 function 3: VIA Technologies VT6306 IEEE 1394 Host Controller (rev. 0x46) fwohci0: interrupting at crime interrupt 10 fwohci0: OHCI version 1.0 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:40:26:01:08:01:57:07 fwohci0: Phy 1394a available S400, 3 ports. fwohci0: Link S400, max_rec 2048 bytes. ieee1394if0 at fwohci0: IEEE1394 bus fwip0 at ieee1394if0: IP over IEEE1394 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode ieee1394if0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) ieee1394if0: bus manager 0 (me) ... and: ieee1394if0: 2 nodes, maxhop <= 1, cable IRM = 1 (me) ieee1394if0: bus manager 1 (me) ieee1394if0: New S400 device ID:0001a35000317061 sbp0 at ieee1394if0: SBP-2/SCSI over IEEE1394 scsibus2 at sbp0: 1 target, 0 luns per target sd1 at scsibus2 target 0 lun 0: <AL-COMBO, , > disk fixed sd1: fabricating a geometry sd1: 38154 MB, 38154 cyl, 64 head, 32 sec, 512 bytes/sect x 78140160 sectors sd1: fabricating a geometry sd1: no disk label There are a few "mace: overrun at ff2001" errors during access, but they appear harmless.
This commit is contained in:
parent
7a945e58eb
commit
37c9e98b8d
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC32_IP3x,v 1.69 2007/12/31 15:32:05 ad Exp $
|
||||
# $NetBSD: GENERIC32_IP3x,v 1.70 2008/02/02 10:31:08 sekiya Exp $
|
||||
#
|
||||
# GENERIC32_IP3x machine description file
|
||||
#
|
||||
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC32_IP3x-$Revision: 1.69 $"
|
||||
#ident "GENERIC32_IP3x-$Revision: 1.70 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -401,11 +401,11 @@ radio* at udsbr?
|
||||
ugen* at uhub? port ?
|
||||
|
||||
# PCI IEEE1394 controllers
|
||||
#fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
|
||||
fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
|
||||
|
||||
#ieee1394if* at fwohci?
|
||||
#fwip* at ieee1394if? # IP over IEEE1394
|
||||
#sbp* at ieee1394if? euihi ? euilo ?
|
||||
ieee1394if* at fwohci?
|
||||
fwip* at ieee1394if? # IP over IEEE1394
|
||||
sbp* at ieee1394if? euihi ? euilo ?
|
||||
|
||||
# Audio support
|
||||
audio* at audiobus?
|
||||
|
Loading…
Reference in New Issue
Block a user