Age | Commit message (Expand) | Author |
2002-03-27 | Need APERTURE so we can read/write pci configuration with securelevel > 0 | Jason Wright |
2002-03-27 | Avoid using bus_space_map2() on the rom (was too lazy to deal with endian =), | Jason Wright |
2002-03-27 | Make a shadow copy of the bios rom (if available) and make it available via mmap | Jason Wright |
2002-03-27 | bus_space_mmap wants the paddr not the handle | Jason Wright |
2002-03-26 | Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org> | Jason Wright |
2002-03-26 | Map all of the io/mem spaces provided | Jason Wright |
2002-03-26 | Honor psratio for addupc_task(), as other arches do. | Miod Vallat |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-22 | dc is compatible with dc, go figure | Jason Wright |
2002-03-21 | pretty dmesg | Jason Wright |
2002-03-20 | add dcphy | Jason Wright |
2002-03-20 | lpt_attach_common() prints the newline for us | Jason Wright |
2002-03-19 | we don't need mbstate_t, _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_ types | Kevin Lo |
2002-03-17 | In PT_{GET,SET}REGS there is no reason to not get/set %l* and %i*. | Artur Grabowski |
2002-03-15 | Add lpt device entry point | Jason Wright |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | Make the sbus ipl handling more like psycho. Some devices (Aurora 210sj, eg) | Jason Wright |
2002-03-14 | From NetBSD: driver for lpt at ebus | Jason Wright |
2002-03-14 | add apio* at sbus? and lpt* at apio? | Jason Wright |
2002-03-14 | Properly conditionalize uvm history dump | Jason Wright |
2002-03-14 | add asio* at sbus? and com* at asio? | Jason Wright |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-12 | sparc64's aren't likely to be CPU_ISSUN4C | Jason Wright |
2002-03-12 | Look up the TTE and only do the streaming cache dance if the mapping is marke... | Jason Wright |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-03-07 | Remove some debugging code accidentally committed in previous | Jason Wright |
2002-03-07 | From NetBSD: | Jason Wright |
2002-03-05 | Insert missing newline for autoconf prettiness. | Jason Wright |
2002-03-04 | Typos; Matt <matt@vertrauen.org> | Jason Wright |
2002-02-23 | make this compile w/out pckbd (thanks marco for pointing this out) | Jason Wright |
2002-02-22 | Be sure to wait the whole 0.5 seconds (half a second!) for the streaming | Jason Wright |
2002-02-22 | Debugger() is #ifdef DDB | Theo de Raadt |
2002-02-22 | - don't call strbuf_flush_done for each segment, call it once per map (and | Jason Wright |
2002-02-22 | a few sigval_ptr cases were returning pc instead of fault address | Theo de Raadt |
2002-02-22 | From NetBSD: | Jason Wright |
2002-02-21 | There is no need to restrict number of bufs to 200. | Artur Grabowski |
2002-02-19 | bump NMBCLUSTERS | Jason Wright |
2002-02-19 | From NetBSD: | Jason Wright |
2002-02-19 | If there are pckbd's, register ourselves to handle beeps... AXi's can now | Jason Wright |
2002-02-19 | From NetBSD: | Jason Wright |
2002-02-19 | From NetBSD: | Jason Wright |
2002-02-19 | stategy is not an english word | Theo de Raadt |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt |
2002-02-18 | add pms/pmsi at pckbc and wsmouse at pms/pmsi | Jason Wright |
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright |
2002-02-18 | provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing) | Jason Wright |
2002-02-18 | Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebus | Jason Wright |
2002-02-18 | Add __HAVE_NWSCONS (so pckbc will do the right thing) | Jason Wright |