cvs commit: src/sys/dev/ata ata-chipset.c atapi-cd.c atapi-cd.h

Dominique Goncalves dominique.goncalves at gmail.com
Sun Nov 11 02:57:08 PST 2007


Hi,

On Oct 31, 2007 8:59 PM, Søren Schmidt <sos at freebsd.org> wrote:
> sos         2007-10-31 19:59:53 UTC
>
>   FreeBSD src repository
>
>   Modified files:        (Branch: RELENG_7)
>     sys/dev/ata          ata-chipset.c atapi-cd.c atapi-cd.h
>   Log:
>   MFC:
>   Add SATA ATAPI support for AHCI controllers.
>
>   Approved by: re@
>
>   Revision   Changes    Path
>   1.202.2.2  +30 -11    src/sys/dev/ata/ata-chipset.c
>   1.193.2.1  +22 -25    src/sys/dev/ata/atapi-cd.c
>   1.46.2.1   +1 -0      src/sys/dev/ata/atapi-cd.h
> _______________________________________________
> cvs-src at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-src
> To unsubscribe, send any mail to "cvs-src-unsubscribe at freebsd.org"
>

This commit has broken using a root filesystem on a livecd (with freesbie2)
The kernel boot fines until it tries to mount the root filesystem and
print a prompt with manual root filesystem specification, the command
'?' only prints acd0
My fstab contains:
/dev/iso9660/FreeSBIE / cd9660 ro 0 0

My kernel config is GENERIC more GEOM_LOBEL and GEOM_UZIP

Let me know if you need more information
Thanks in advance
Regards.

-- 
There's this old saying: "Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life."


More information about the cvs-src mailing list