Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



cgd
Thu Jun 13 00:50:31 EDT 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv29645

Modified Files:
        subr_autoconf.c 
Log Message:
#ifdef __alpha__, call a machine-dependent function with new device
structure and 'aux', right before ca_attach is called for the
newly-attached device.  This allows the alpha port to do root device
autodetection without modifying every bus and device driver which could
be in the 'boot path.'  In the long run, it may make sense to make
this machine-independent.


cgd
Thu Jun 13 00:54:05 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv29714/alpha

Modified Files:
        autoconf.c dec_2100_a50.c dec_2100_a50.h dec_3000_300.c 
        dec_3000_300.h dec_3000_500.c dec_3000_500.h dec_axppci_33.c 
        dec_axppci_33.h dec_kn20aa.c dec_kn20aa.h machdep.c 
Log Message:
boot device autodetection, using PROM's boot device environment variable.
This is a bit of a hack, as-is, since there's a lot of code that's
outright duplicated between the various files and because it doesn't
support detection of a network device as the root device.  The
latter's not a problem yet, because NetBSD/Alpha can't load the kernel
from the network to begin with.


cgd
Thu Jun 13 00:54:08 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv29714/include

Modified Files:
        autoconf.h 
Log Message:
boot device autodetection, using PROM's boot device environment variable.
This is a bit of a hack, as-is, since there's a lot of code that's
outright duplicated between the various files and because it doesn't
support detection of a network device as the root device.  The
latter's not a problem yet, because NetBSD/Alpha can't load the kernel
from the network to begin with.




Home | Main Index | Thread Index | Old Index