Date: Tue, 01 Apr 2008 11:03:19 +0400 From: sam <samflanker@gmail.com> To: freebsd-current@freebsd.org Cc: lists@avioc.org, kensmith@cse.buffalo.edu, bbiskebo@bosco.princeton.edu Subject: re: hptrr driver panics on 7.0-RC2 Message-ID: <47F1DE37.1080506@gmail.com>
next in thread | raw e-mail | index | archive | help
kern/120842 > http://www.freebsd.org/cgi/query-pr.cgi?pr=120842 > The hptrr(4) driver grabs the Marvell 88SX6081 device, > and the atapci(4) driver fails to attach. > > --- dmesg with htprr(4) in kernel --- > hptrr0: <sx508x> port 0xd800-0xd8ff mem 0xdec00000-0xdecfffff irq 16 at device 0.0 on pci3 > hptrr: adapter at PCI 3:0:0, IRQ 16 > --- > > --- dmesg w/o htprr(4) in kernel --- > atapci3: <Marvell 88SX6081 SATA300 controller> port 0xd800-0xd8ff mem 0xdec00000-0xdecfffff irq 16 at device 0.0 > on pci3 > --- > > --- pciconf with htprr(4) in kernel --- > hptrr0@pci3:0:0: class=0x010000 card=0x11ab11ab chip=0x608111ab rev=0x09 hdr=0x00 > vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > device = 'MV88SX6081 8-port SATA II PCI-X Controller' > class = mass storage > subclass = SCSI > --- > > --- pciconf w/o htprr(4) in kernel --- > atapci3@pci3:0:0: class=0x010000 card=0x11ab11ab chip=0x608111ab rev=0x09 hdr=0x00 > vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > device = 'MV88SX6081 8-port SATA II PCI-X Controller' > class = mass storage > subclass = SCSI hello I am to be confronted with that trouble on system (FreeBSD 7.0-RELEASE) installation process. 'device hptrr' used instead of 'atapci driver' for MV88SX6081 8-port SATA II PCI-X Controller Please remove 'device hptrr' option from 'GENERIC' kernel configuration or/and eliminate defects from hptrr driver. /Vladimir Ermakov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47F1DE37.1080506>