Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski | |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski | |
2001-08-23 | fix a comment | Artur Grabowski | |
2001-08-21 | 2nd rule of comitting fix | Michael Shalayeff | |
2001-08-20 | bump the version for new kbd probe; 10x for a reminder from fgsch@ | Michael Shalayeff | |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski | |
2001-08-18 | Fix functions to match prototypes. Old K&R doesn't make sense with inline | Marc Espie | |
stuff anyways. Ok millert@ | |||
2001-08-18 | probe for ps2 model and check if kbd controller is present | Michael Shalayeff | |
for deciding on a20 method to use. based on csapuntz@'s info provided. | |||
2001-08-18 | make apm use kqueue for transferring events to luse listener. | Michael Shalayeff | |
apparently i thought i comitted this already before apmd. tested by me, art@ and jason@ . | |||
2001-08-18 | consistency nit, add some missing preprocessor symbols. | Brad Smith | |
-- Ok'd by: d@ | |||
2001-08-18 | Timeout non-functional KBC (e.g. when missing) and gate A20 using port 0x92 | Constantine Sapuntzakis | |
2001-08-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff | |
representation, this is needed for devices like cbb which pass the interrupt line down to the cardbus attachment and not getting the right line before pci_intr_map() has done it's dirty deed. tested on i386 by jason@, compiles on alpha by art@. ppc and mveppc are to be test-compiled, but should work (; | |||
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2001-08-17 | depend wscons_machdep.c on wsdisplay; from Peter Galbavy ↵ | Michael Shalayeff | |
<peter.galbavy@knowtion.net> | |||
2001-08-12 | uvm_extern.h is enough here | Michael Shalayeff | |
2001-08-12 | moce pglisth into uvm_pglist.h | Michael Shalayeff | |
2001-08-11 | Some fixes from NetBSD. | Artur Grabowski | |
Parts of the glue needed for page zeroing in the idle loop. More careful handling of ptp pages (should solve some problems, most notably with Intel 440GX+ motherboards). | |||
2001-08-11 | remove some old cruft. | Artur Grabowski | |
2001-08-08 | move the com_raisedtr proto for timeout_set | Michael Shalayeff | |
2001-08-08 | IPCOMP removal. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-07 | tag fixes; Denis Afonin <dfa@solo.ee> | Jason Wright | |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff | |
2001-07-30 | Change: | Artur Grabowski | |
int bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, int, int); to: paddr_t bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, off_t, int); To allow mmaping offsets larger than INT_MAX. And to simply make more sense. | |||
2001-07-29 | Temporarily fix wscninit so that it only runs once. | Constantine Sapuntzakis | |
Somebody should fix the boot-up logic so it's only called once | |||
2001-07-27 | Convert array lookups to function calls that are bounds checked | Constantine Sapuntzakis | |
2001-07-26 | If pckbc_cnattach fails, try to usb attach. Helps on some legacy-free PCs | Constantine Sapuntzakis | |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski | |
and arbitrary flags into one argument. One new flag is PMAP_CANFAIL that tells pmap_enter that it can fail if there are not enough resources to satisfy the request. If this flag is not passed, pmap_enter should panic as it should have done before this change (XXX - many pmaps are still not doing that). Only i386 and alpha implement CANFAIL for now. Includes uvm updates from NetBSD. | |||
2001-07-23 | reorder operations a bit for st16550{v2}, xr16850, ti16750: | Jason Wright | |
wake them up and then initialize them This fixes a comatose st16650 problem on addcom (detected as st16550). | |||
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski | |
The archs that didn't have a proper PMAP_NEW now have a dummy implementation with wrappers around the old functions. | |||
2001-07-17 | addcom and pccom at addcom (commented out) | Jason Wright | |
2001-07-15 | add install target | assar | |
2001-07-15 | add macros for spinlockinit, spinlockmgr to build for MULTIPROCESSOR | assar | |
or LOCKDEBUG | |||
2001-07-15 | Some more KNF | Niklas Hallqvist | |
2001-07-15 | Comment clarification and indent; ok mickey@ | Niklas Hallqvist | |
2001-07-15 | spelling | Peter Valchev | |
2001-07-13 | delete duplicate definitions | Theo de Raadt | |
2001-07-13 | All two common configurations for DEC EtherWorks cards | Niklas Hallqvist | |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie | |
Restore missing breaks. | |||
2001-07-06 | qsphy required for tx | Theo de Raadt | |
2001-07-06 | Change to make the kernel build when IPCOMP is activated and | Jean-Jacques Bernard-Gundol | |
PPP_DEFLATE is not. Reported by Heikki Korpela <heko@saitti.net>. ho@ ok. | |||
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos | |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski | |
Pass the right amount of arguments and rename them back to their right names. | |||
2001-07-05 | move cdev_decl(iop) into sys/conf.h | Michael Shalayeff | |
2001-07-04 | need sys/systm.h for strcmp prototype (gcc 3.0 fixes built-in status, | Marc Espie | |
in that they're only activated when the corresponding include has been seen) Okay millert@ | |||
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie | |
Ok millert@ | |||
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-07-03 | Add the I2O device | Niklas Hallqvist | |
2001-07-02 | add nge and nsgphy | Nathan Binkert | |
2001-06-29 | update the copyright year | Michael Shalayeff | |
2001-06-29 | return normal is error code returned is zero, for some thinkpads | Michael Shalayeff | |