Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale 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-18 | build the kernel w/ all the warnings enabled; drahn@ ok | Michael Shalayeff | |
2001-07-15 | add install target | assar | |
2001-07-10 | Unbreak commit to use memset.c instead of bzero.c | Dale Rahn | |
Suspect that this is really broken code in libkern/arch/powerpc/Makefile.inc | |||
2001-07-09 | add i2o devices | Michael Shalayeff | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-27 | Aue works fine, add it. | Dale Rahn | |
kue was not added to ramdisk kernel, add it too. | |||
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-26 | Add pciide support to ramdisk. | Dale Rahn | |
2001-06-26 | Add 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-26 | support wd & atapiscsi on regular pciide; i found what Dale missed, so i ↵ | Theo de Raadt | |
_deserve_ the commit | |||
2001-06-26 | accomodate for i2o addition | Michael Shalayeff | |
2001-06-25 | add MACOBIOVERBOSE as per discussion w/ dale | Michael Shalayeff | |
2001-06-25 | add an and wi attachments | Michael Shalayeff | |
2001-06-25 | add an@pci | Michael Shalayeff | |
2001-06-25 | obio -> macobio, and cleanups | Theo de Raadt | |
2001-06-25 | Add support for airport cards on powerpc. | Dale Rahn | |
Only tested on Ti, but may/should work on other systems. | |||
2001-06-23 | no more kernfs | Theo de Raadt | |
2001-06-23 | PCI 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-17 | Interrupt storm problem on awacs fixed, not necessary to disable | Dale Rahn | |
awacs anymore. | |||
2001-05-29 | Hardware 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-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-04-13 | bmtphy | Theo de Raadt | |
2001-04-11 | include brgphy | Theo de Raadt | |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt | |
2001-03-30 | kue ethernet was reported as working months ago, forgot to add it. | Dale Rahn | |
2001-03-29 | Instead of commenting out the awacs, "disable" it. It is then possible | Dale Rahn | |
to enable the awacs via config -e or UKC. | |||
2001-03-29 | Major cleanup. | Dale Rahn | |
Sync with GENERIC config as appropriate for RAMDISK. | |||
2001-03-29 | Add 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-29 | Add support for new gpio, abtn, and awacs devices. | Dale Rahn | |
Some cleanup, hints at future direction. | |||
2001-03-25 | add bpfilter (bpf) to RAMDISK kernel for dhcp support. | Dale Rahn | |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2001-03-03 | Add ADB keyboard and umass device to powerpc RAMDISK kernel. | Dale Rahn | |
2001-03-01 | Fix (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-18 | USBVERBOSE | Theo de Raadt | |
2001-02-16 | For powerpc use siop driver instead of ncr, now that siop issue on powerpc | Dale Rahn | |
has been resolved. | |||
2001-02-16 | Engage 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-13 | default more wscons options | Theo de Raadt | |
2001-02-04 | shrink USB section | Theo de Raadt | |
2001-01-30 | Missed this file in adding ADB keyboard and mouse files for powerpc. | Dale Rahn | |
2001-01-28 | Support ADB bus devices: aed (events), akbd (keyboard) and ams (mouse) | Dale Rahn | |
in generic kernel. | |||
2000-12-07 | clean | Theo de Raadt | |
2000-10-20 | fix clean target | Theo de Raadt | |
2000-10-20 | Add support for ulpt, USB printers. | Dale Rahn | |
2000-10-16 | configuration changes to enable the uni-north memory controller to enable | Dale Rahn | |
the ethernet pci bus. Allows the gm ethernet controller to configure. | |||
2000-09-16 | It is possible to have more than one usb keyboard configured thru wskbd. | Dale S. Rahn | |
2000-09-08 | Now that USB functionality has been merged into GENERIC, this config file | Dale S. Rahn | |
is no longer needed. | |||
2000-09-07 | console ? here too | Theo de Raadt | |