Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | fix comment | Michael Shalayeff | |
2001-06-23 | PCI bus configuration userland access from FreeBSD. | Matthieu Herrb | |
Will be used by XFree86 on powerpc (works on i386 too, but its not currently used). | |||
2001-06-22 | shift the range for i/o space allocation to 0xa000 as it | Michael Shalayeff | |
seems that some compaq machines have smth in the existing range at 0x2000. from nate@ | |||
2001-06-21 | Add support for the Cyclades-Z multiport serial cards. | Nathan Binkert | |
This has not been thoroughly tested yet, so it's not going into GENERIC now. From NetBSD. | |||
2001-06-21 | Finish what Theo started (a char * to void * conversion) | Niklas Hallqvist | |
2001-06-17 | Don't pciaddr_do_resource_allocate if device is AGP to avoid conflict. | Michael Shalayeff | |
from Masanori Kanaoka <kanaoka@netbsd.org> | |||
2001-06-16 | sysarch() takes a void * | Theo de Raadt | |
2001-06-12 | deal with gnu kernel dependencies right; cyxob@thief.dyndns.org | Theo de Raadt | |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski | |
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | |||
2001-06-08 | it seems that via has 7, not 4 pci interrupt lines. | Michael Shalayeff | |
this fixes unmapped interrupts on some via-based boards, reported by angelos@, tested w/ aaron@, millert@, jason@. in any case must not break currently working boards. | |||
2001-06-07 | fix typo in wi* at pci | Todd C. Miller | |
2001-06-06 | wi* @ pci | Todd C. Miller | |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev | |
2001-05-29 | pcvt no more | Michael Shalayeff | |
2001-05-29 | remove this used to be great console driver; x11 builds w/o it all fine; ↵ | Michael Shalayeff | |
aaron@, todd@, matthieu@ ok | |||
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-17 | remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok. | Federico G. Schwindt | |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt | |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-14 | clean | Theo de Raadt | |
2001-05-13 | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) | Jason Wright | |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. | |||
2001-05-13 | left tag uninitted in the good case in the last commit; jason@ pointed it out | Michael Shalayeff | |
2001-05-12 | A number of buggy BIOS implementations leave the router | Michael Shalayeff | |
entry as 000:00:0, which is typically not the correct device/function. If the router device address is set to this value, and the compatible router entry is undefined (zero is the correct value to indicate undefined), then we work on the basis it is most likely an error, and search the entire device-space of bus 0 (but obviously starting with 000:00:0, in case that really is the right one). from Dave Sainty <dave@dtsp.co.nz> | |||
2001-05-12 | always print the icu we've found | Michael Shalayeff | |
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski | |
From NetBSD. | |||
2001-05-09 | More sync to NetBSD. | Artur Grabowski | |
- Change pmap_change_wiring to pmap_unwire because it's only called that way. - Remove pmap_pageable because it's seldom implemented and when it is, it's either almost useless or incorrect. The same information is already passed to the pmap anyway by pmap_enter and pmap_unwire. | |||
2001-05-08 | From netbsd: implementations of _bus_dmamap_load_mbuf() and | Jason Wright | |
_bus_dmamap_load_uio(). | |||
2001-05-08 | fix preposition in the printf msg | Michael Shalayeff | |
2001-05-08 | on `out of data' condition print a warning and exit w/ | Michael Shalayeff | |
whatever current checksum we have gotten accumulated. this is somewhat conformant w/ what other archs are doing. from Camiel Dobbelaar <cd@sentia.nl> | |||
2001-05-07 | tcic disable | Theo de Raadt | |
2001-05-06 | increase version since we've removed -b; per fgsch@'s suggestion | Michael Shalayeff | |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski | |
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax. | |||
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski | |
2001-05-05 | remove some private stuff people put into here | Theo de Raadt | |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski | |
Move it from cpu_startup() to main(). | |||
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski | |
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-05-02 | document boot options, i dunno what -b does so i just do not mention it anymore | Michael Shalayeff | |
2001-05-01 | sync closer to GENERIC, make compile again | Todd T. Fries | |
2001-05-01 | Remove PCVT cruft. | Aaron Campbell | |
2001-05-01 | this is what i'm running these days | Michael Shalayeff | |
2001-05-01 | Remove PCVT file references. | Aaron Campbell | |
2001-05-01 | trailing spaces | Michael Shalayeff | |
2001-04-30 | Move proc0's TSS and LDT initialization to a separate function | Artur Grabowski | |
that's called at the end of configure instead of cpu_startup. Inspired by NetBSD. | |||
2001-04-30 | Move gdt_init prototype to gdt.h | Artur Grabowski | |