summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2000-09-21Bad mickey doesn't know how to spell ``openings''Miod Vallat
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-09-21oops forgot the other case in the pmsintr for add_mouse_randomness() callMichael Shalayeff
2000-09-20check out the bios device name we are probed w/ to not probe on apmMichael Shalayeff
2000-09-20Extend the region in which we allow mapping unmapped PCI devices.Niklas Hallqvist
The former code only allowed one fixed up device mapping.
2000-09-19twe on BTheo de Raadt
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-18fix reversed muting; patch from: jason@Brad Smith
2000-09-17Add fxp cardbus attachment here, too. Shorten some attachment descriptions.Aaron Campbell
2000-09-17Add fxp cardbus attachment. Shorten driver attachment descriptions a bit.Aaron Campbell
2000-09-17fxp cardbus attachmentAaron Campbell
2000-09-16It is possible to have more than one usb keyboard configured thru wskbd.Dale S. Rahn
2000-09-15tweMichael Shalayeff
2000-09-15add 3ware raid controllerMichael Shalayeff
2000-09-15When calling a signal handler, don't pass the kernel (local) address in r5.Dale S. Rahn
- From NetBSD
2000-09-15enable hw rng for vanilla 810; 10x for testing to Stephan Somogyi ↵Michael Shalayeff
<somogyi@gyroscope.net>
2000-09-14crank MSGBUFSIZETheo de Raadt
2000-09-14simplify printingTheo de Raadt
2000-09-13Add support for ipf. -mojMats O Jansson
2000-09-11PCVT_EMU_MOUSE is gone; todd@Aaron Campbell
2000-09-102nd part of the ecoff execution fix, was forgotten.Miod Vallat
2000-09-09cleanup so these might be useable soon. and add WSEMUL_VT100.Eric Jackson
2000-09-09Make pmax work again after ericj's changes to ecoff execution stuff.Miod Vallat
(A similar fix is probably needed for arc)
2000-09-08Add audio at ich*. Silly mickey, ich's are for kids.Aaron Campbell
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-07do not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ ↵Michael Shalayeff
latetest netbsd developments
2000-09-07Use new timeouts for ttrstrt.Artur Grabowski
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-06cardbus tooTheo de Raadt
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
2000-09-06Remove isa pieces, add vgafb as a powerpc specific device.Dale S. Rahn
2000-09-06Update README a bit, mostly remove old/incorrect information.Dale S. Rahn
State that the primary supported machines are the imac and G4 machines.