summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2001-02-01mmap return paddr_t not int.Dale Rahn
2001-02-01Adapt to recent wscons changes.Artur Grabowski
2001-02-01pckbc_isa seems to have moved to files.isaArtur Grabowski
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
2001-01-31based on art's sparc patch:Jason Wright
2001-01-31mmap should return -1 on failure, not EOPNOTSUPP.Artur Grabowski
2001-01-31still need pcvt files to build X, for nowTheo de Raadt
2001-01-30local beef escapedMichael Shalayeff
2001-01-30forgot to remove changebit; from miod@Michael Shalayeff
2001-01-30Rearrange into a more logical order; marc@snafu.orgAaron Campbell
2001-01-30Improve printing of various NVAX models. Similar to work by Michael Kukat.Hugh Graham
2001-01-30Update with SIE data provided by:Hugh Graham