Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-06 | allow mapiodev to steal KVM addresses for early mappings like | Dale Rahn | |
bus_mem_add_mappings. Fix calculation error in bus_mem_add_mappings where it used the size instead of the size + offset, could cause the allocation to be one page short in some situations. | |||
2002-09-06 | wscons display should have a console priority of INTERNAL, not REMOTE. | Dale Rahn | |
ok miod@ | |||
2002-09-06 | use <> on include of machine/... files. also include bus.h so that | Dale Rahn | |
types used in this file are available. | |||
2002-09-06 | sizeof(pointer) is not what should be used here, should be sizeof(*pointer) | Dale Rahn | |
pointed out by aaron. | |||
2002-09-06 | KNF, get this out of my tree finally. | Dale Rahn | |
2002-09-05 | fpu save state is a separate magic function now | Michael Shalayeff | |
2002-09-05 | things [in pmap] have changed, kundun | Michael Shalayeff | |
2002-09-05 | move the kernel virtual away from the physical addresses | Michael Shalayeff | |
and equivalently map the whole physical. this allows a lot of simplification in how kernel deals w/ page tables and physical pages. avoid series of bugs related to that. check for aliased mappings (none found so far), and properly flush/purge pages on zero/copy. | |||
2002-09-05 | sort out the nlist and do defines | Michael Shalayeff | |
2002-09-05 | no need for one extra frame | Michael Shalayeff | |
2002-09-05 | Allow kernels with no display device configured to link. Found by marc@ | Miod Vallat | |
2002-09-05 | this used to be a com(4) bug | Michael Shalayeff | |
2002-09-05 | Fix STRIPFLAGS for elf version of strip. Use same flags | Marco S Hyman | |
as sparc64 (suggested by fgs@) | |||
2002-09-04 | Correctly decode the IDE channel/drive number when matching devices | Jason Wright | |
(booting from master or slave on either channel should work now). | |||
2002-09-03 | Old (rev 1) OpenPROM will always report as the "fb" node, the first | Miod Vallat | |
framebuffer found, even if the PROM environment is set to serial console. Hence, make sure we won't consider this "fb" node as valid until we are really using a graphics console. Will makes drahn@'s IPC happy, and ok jason@ | |||
2002-09-03 | i magically fixed stty and mount, add some more of others | Michael Shalayeff | |
2002-09-03 | forgot to set up the sc_frequency (; | Michael Shalayeff | |
2002-09-03 | add aic@isapnp, commented out, except for _cd | Michael Shalayeff | |
2002-09-03 | aic at isapnp, from anders@Arnholm.nu w/ fixes from me | Michael Shalayeff | |
2002-09-02 | Make the cgfourteen work in 32bit when possible, also display the size of | Miod Vallat | |
the VSIMM in the dmesg. | |||
2002-08-31 | Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more from | Miod Vallat | |
this series. Thanks to Andrey Smagin (andrey at smagin dot com) for providing a VS10 card. | |||
2002-08-30 | Add pnozz and wsdisplay at pnozz for Tadpole users. Spotted by millert@ | Miod Vallat | |
2002-08-29 | soft line breaks do not work always, just nl and tab instead, prettier too | Michael Shalayeff | |
2002-08-28 | vm_offset_t/vm_size_t are on their way to tartars now | Michael Shalayeff | |
2002-08-28 | do not forget to export the weak alias, proper line continuation | Michael Shalayeff | |
2002-08-28 | update of radiotrack driver, including isapnp support; from jumbo@ | Michael Shalayeff | |
2002-08-28 | ancient file name in .file; from pbastos@rdc.puc-rio.br | Michael Shalayeff | |
2002-08-27 | do not just bail out of the copy loop, but go to the | Michael Shalayeff | |
'done' label for the job finish. major register missallocation for copyonfault, fix it. clean the space regs after use. | |||
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb | |
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@ | |||
2002-08-22 | match more serverworks "double bridges", based on discussions with nate and | Theo de Raadt | |
brad | |||
2002-08-22 | Remove code, use common ether_crc32_le() routine. | Dale Rahn | |
2002-08-22 | Configure the media in the initialization routine so that media/mediaopt | Dale Rahn | |
fields in hostname.bm0 will work correctly. This does not fix the 100MB receive problem, but allows media 10baseT in hostname.bm0 to set the speed to a working speed. | |||
2002-08-21 | Recognize both VSIMM slots, and allow one cgfourteen to attach to each | Miod Vallat | |
of them. | |||
2002-08-21 | Correctly map the video memory, for proper operation. | Miod Vallat | |
2002-08-21 | Get the boot device correctly if scsi id != 0 on 1[67]x boards. | Miod Vallat | |
2002-08-20 | Two fixes from NetBSD (this allows my u60 to boot multiuser): | Jason Wright | |
- Use paddr_t for avail_start and avail_end so we can handle machines with RAM above the 2GB mark. - Do not truncate the kernel pmap physical address to an `int' before sticking it in the context lookup table. Fixes a booting issue on Netra T1125s. | |||
2002-08-20 | Because of reversed use of the annul bit and delay slots copyin and | Artur Grabowski | |
copyout could underflow by one byte and write a \0 where is doesn't belong. Don't try to micro-optimize the failure case of copyin and copyout. It's not worth the bugs. miod@ ok | |||
2002-08-20 | Add a pseudo openfirmware console device for early debugging purposes | Dale Rahn | |
and to allow UKC to work properly. ok miod@ | |||
2002-08-19 | KNF (4 char continuations) | Jason Wright | |
2002-08-19 | Take advantage of rasops.updatecursor to keep the prom cursor up to date | Jason Wright | |
2002-08-19 | From NetBSD: | Jason Wright | |
-Fix some corner cases in bus_dmamap_load_mbuf(). From Takeshi Nakayama <tn@catvmics.ne.jp> -Fix off-by-one error in iommu_dvmamap_load_raw() where if a DMA segment has just one byte on a page the page is never mapped into the IOMMU. | |||
2002-08-16 | remove debugging code | Jason Wright | |
2002-08-16 | remove debugging code | Jason Wright | |
2002-08-16 | Scale back rows and columns if the font would not otherwise fit on the | Todd C. Miller | |
display. Otherwise, we would panic in wsdisplay_cnattach(). miod@ OK | |||
2002-08-15 | fix END() label | Theo de Raadt | |
2002-08-15 | One line fix to make boot link from miod whose main NFS server | Todd C. Miller | |
is down at the moment. | |||
2002-08-13 | reset iir in the frame on _onfault handling, for mr.ddb | Michael Shalayeff | |
2002-08-13 | hypasupadupacarefulness in spstrcpy | Michael Shalayeff | |
2002-08-13 | remove a bogus extern, move another into another scope | Michael Shalayeff | |
2002-08-13 | Remove some unused prototypes, KNF. | Dale Rahn | |