summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/conf
AgeCommit message (Collapse)Author
1998-10-14openfirmware root was moved to attach at mainbus some time back, thisDale S. Rahn
config file was missed when that change was made.
1998-10-11When copying several lines from one file to another, do not delete the linesDale S. Rahn
from the first file. (the last commit of this file had several lines missing.)
1998-10-10Merged versions of GENERIC and MIX as well as RAMDISK and RAMDISKMIX.Dale S. Rahn
1998-09-27add wscons support to powerpc port.Dale S. Rahn
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.
1998-09-21change default console to serial ports. should work with VI computersDale S. Rahn
too, execept console will be com3 :-)
1998-09-20Change openfirmware to not try to configure a device on sd or wdDale S. Rahn
disks if those drivers are in the kernel. This allows the use of ofdisk0 for floppy support. (until fd.c is supported).
1998-09-20Changes to probe for address, and frequency for serial console.Dale S. Rahn
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.
1998-09-10kernel and install floppy kernel for POWERSTACK machines.Dale S. Rahn
uses hardware drivers for scsi (ncr) and ethernet (de) and openfirmware for console (ofcons) and clock (ofrtc).
1998-09-09Fix openfirmware attachment for openfirmware only systems.Dale S. Rahn
if only ofrtc, still need the openfirmware support files.
1998-08-23ofnet driver does not work with bpf.Dale S. Rahn
1998-08-22Various changes to allow mixing of ofw drivers and real drivers.Dale S. Rahn
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.
1998-08-08Some programs would like to use the old tty support..., compile withDale S. Rahn
COMPAT_43
1998-08-07Shrink kernels and make work for ramdisks better. (so they fit on floppy)Dale S. Rahn
1998-05-29Major changes here and there, tweaks elsewhere.Dale S. Rahn
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.
1998-04-06New config stuff + Makefile fix to make gcc 2.8.1 work. Thanks to Dale Rahn!Per Fogelstrom
1997-10-20Add IPSEC to GENERIC, move if_de srom emul to pciPer Fogelstrom
1997-10-13A few adjustments.Per Fogelstrom
1997-10-13Monolithic PowerPC kernel RAMDISKPer Fogelstrom
1997-10-13Monolithic PowerPC kernel configuration filesPer Fogelstrom
1997-09-15kill Locore.cTheo de Raadt
1997-05-22dont used ipkdb, doesn't configure currently.Dale S. Rahn
need MAXUSES defined. (ok this probably is not the best place to put this.
1997-05-20powerpc port does not use genassym.c anymore, do not attempt toDale S. Rahn
create dependancies on it.
1997-04-18Use the new genassym.cf method of generating the assym.h file.Dale S. Rahn
1997-02-06PowerPC pieces for ramdisk (rd) changes this is adds majors,Dale S. Rahn
rd_root pieces, config file to generate MINIROOT with rdroot and MAKEDEV changes as well as adding the rd device to known device types.
1997-01-09minimal kernel to fit on kc boot floppy.Dale S. Rahn
1997-01-09kernel is bsd not netbsdDale S. Rahn
1996-12-28Changes necessary to make the kernel compile and boot.Dale S. Rahn
Some merging with NetBSD port.
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.