summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Collapse)Author
2000-11-21stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISCTheo de Raadt
instead of DISPLAY_VGA
2000-11-13typoNiklas Hallqvist
2000-11-11Add bus_space_barrier code to powerpc bus.h. This portion of theDale Rahn
bus interface was not previously implemented. This functionality is required for the latest USB changes. The bus_space_barrier does not perform any operation with this change, it expects that the device mappings will be performed with the Guard bit set which then should not require this forced sync.
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
traced proc. The vnode is in the proc and all functions need the proc.
2000-11-05Update to reflect closer to reality. and current direction for the port.Dale Rahn
2000-11-05Changes to print out size of L2 Cache for G4 and G3 machines.Dale Rahn
It "configures" the cache, but it seemed to be configured by openfirmware previously. From NetBSD.
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
from gluk@ptci.ru; deraadt@ and niklas@ ok
2000-10-26fix bpf; diagnosed by fgsTheo de Raadt
2000-10-24Verify that memory regions are always page aligned and multiple of page size.Dale Rahn
The kernel does not want to deal with memory that is not page aligned.
2000-10-20fix clean targetTheo de Raadt
2000-10-20Add Mhz to cpu information.Dale Rahn
Ok'd deraadt@
2000-10-20Add support for ulpt, USB printers.Dale Rahn
2000-10-19Changes to pci and if_gm to support obtaining the ethernet hardware addressDale Rahn
from the pci bus. This is in preference to adding openfirmware code to the device drivers. If there was a known way of obtaining the ethernet hardware address from a eeprom or other methods that would be used, but the only known way to get this information for the Apple machines with if_gm is via openfirmware. This modifies a previous mechanism that was used to obtain similar information from different openfirmware systems, however the old mechanism would create information such as media type. This information was hardcoded into that code. Now the code only returns the actual address which is the only informatin that openfirmware provides.
2000-10-19Clean up printfs during boot, these were unnecessary debugging prints.Dale Rahn
2000-10-19Clean up printfs during boot, print reasonable information, not extraDale Rahn
information.
2000-10-19remove unnecessary printf during boot.Dale Rahn
2000-10-18Remove configure change from a couple of revisions ago, the interruptDale Rahn
configureation change is causing system corruption that is exhibits itself in an error where X11 programs will not function correctly.
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-10-16correct dmesg even moreTheo de Raadt
2000-10-16remove basically incorrect interrupt configuration code.Dale Rahn
clean up config output, less output and on one line. - per discussion with Theo
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-10-13eolTheo de Raadt
2000-10-01Complete raidframe support, support was incomplete before. Not knownDale S. Rahn
to be working, but was starting to configure before testing was stopped.
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-19Remove annoying debugging print that was introduced with the cmap setting code.Dale S. Rahn
2000-09-19Remove secondary hack that limited mapped size. Not needed with BAT mappings.Dale S. Rahn
2000-09-19Remove hack code that "limited" the mapped memory to 64k. Now thatDale S. Rahn
the BAT is used to map the 16M display memory, no size limit is needed. (Was only originally needed because of pmap limitations).
2000-09-19Changes to support ioctls as required for a framebuffer X server.Dale S. Rahn
routines added to set the colormap via openfirmware. Changes by both Matthieu and myself
2000-09-19Add openfirmware handle so that vgafb can set colormap via openfirmware.Dale S. Rahn
This is an ugly kludge, but until the vgafb is made smart enough to modify the vga registers directly.
2000-09-19Use the BATs to map devices. This is partially so that largerDale S. Rahn
displays can be mapped so that the pmap module does not need to allocate potables before vm is inited (vga console).
2000-09-16It is possible to have more than one usb keyboard configured thru wskbd.Dale S. Rahn
2000-09-15When calling a signal handler, don't pass the kernel (local) address in r5.Dale S. Rahn
- From NetBSD
2000-09-14crank MSGBUFSIZETheo de Raadt
2000-09-14simplify printingTheo de Raadt
2000-09-08Modify ata timing parameters, gives signficant boost in disk speed.Dale S. Rahn
From NetBSD.
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
2000-09-07- attach wskbd at location console ?Matthieu Herrb
- add ums and wsmouse
2000-09-07cleanerTheo de Raadt
2000-09-07add OF_interpret, to obtain output from openfirmware commands.Dale S. Rahn
2000-09-07Fix cursor unplot bug. pointer to cursor was not initialized, thus itDale S. Rahn
would unmap the cursor at y,y rather than the real position.
2000-09-07Fix base address of screen (obtained from openfirmware)Dale S. Rahn
Fill screen with background color.
2000-09-07Use the vt100 console emulation, remove dumb just for space.Dale S. Rahn
2000-09-06user_config needs ifdef BOOT_CONFIG protection.Dale S. Rahn
2000-09-06catch misaligned access exception for user mode.Dale S. Rahn
wasn't here before because supposedly the processor would handle misaligned accesses itself.
2000-09-06take offset from hardware clock specified with 'option TIMEZONE=' andMatthieu Herrb
'option DST=' into account when initializing the clock. ok drahn@
2000-09-06Update to use vga console, USB keyboard, adb for reset/poweroff.Dale S. Rahn
2000-09-06First cut at vga console support for PowerMac (USB keyboard)Dale S. Rahn
uses adb to reboot or power-off system. add support for various USB devices into device table, as well as some other missing devices.
2000-09-06Version with latest features. to be merged into GENERIC shortly.Dale S. Rahn
2000-09-06Remove _very_ old unused config files.Dale S. Rahn