Re: Compiling my first Kernel

From: Joshua Lewis (jmlewis_at_dslextreme.com)
Date: 06/02/04

  • Next message: Michael Johnson: "Re: Compiling my first Kernel"
    Date: Wed, 2 Jun 2004 11:05:06 -0700 (PDT)
    To: "Mike Maltese" <mike@pcmedx.com>
    
    

    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"


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

    Relevant Pages

    • Re: Compiling my first Kernel
      ... > Mike Maltese ... >> Simple, umass requires scbus and da, which you have commented out. ... To unsubscribe, ...
      (freebsd-newbies)
    • Re: Compiling my first Kernel
      ... On Jun 2, 2004, at 2:05 PM, Joshua Lewis wrote: ... device umass ... Last but not least, support for SCSI drives, da. ...
      (freebsd-newbies)