Re: cvs commit: sys/pci pci.c

1999-04-13 Thread Doug Rabson
On Mon, 12 Apr 1999, Alfred Perlstein wrote: > On Mon, 12 Apr 1999, Doug Rabson wrote: > > > On Mon, 12 Apr 1999, Alfred Perlstein wrote: > > > > > The problem that i faced was that the console stuff must be done even > > > before the SYSINITs are done it's generally setup from machdep.c this >

Re: cvs commit: sys/pci pci.c

1999-04-12 Thread Alfred Perlstein
On Mon, 12 Apr 1999, Doug Rabson wrote: > On Mon, 12 Apr 1999, Alfred Perlstein wrote: > > > The problem that i faced was that the console stuff must be done even > > before the SYSINITs are done it's generally setup from machdep.c this > > is before a lot of stuff is really setup. > > > > How e