Date: Wed, 8 Jan 1997 22:40:38 +0100 (MET) From: Josef Belkovics <belkovic@albert.osu.cz> To: freebsd-bugs@freebsd.org Subject: AIC-7770 (TwinChannel fast SCSI-2 controller (in HP NetServer LC)) Message-ID: <Pine.BSF.3.91.970108220358.290A-100000@albert.osu.cz>
next in thread | raw e-mail | index | archive | help
In 2.1.0R controller ahc1 was in GENERIC kernel and all was ok. In 2.1.5R or
2.1.6R ahc1 isn't in GENERIC. I installed 2.1.6R from 2.1.0R boot.flp and
copied kernel 2.1.0R from another PC. The build of 2.1.6R kernel is ok,
but ahc1 (or ahc0 - I don't know the difference between it) isn't detected.
2 questions:
1) Exists some release higher 2.1.0 with correct "driver" for ahc1?
2) Can you put back ahc? in boot.flp?
OK#############################################################################
machine "i386"
cpu "I586_CPU"
ident "JPB5"
maxusers 10
config kernel root on sd0
#ptions MATH_EMULATE #Support for x87 emulation
options "COMPAT_43" #Compatible with BSD 4.3
options FFS #Berkeley Fast Filesystem
options PROCFS #Process filesystem
options "NSWAPDEV=1" #Allow this many swap-devices
options QUOTA #Enable disk quotas
options UCONSOLE #Allow users to grab the console
options "MAXCONS=4" #Number of virtual consoles
options INET #InterNETworking
#ptions GATEWAY #InterNETwork gateway
#ptions MROUTING #Multicast routing
options "AUTO_EOI_1" #Automatic EOI for the master 8259A
options "AUTO_EOI_2" #Automatic EOI for the slave 8259A
options DUMMY_NOPS #Disables extra delays for some bus opsoptions "MAXCONS=5" #Number of virtual consoles
options SYSVSHM #Enable for share memory
options SYSVSEM #Enable for semaphores
options SYSVMSG #Enable for messaging
controller isa0
controller pci0
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
#evice sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
#evice mse0 at isa? port 0x23c tty irq 5 vector mseintr
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
#evice lpt0 at isa? port? tty irq 7 vector lptintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
#ontroller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
#isk wd0 at wdc0 drive 0
!!!controller ahc1 at isa? bio irq ? vector ahcintr
!!!controller scbus0
device sd0
device sd1
#evice cd0
pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device sl 1
#seudo-device ppp 1
#seudo-device tun 1
pseudo-device pty 16
pseudo-device gzip
#seudo-device vn
FreeBSD 2.1.0-RELEASE #0: Fri Sep 6 02:06:50 MET DST 1996
root@isac.osu.cz:/usr/src/sys/compile/JPB5
CPU: 67-MHz Pentium 510\60 or 567\66 (Pentium-class CPU)
Origin = "GenuineIntel" Id = 0x517 Stepping=7
Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC>
real memory = 50331648 (49152K bytes)
avail memory = 47955968 (46832K bytes)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <4 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
ahc1: Motherboard Twin Channel, A SCSI Id=7, B SCSI Id=7, aic7770 >= Rev E, 4 SCBs
ahc1 at 0xb000-0xb0ff irq 15 on eisa slot 11
(ahc1:0:0): "HP 1.050 GB #A2 0180" type 0 fixed SCSI 2
sd0(ahc1:0:0): Direct-Access 1001MB (2051460 512 byte sectors)
(ahc1:1:0): "SEAGATE ST51080N 0943" type 0 fixed SCSI 2
sd1(ahc1:1:0): Direct-Access 1030MB (2109840 512 byte sectors)
1 3C5x9 board(s) on ISA found at 0x300
ep0 at 0x300-0x30f irq 10 on isa
ep0: aui/bnc/utp[*UTP*] address 00:20:af:b7:53:06 irq 10
npx0 on motherboard
npx0: INT 16 interface
Probing for devices on the PCI bus:
chip0 <Intel 82434LX (Mercury) PCI cache memory controller> rev 3 on pci0:0
chip1 <Intel 82375EB PCI-EISA bridge> rev 4 on pci0:4
BAD###########################################################################
machine "i386"
cpu "I586_CPU"
ident "JPB5"
maxusers 10
config kernel root on sd0
#ptions MATH_EMULATE #Support for x87 emulation
options "COMPAT_43" #Compatible with BSD 4.3
options FFS #Berkeley Fast Filesystem
options PROCFS #Process filesystem
options "NSWAPDEV=1" #Allow this many swap-devices
options QUOTA #Enable disk quotas
options UCONSOLE #Allow users to grab the console
options "MAXCONS=4" #Number of virtual consoles
options INET #InterNETworking
#ptions GATEWAY #InterNETwork gateway
#ptions MROUTING #Multicast routing
options "AUTO_EOI_1" #Automatic EOI for the master 8259A
options "AUTO_EOI_2" #Automatic EOI for the slave 8259A
options DUMMY_NOPS #Disables extra delays for some bus opsoptions "MAXCONS=5" #Number of virtual consoles
options SYSVSHM #Enable for share memory
options SYSVSEM #Enable for semaphores
options SYSVMSG #Enable for messaging
controller isa0
!!!controller eisa0
controller pci0
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
#evice sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
#evice mse0 at isa? port 0x23c tty irq 5 vector mseintr
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
#evice lpt0 at isa? port? tty irq 7 vector lptintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
#ontroller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
#isk wd0 at wdc0 drive 0
#ontroller ahc1 at isa? bio irq ? vector ahcintr
!!!controller ahc0
!!!controller scbus0 at ahc0
device sd0
device sd1
#evice cd0
pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device sl 1
#seudo-device ppp 1
#seudo-device tun 1
pseudo-device pty 16
pseudo-device gzip
pseudo-device vn
FreeBSD 2.1.6-RELEASE #0: etc.
root@isac.osu.cz:/usr/src/sys/compile/JPB5
CPU: 67-MHz Pentium 510\60 or 567\66 (Pentium-class CPU)
Origin = "GenuineIntel" Id = 0x517 Stepping=7
Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC>
real memory = 50331648 (49152K bytes)
avail memory = 47955968 (46832K bytes)
eisa0: <HWPc081 (System Board)>
!!!Probing for devices on the EISA bus:
Probing for devices on the PCI bus:
chip0 <Intel 82434LX (Mercury) PCI cache memory controller> rev 3 on pci0:0
chip1 <Intel 82375EB PCI-EISA bridge> rev 4 on pci0:4
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <4 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
1 3C5x9 board(s) on ISA found at 0x300
ep0 at 0x300-0x30f irq 10 on isa
ep0: aui/bnc/utp[*UTP*] address 00:20:af:b7:53:06 irq 10
npx0 on motherboard
npx0: INT 16 interface
panic: cannot mount root
###############################################################################
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970108220358.290A-100000>
