Age | Commit message (Collapse) | Author |
|
config file was missed when that change was made.
|
|
from the first file. (the last commit of this file had several lines missing.)
|
|
|
|
This contains several pieces of the port
MI:
vgafb, on powerpc under openfirmware the vga card comes up in gfx mode.
instead of resetting it to text mode, vgafb treats this as a raster
display. The mechanism used may not have been the best, it's
interface to wscons is as a text display, and it does the character
plotting itself.
font_8x16.c was stolen from the atari port for use.
MD:
ppcppi support stolen from alpha
pms.c, pckbd.c and the rest of the support files were
used nearly directly.
powerpc
conf.c to support wscon, vga/kbd
machdep.c hack to get around a bus_space_set_region,bus_space_copy error.
ofw_machdep.c some hack code on the road to supporting wscons as console.
|
|
too, execept console will be com3 :-)
|
|
disks if those drivers are in the kernel. This allows the use
of ofdisk0 for floppy support. (until fd.c is supported).
|
|
This should enable the same kernel to work on VI machines as
well as MCG machines. Only remaining piece is the rtc.
For now an extra config file has been added to use serial for MCG
machines until all issues are resolved. The various extra config
files and ramdisks should go away as soon as merger is finished.
|
|
uses hardware drivers for scsi (ncr) and ethernet (de) and
openfirmware for console (ofcons) and clock (ofrtc).
|
|
if only ofrtc, still need the openfirmware support files.
|
|
|
|
NCR driver seems to work.
Major changes are isa can be child of pci or mainbus.
ofroot is child of mainbus not root.
ofw bus configured before pci bus
Note that if a pci device configures accessing of driver will crash
the system. they need to be exclusive.
|
|
COMPAT_43
|
|
|
|
Support for Openfirmware drivers was reintroduced so that more systems
were supported. This should work with the real driver configurations
as well.
Bootloader files were deleted/replaced with the newer versions in the
subdirectory. Some effort has been made to be closer to support booting
(at least the bootloader) on the Mac.
Config files that end with OFW are the openfirmware versions of the kernels
without have native drivers.
Native driver support has not been changed, presumably it still works.
I couldn't test that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need MAXUSES defined. (ok this probably is not the best place to put this.
|
|
create dependancies on it.
|
|
|
|
rd_root pieces, config file to generate MINIROOT with rdroot and
MAKEDEV changes as well as adding the rd device to known device types.
|
|
|
|
|
|
Some merging with NetBSD port.
|
|
NOTE: This will not work until the other pieces are checked in.
This is primarily the NetBSD powerpc port, with modifications
to support ELF.
|