Age | Commit message (Expand) | Author |
2001-03-29 | Update to ADB mouse driver, from Nbsd. | Dale Rahn |
2001-03-29 | Update for adb keyboard driver, from Nbsd. | Dale Rahn |
2001-03-29 | If in pmap_kernel() allow vtop for all 1-1 mapped pages. | Dale Rahn |
2001-03-29 | Variables removed from common need to live somewhere. Here is good. | Dale Rahn |
2001-03-29 | Add OpenBSD tag to headers missing them. | Dale Rahn |
2001-03-29 | bus_space_*_raw_multi_* is supposed to take u_int8_t parameter, not | Dale Rahn |
2001-03-29 | Make several global variables referenced as extern, not common. | Dale Rahn |
2001-03-29 | Update to newer version from Nbsd. Add OpenBSD tag. | Dale Rahn |
2001-03-25 | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function... | Constantine Sapuntzakis |
2001-03-25 | add bpfilter (bpf) to RAMDISK kernel for dhcp support. | Dale Rahn |
2001-03-21 | __va_list is specified differently with the powerpc ABI than it is on | Dale Rahn |
2001-03-14 | Allow bootloader to read MacOS(DPME) partition tables, find OpenBSD | Dale Rahn |
2001-03-14 | Support shared disks with MacOS. This is only one of the pieces of | Dale Rahn |
2001-03-14 | KNF | Theo de Raadt |
2001-03-11 | Remove debugging print from last commit. | Dale Rahn |
2001-03-10 | Support the DOZE low power mode on the appropriate processors. | Dale Rahn |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino |
2001-03-04 | fix typo in comment, org -> or | Brad Smith |
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson |
2001-03-03 | Add ADB keyboard and umass device to powerpc RAMDISK kernel. | Dale Rahn |
2001-03-03 | Force the ADB bus to configure. This change was found in NetBSD, but they | Dale Rahn |
2001-03-03 | Change how PCI bus memory base address is found for powerpc. | Dale Rahn |
2001-03-03 | Support ADB keyboards as console. Only use adb if no USB keyboard is | Dale Rahn |
2001-03-03 | Quiet down pmap code, this is mostly shaken out now, remove some of | Dale Rahn |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright |
2001-03-02 | Support video controllers which have two outputs which in openfirmware have | Dale Rahn |
2001-03-01 | Fix (or a least hack around) console configuration changes to wscons. | Dale Rahn |
2001-02-28 | Add ability to get display width in bytes for display memory, this | Dale Rahn |
2001-02-22 | Improve the page mapped check algorithm in the powerpc pmap module, | Dale Rahn |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-20 | Adhere to VM/UVM pager requirements, do not unmap pager mappings. | Dale Rahn |
2001-02-20 | Indicate that wdc is capable of UDMA, print device mode using MI | Dale Rahn |
2001-02-20 | Add edge/level sense detection capability to the interrupt controller, | Dale Rahn |
2001-02-20 | Make drivers more quiet, no point in printing useless information. | Dale Rahn |
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 |
2001-02-16 | Engage UVM for powerpc. It is now running fairly well (better than non UVM) | Dale Rahn |
2001-02-16 | Allow siop driver to work on powerpc. | Dale Rahn |
2001-02-15 | approaching UVM support for powerpc, initialize all of the buffer | Dale Rahn |
2001-02-13 | default more wscons options | Theo de Raadt |
2001-02-12 | One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm. | Dale Rahn |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn |
2001-02-07 | Add support for bus_space_write_region_[1248] bus_space_read_region_[1248] | Dale Rahn |
2001-02-07 | Some devices use NPBG others want PAGE_SIZE, and the related macros. | Dale Rahn |
2001-02-04 | shrink USB section | Theo de Raadt |
2001-02-01 | mmap return paddr_t not int. | Dale Rahn |
2001-01-31 | based on art's sparc patch: | Jason Wright |
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 |