Re: Compiling my first Kernel
From: Joshua Lewis (jmlewis_at_dslextreme.com)
Date: 06/02/04
- Previous message: Mike Maltese: "Re: Compiling my first Kernel"
- In reply to: Mike Maltese: "Re: Compiling my first Kernel"
- Next in thread: Michael Johnson: "Re: Compiling my first Kernel"
- Reply: Michael Johnson: "Re: Compiling my first Kernel"
- Reply: Johnson David: "Re: Compiling my first Kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message: Mike Maltese: "Re: Compiling my first Kernel"
- In reply to: Mike Maltese: "Re: Compiling my first Kernel"
- Next in thread: Michael Johnson: "Re: Compiling my first Kernel"
- Reply: Michael Johnson: "Re: Compiling my first Kernel"
- Reply: Johnson David: "Re: Compiling my first Kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|