summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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.
2000-09-06The ISA based systems are not currently supported. When or If they areDale S. Rahn
supported in the future, some of this code can be revived, or rewritten as appropriate. But since it not maintained and will likely not compile, there is little reason to keep it around for now.
2000-09-06Add header file for adb subsystem.Dale S. Rahn
2000-09-06Add machine specific vga framebuffer code. Probably should be machineDale S. Rahn
independant, but not now.
2000-09-06If the bridge is an MPC106 (Grackle) print it's revision.Dale S. Rahn
2000-09-06Add adb support, no devices attached to adb supported yet, but itDale S. Rahn
is used to power-off and reboot newer machines (that claim to not have adb).
2000-09-06boot message cleanup.Dale S. Rahn
2000-09-05init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabledMichael Shalayeff
2000-09-05Fix the way that I/O port and memory space is allocated to cards. ok aaron@Nathan Binkert
2000-09-04- Changes to mouse_copy_extend() to behave more like an xterm.Aaron Campbell
- Removed some unused code. - From Jean-Baptiste.Marchand@epita.fr
2000-09-04update netbsd rcsid, which we seem to be up toMichael Shalayeff
2000-09-04fix dmesg outputTheo de Raadt
2000-09-04export pcibios config flagsMichael Shalayeff
2000-09-03add bzero.oto OBJS, since it's generated by other means but .mk rulesMichael Shalayeff
2000-09-03a note about 705/35 graphics; from he@obt.runit.noMichael Shalayeff
2000-09-02Amiga joystick driver. Stylistic comments by Niklas.Marc Espie
Missing documentation yet.
2000-09-01Kernel support for new PCVT console mouse features.Aaron Campbell
- Basic cut/paste functionality. - Wheel mouse support (wheel rolls page-by-page through scrollback buffer). - Copybuffer ownership. i.e., if User X logs in the console and selects text, when User Y logs in later the buffer cannot be pasted. Big thanks to Jean-Baptiste Marchand, Julien Montagne, and Jerome Verdon for implementing this.
2000-08-31re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.hEric Jackson
so they can be used for osf1 emul.
2000-08-30more gig on the CDTheo de Raadt
2000-08-30add xmphy and brgphy's here tooJason Wright
2000-08-29From FreeBSD: split out the support for XMAC-II phys and other physJason Wright
add xmphy & brgphy to GENERIC