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