Re: Compiling my first Kernel

From: Mike Maltese (mike_at_pcmedx.com)
Date: 06/02/04

  • Next message: Joshua Lewis: "Re: Compiling my first Kernel"
    To: <freebsd-newbies@freebsd.org>
    Date: Tue, 1 Jun 2004 21:45:33 -0700
    
    

    > #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: Joshua Lewis: "Re: Compiling my first Kernel"