summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-02-13grr, pcvt ioctl support still requiredTheo de Raadt
2001-02-13rtc stops if we miss interrupts. Inspired by code from FreeBSD.Hakan Olsson
2001-02-13Bump maxusers to 32.Artur Grabowski
2001-02-13Cleanup.Artur Grabowski
2001-02-13default more wscons optionsTheo de Raadt
2001-02-13remove a file that should have been gone long ago.Eric Jackson
2001-02-12set default adapter role, propage config flagsmjacob
2001-02-12Remove duplicate definition of badaddr.Artur Grabowski
2001-02-12correct buginstat(), statclock now working for '188, systat vmstat now works,Steve Murphree
2001-02-12One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm.Dale Rahn
2001-02-11Previously, when sendsig() set up the current process's context to runBrandon Creighton
2001-02-11Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus.Hugh Graham
2001-02-09BOOT_CONFIG is already in conf/GENERIC and this includes it.Artur Grabowski
2001-02-09Add support for loading the bootloader and kernel from an HFS filesystem,Dale Rahn
2001-02-09Add support for loading the bootloader and kernel from an HFS filesystem,Dale Rahn
2001-02-08Actually give esym some storage. As it was, esym pointedArtur Grabowski
2001-02-08kvtop() returns pa, not vaMichael Shalayeff
2001-02-07We need to loose some weight.Artur Grabowski
2001-02-07XXX two horrible abuses of spl.Artur Grabowski
2001-02-07Now that niklas has fixed ddb to not barf on elf symbols, thereArtur Grabowski
2001-02-07Add support for bus_space_write_region_[1248] bus_space_read_region_[1248]Dale Rahn
2001-02-07Some devices use NPBG others want PAGE_SIZE, and the related macros.Dale Rahn
2001-02-06missed ) in if()Michael Shalayeff
2001-02-06i can be stooooopidMichael Shalayeff
2001-02-06Committed by accident.Artur Grabowski
2001-02-06Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD.Artur Grabowski
2001-02-06I don't think there is a reason to enable IDE through isa now thatArtur Grabowski
2001-02-06Don't initialize ddb until I've committed elf support for ddb.Artur Grabowski
2001-02-06Bring up-to-dateNiklas Hallqvist
2001-02-06Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90.Hugh Graham
2001-02-06only call apm_perror() if get_event() failedMichael Shalayeff
2001-02-05BOOT_CONFIG fitsTheo de Raadt
2001-02-05No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR.Artur Grabowski
2001-02-05Sigh. Another horrible abuse in this file..Artur Grabowski
2001-02-05reverse the logic in pcebmatch to match other match functions.Artur Grabowski
2001-02-05set the correct size in pceb_ca.Artur Grabowski
2001-02-05We won't include mouse and lpt support on the floppy in the nearest future.Artur Grabowski
2001-02-05syncTheo de Raadt
2001-02-04#endif in the wrong place, causing certain kernel configs to not compile;Aaron Campbell
2001-02-04shrink USB sectionTheo de Raadt
2001-02-04Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working muchAaron Campbell
2001-02-04Minor indent botch.Aaron Campbell
2001-02-03make overlaping bus space copy operations work; solves vga's scrolling problemsMichael Shalayeff
2001-02-03New timeouts.Artur Grabowski
2001-02-03dead fileArtur Grabowski
2001-02-03Remove dead files.Artur Grabowski
2001-02-03New timeouts.Artur Grabowski
2001-02-03Don't define ECOFF_COMPAT. We're ELF.Artur Grabowski
2001-02-03make it compileMichael Shalayeff
2001-02-02Remove non-existant machine config -- replace w/laptop config that worksThorsten Lockert