Re: Compiling my first Kernel

From: Michael Johnson (ahze_at_ahze.net)
Date: 06/02/04

  • Next message: Johnson David: "Re: Compiling my first Kernel"
    Date: Wed, 2 Jun 2004 14:07:36 -0400
    To: jmlewis@dslextreme.com
    
    

    No, umass is scsi

    On Jun 2, 2004, at 2:05 PM, Joshua Lewis wrote:

    > I have two 80G IDE drives. Do I need umass?
    >
    >
    > Thank you,
    > Joshua Lewis
    >
    >
    >
    > Mike Maltese
    >>> #device scbus # SCSI bus (required)
    >>> #device da # Direct Access (disks)
    >>
    >>> device umass # Disks/Mass storage - Requires
    >>> scbus
    >>> and da
    >>
    >> Simple, umass requires scbus and da, which you have commented out.
    >> Either
    >> remove umass or uncomment scbus and da.
    >>
    >>
    >
    > _______________________________________________
    > freebsd-newbies@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    > To unsubscribe, send any mail to
    > "freebsd-newbies-unsubscribe@freebsd.org"

    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"


  • Next message: Johnson David: "Re: Compiling my first Kernel"