Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-06 | The ISA based systems are not currently supported. When or If they are | Dale 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-06 | Add header file for adb subsystem. | Dale S. Rahn | |
2000-09-06 | Add machine specific vga framebuffer code. Probably should be machine | Dale S. Rahn | |
independant, but not now. | |||
2000-09-06 | If the bridge is an MPC106 (Grackle) print it's revision. | Dale S. Rahn | |
2000-09-06 | Add adb support, no devices attached to adb supported yet, but it | Dale S. Rahn | |
is used to power-off and reboot newer machines (that claim to not have adb). | |||
2000-09-06 | boot message cleanup. | Dale S. Rahn | |
2000-09-05 | init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabled | Michael Shalayeff | |
2000-09-05 | Fix 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-04 | update netbsd rcsid, which we seem to be up to | Michael Shalayeff | |
2000-09-04 | fix dmesg output | Theo de Raadt | |
2000-09-04 | export pcibios config flags | Michael Shalayeff | |
2000-09-03 | add bzero.oto OBJS, since it's generated by other means but .mk rules | Michael Shalayeff | |
2000-09-03 | a note about 705/35 graphics; from he@obt.runit.no | Michael Shalayeff | |
2000-09-02 | Amiga joystick driver. Stylistic comments by Niklas. | Marc Espie | |
Missing documentation yet. | |||
2000-09-01 | Kernel 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-31 | re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.h | Eric Jackson | |
so they can be used for osf1 emul. | |||
2000-08-30 | more gig on the CD | Theo de Raadt | |
2000-08-30 | add xmphy and brgphy's here too | Jason Wright | |
2000-08-29 | From FreeBSD: split out the support for XMAC-II phys and other phys | Jason Wright | |
add xmphy & brgphy to GENERIC | |||
2000-08-29 | more | Theo de Raadt | |
2000-08-28 | Prototypes for interrupt handlers should go into .h file, not .c | Miod Vallat | |
2000-08-28 | Less magic numbers | Miod Vallat | |
2000-08-28 | Add lkm, ch and ses support | Miod Vallat | |
2000-08-28 | Remove unneeded constants | Miod Vallat | |
2000-08-28 | Allocate memory for the correct size, not some forgotten constant | Miod Vallat | |
2000-08-28 | Always claim scsi interrupts, prevents looping interrupts (from NetBSD) | Miod Vallat | |
2000-08-28 | Use sparc version (more realistic settings) of header file for ie | Miod Vallat | |
2000-08-28 | Repair badly looking printf | Miod Vallat | |
2000-08-28 | Define major device number for cd-rom drives | Miod Vallat | |
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson | |
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will remove the old dc driver. -moj | |||
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson | |
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will switch over and use the new dz driver. -moj | |||
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson | |
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will add a new dz driver to replace the current dc. -moj | |||
2000-08-18 | Remove comment that refers to a NOTE that was removed yesterday | Marco S Hyman | |
2000-08-18 | unused variable if no apm and no pcibios conditions; pt out by chris@ | Michael Shalayeff | |
2000-08-17 | pcibios tells us everything, no bios_pciinfo | Michael Shalayeff | |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff | |
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming. | |||
2000-08-16 | morth to use new timeouts | Michael Shalayeff | |
2000-08-15 | print cpu revision and type | Michael Shalayeff | |
2000-08-15 | cpu types, enable sti (which works now) | Michael Shalayeff | |
2000-08-15 | these are our cpu types, we maybe run on them, someday | Michael Shalayeff | |
2000-08-15 | note about pcxs and kernel base here | Michael Shalayeff | |
2000-08-15 | two btlb routines (i & d) for pcxs | Michael Shalayeff | |
2000-08-15 | expand per-cpu control routines switch | Michael Shalayeff | |
2000-08-15 | equiv_end no longer used w/ new kvtop | Michael Shalayeff | |
2000-08-15 | ugly spaces | Michael Shalayeff | |
2000-08-15 | compress MD_CACHE_CTL in one line | Michael Shalayeff | |
2000-08-15 | new kvtop works, a few more items | Michael Shalayeff | |
2000-08-15 | interrupt guts | Michael Shalayeff | |
2000-08-15 | +files.mii for ep | imp | |