summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/conf
AgeCommit message (Collapse)Author
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/conf to macppc/conf files.powerpc was modified to keep powerpc common files.
2001-07-18build the kernel w/ all the warnings enabled; drahn@ okMichael Shalayeff
2001-07-15add install targetassar
2001-07-10Unbreak commit to use memset.c instead of bzero.cDale Rahn
Suspect that this is really broken code in libkern/arch/powerpc/Makefile.inc
2001-07-09add i2o devicesMichael Shalayeff
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27Aue works fine, add it.Dale Rahn
kue was not added to ramdisk kernel, add it too.
2001-06-27UVM is no longer an option.Artur Grabowski
2001-06-26Add pciide support to ramdisk.Dale Rahn
2001-06-26Add pciide support for powerpc.Dale Rahn
Yes Theo, you found my bug, but the tree broke because you referenced devices that were not enabled, yet.
2001-06-26support wd & atapiscsi on regular pciide; i found what Dale missed, so i ↵Theo de Raadt
_deserve_ the commit
2001-06-26accomodate for i2o additionMichael Shalayeff
2001-06-25add MACOBIOVERBOSE as per discussion w/ daleMichael Shalayeff
2001-06-25add an and wi attachmentsMichael Shalayeff
2001-06-25add an@pciMichael Shalayeff
2001-06-25obio -> macobio, and cleanupsTheo de Raadt
2001-06-25Add support for airport cards on powerpc.Dale Rahn
Only tested on Ti, but may/should work on other systems.
2001-06-23no more kernfsTheo de Raadt
2001-06-23PCI bus configuration userland access from FreeBSD.Matthieu Herrb
Will be used by XFree86 on powerpc (works on i386 too, but its not currently used).
2001-06-17Interrupt storm problem on awacs fixed, not necessary to disableDale Rahn
awacs anymore.
2001-05-29Hardware clock support, via adb.Dale Rahn
This reduces the dependancy on openfirmware somewhat. Since Openfirmware is not actually used for anything, it is no longer necessary to configure it. so several lines of useless dmesg are now gone. This does not have clock setting code enabled yet. All of the code is in place, but needs further testing before it is trusted. I wish Apple would store UTC not localtime in the hardware clock, besides the fact that the clock base is 1904. Need to keep the clock sane for dual boot machines.
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-04-13bmtphyTheo de Raadt
2001-04-11include brgphyTheo de Raadt
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-03-30kue ethernet was reported as working months ago, forgot to add it.Dale Rahn
2001-03-29Instead of commenting out the awacs, "disable" it. It is then possibleDale Rahn
to enable the awacs via config -e or UKC.
2001-03-29Major cleanup.Dale Rahn
Sync with GENERIC config as appropriate for RAMDISK.
2001-03-29Add FFS_SOFTUPDATES option. It is actively being worked on, if not stable.Dale Rahn
Add gpio to route ADB interrpts. configure wskbd at akbd, wsmouse at aws, abtn. Put awacs in config file, but currently disabled due to interrupt storm it causes. ~230000 interrupts per second is a few too many for a device not being used.
2001-03-29Add support for new gpio, abtn, and awacs devices.Dale Rahn
Some cleanup, hints at future direction.
2001-03-25add bpfilter (bpf) to RAMDISK kernel for dhcp support.Dale Rahn
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-03-03Add ADB keyboard and umass device to powerpc RAMDISK kernel.Dale Rahn
2001-03-01Fix (or a least hack around) console configuration changes to wscons.Dale Rahn
Needs to be looked at closer, but seems to work. Mostly copied from i386.
2001-02-18USBVERBOSETheo de Raadt
2001-02-16For powerpc use siop driver instead of ncr, now that siop issue on powerpcDale Rahn
has been resolved.
2001-02-16Engage UVM for powerpc. It is now running fairly well (better than non UVM)Dale Rahn
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc.
2001-02-13default more wscons optionsTheo de Raadt
2001-02-04shrink USB sectionTheo de Raadt
2001-01-30Missed this file in adding ADB keyboard and mouse files for powerpc.Dale Rahn
2001-01-28Support ADB bus devices: aed (events), akbd (keyboard) and ams (mouse)Dale Rahn
in generic kernel.
2000-12-07cleanTheo de Raadt
2000-10-20fix clean targetTheo de Raadt
2000-10-20Add support for ulpt, USB printers.Dale Rahn
2000-10-16configuration changes to enable the uni-north memory controller to enableDale Rahn
the ethernet pci bus. Allows the gm ethernet controller to configure.
2000-09-16It is possible to have more than one usb keyboard configured thru wskbd.Dale S. Rahn
2000-09-08Now that USB functionality has been merged into GENERIC, this config fileDale S. Rahn
is no longer needed.
2000-09-07console ? here tooTheo de Raadt