~jhs/src/bsd/fixes/FreeBSD/src/jhs/sys/i386/conf/GENERIC.hints.REL=6.4-RELEASE.diff etc/Makefile installs from ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints to ${DESTDIR}/boot/device.hints ~jhs/src/bsd/fixes/FreeBSD/src/jhs/sys/i386/conf/device.hints.REL=6.4-RELEASE.diff I recovered this 2009.11.08 while upgrading gate=mart from 6.1 to 6.4 mart & park use different values, this is set for mart. 6.4 mart/etc/isdn -r--r--r-- 1 root wheel 1963 Oct 31 2006 /boot/device.hints 6.2 park /boot/device.hints -r--r--r-- 1 root wheel 1829 Oct 4 2007 /boot/device.hints *** 6.4-RELEASE/src/sys/i386/conf/GENERIC.hints Sun Nov 8 11:27:34 2009 --- jhs/src/sys/i386/conf/GENERIC.hints Tue Oct 31 01:38:22 2006 *************** *** 76,78 **** --- 76,104 ---- hint.lnc.0.port="0x280" hint.lnc.0.irq="10" hint.lnc.0.drq="0" + + + # From /sys/i386/conf/NOTES for Teles S0/16 or Creatix ISDN-S0 or Niccy 1016 + # options TEL_S0_16 # Put this line in config file. + + hint.isic.0.at="isa" + + hint.isic.0.port="0xf80" + # sys/i386/conf/NOTES hint.isic.0.port="0xd80" + # mart: hint.isic.0.port="0xf80" + # park: hint.isic.0.port="0x340" + + hint.isic.0.maddr="0xd6000" + # sys/i386/conf/NOTES hint.isic.0.maddr="0xd0000" + # mart: hint.isic.0.maddr="0xd6000" + # park: not specified + + hint.isic.0.irq="12" + # sys/i386/conf/NOTES hint.isic.0.irq="5" + # mart: hint.isic.0.irq="12" + # park: hint.isic.0.irq="5" + + hint.isic.0.flags="2" + # sys/i386/conf/NOTES hint.isic.0.flags="2" + # mart: hint.isic.0.flags="2" + # park: hint.isic.0.flags="4" Park-6.2 dmesg in use running: isic0: [GIANT-LOCKED] isic0 at port 0x1b40-0x1b5f,0x1720-0x173f,0x720-0x73f,0xf20-0xf3f,0x1340-0x135f,0x340-0x35f,0xb40-0xb5f irq 5 flags 0x4 on isa0 isic0: passive stack unit 0 isic0: AVM A1 or Fritz!Card Classic Mart-6.4 dmesg after upgrade from 6.1 not yet tested: isic0: [GIANT-LOCKED] isic0 at port 0xf80 iomem 0xd6000-0xd6fff irq 12 flags 0x2 on isa0 isic0: passive stack unit 0 isic0: Teles S0/16 (or compatible) Ref man isic. Problem 7.2 has no man isic, maybe no isdn ?