Re: Cosmetic path to bsdinstall

2011-02-25 Thread Gary Palmer
On Thu, Feb 24, 2011 at 12:17:46PM -0800, Garrett Cooper wrote: > On Wed, Feb 23, 2011 at 4:37 AM, Mitya wrote: > > Add usually used RAID controller > > > > --- usr.sbin/bsdinstall/partedit/part_wizard.c.orig ? ?2011-02-19 > > 17:22:06.0 +0200 > > +++ usr.sbin/bsdinstall/partedit/part_wiza

Re: Cosmetic path to bsdinstall

2011-02-25 Thread Nathan Whitehorn
On 02/24/11 16:07, John Baldwin wrote: On Thursday, February 24, 2011 3:35:51 pm Nathan Whitehorn wrote: On 02/24/11 14:14, John Baldwin wrote: On Thursday, February 24, 2011 10:00:44 am Nathan Whitehorn wrote: Thanks! I've received basically this patch from a couple people now. I'm going to i

TODOs for suspend/resume (Re: Cosmetic path to bsdinstall)

2011-02-24 Thread Jung-uk Kim
On Thursday 24 February 2011 04:53 pm, Brandon Gooch wrote: > On Feb 24, 2011, at 2:44 PM, Bruce Cran wrote: > > On Thu, 24 Feb 2011 15:38:15 -0500 > > > > Jung-uk Kim wrote: > >> FYI, I've been using the following hack for a while now: > >> > >> http://people.freebsd.org/~jkim/ada_suspend.diff >

Re: Cosmetic path to bsdinstall

2011-02-24 Thread John Baldwin
On Thursday, February 24, 2011 3:35:51 pm Nathan Whitehorn wrote: > On 02/24/11 14:14, John Baldwin wrote: > > On Thursday, February 24, 2011 10:00:44 am Nathan Whitehorn wrote: > >> Thanks! I've received basically this patch from a couple people now. I'm > >> going to investigate whether this is a

Re: Cosmetic path to bsdinstall

2011-02-24 Thread Brandon Gooch
On Feb 24, 2011, at 2:44 PM, Bruce Cran wrote: > On Thu, 24 Feb 2011 15:38:15 -0500 > Jung-uk Kim wrote: > >> FYI, I've been using the following hack for a while now: >> >> http://people.freebsd.org/~jkim/ada_suspend.diff > > Thanks, I'd given up trying to fix this because I was under the > i

Re: Cosmetic path to bsdinstall

2011-02-24 Thread Bruce Cran
On Thu, 24 Feb 2011 15:38:15 -0500 Jung-uk Kim wrote: > FYI, I've been using the following hack for a while now: > > http://people.freebsd.org/~jkim/ada_suspend.diff Thanks, I'd given up trying to fix this because I was under the impression it needed newbus. I'll see if I can get something simi

Re: Cosmetic path to bsdinstall

2011-02-24 Thread Jung-uk Kim
On Thursday 24 February 2011 03:11 pm, John Baldwin wrote: > On Thursday, February 24, 2011 10:27:59 am Bruce Cran wrote: > > On Thu, 24 Feb 2011 09:00:44 -0600 > > > > Nathan Whitehorn wrote: > > > Having CAM devices be part of newbus would > > > simplify this a very great deal... > > > > It's re

Re: Cosmetic path to bsdinstall

2011-02-24 Thread Nathan Whitehorn
On 02/24/11 14:14, John Baldwin wrote: On Thursday, February 24, 2011 10:00:44 am Nathan Whitehorn wrote: Thanks! I've received basically this patch from a couple people now. I'm going to investigate whether this is a more generic way to get this information (so the list doesn't grow infinitely

Re: Cosmetic path to bsdinstall

2011-02-24 Thread Garrett Cooper
On Wed, Feb 23, 2011 at 4:37 AM, Mitya wrote: > Add usually used RAID controller > > --- usr.sbin/bsdinstall/partedit/part_wizard.c.orig    2011-02-19 > 17:22:06.0 +0200 > +++ usr.sbin/bsdinstall/partedit/part_wizard.c    2011-02-21 > 17:20:28.0 +0200 > @@ -122,6 +122,18 @@ >      

Re: Cosmetic path to bsdinstall

2011-02-24 Thread John Baldwin
On Thursday, February 24, 2011 10:27:59 am Bruce Cran wrote: > On Thu, 24 Feb 2011 09:00:44 -0600 > Nathan Whitehorn wrote: > > > Having CAM devices be part of newbus would > > simplify this a very great deal... > > It's required if we're ever going to have suspend/resume working > properly beca

Re: Cosmetic path to bsdinstall

2011-02-24 Thread John Baldwin
On Thursday, February 24, 2011 10:00:44 am Nathan Whitehorn wrote: > Thanks! I've received basically this patch from a couple people now. I'm > going to investigate whether this is a more generic way to get this > information (so the list doesn't grow infinitely long), and will commit > this if

Re: Cosmetic path to bsdinstall

2011-02-24 Thread Marcel Moolenaar
On Feb 24, 2011, at 7:00 AM, Nathan Whitehorn wrote: > Thanks! I've received basically this patch from a couple people now. I'm > going to investigate whether this is a more generic way to get this > information (so the list doesn't grow infinitely long), and will commit this > if I can't. Hav

Re: Cosmetic path to bsdinstall

2011-02-24 Thread Bruce Cran
On Thu, 24 Feb 2011 09:00:44 -0600 Nathan Whitehorn wrote: > Having CAM devices be part of newbus would > simplify this a very great deal... It's required if we're ever going to have suspend/resume working properly because currently CAM doesn't get a suspend notification, so doesn't know to spin

Re: Cosmetic path to bsdinstall

2011-02-24 Thread Nathan Whitehorn
Thanks! I've received basically this patch from a couple people now. I'm going to investigate whether this is a more generic way to get this information (so the list doesn't grow infinitely long), and will commit this if I can't. Having CAM devices be part of newbus would simplify this a very g

Cosmetic path to bsdinstall

2011-02-23 Thread Mitya
Add usually used RAID controller --- usr.sbin/bsdinstall/partedit/part_wizard.c.orig2011-02-19 17:22:06.0 +0200 +++ usr.sbin/bsdinstall/partedit/part_wizard.c2011-02-21 17:20:28.0 +0200 @@ -122,6 +122,18 @@ strcat(diskdesc, " ATA Hard Disk");