Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-29 | Add ACPI Thermal zone and Embedded controller devices | Can Erkin Acar | |
commented out. | |||
2006-05-29 | GENERIC | Can Erkin Acar | |
2006-05-29 | fetch the beep clock frequency (we'll need it to compute the audio frequency ↵ | Jason Wright | |
later) | |||
2006-05-28 | placeholder driver for the bbc,beep device. should be straightforward | Jason Wright | |
to fill in later. | |||
2006-05-28 | minor nit, use CPU ID instead of FPU ID for BTLB parameters after passing | Martin Reindl | |
all kludges | |||
2006-05-28 | make sure the IMR values are visible when we drop back into the prom | Jason Wright | |
2006-05-28 | oops, nuke debugging stuff | Jason Wright | |
2006-05-28 | - Implement schizo_intr_map (mainly to | in the agentid). | Jason Wright | |
- get correct IGN for intr_establish all of this is from kettenis and henric, I'm just cleaning it up and committing the easy bits | |||
2006-05-28 | Remove obvious EST table dupe: Pentium M 733 and Pentium M 773 (VID #H), | Dimitry Andric | |
and zap trailing spaces. No functional change. | |||
2006-05-28 | Can't call directly back into the prom if we "exit" at the root | Jason Wright | |
device prompt. We need to call shutdownhooks which will set the sab back into the mode the prom likes (I hate this chip) | |||
2006-05-28 | - if the "upa-portid" property doesn't exist, try "portid" (schizo) | Jason Wright | |
- hack enough of autoconf to get psycho and schizo working with device_register (autoconf appears to work now for schizo machines). | |||
2006-05-28 | sync, enable and move twe(4) out from untested on alpha | Martin Reindl | |
2006-05-28 | Support for standard SD host controllers like the Ricoh 5C822, a small | Uwe Stuehler | |
generic bus layer, and SCSI emulation for SD/MMC memory cards. | |||
2006-05-28 | make the ISR bits visible so we can poll them in cngetc (w/out cnpollc). | Jason Wright | |
I still hate this chip. | |||
2006-05-28 | remove sc_ic member from struct com_softc as it is not used anywhere | Felix Kronlage | |
ok miod@, martin@ | |||
2006-05-28 | do not print "root on ..." twice for the -a case, also cope with systems | Theo de Raadt | |
configured for 'root on nfs' | |||
2006-05-28 | Configure network devices at ipl 3, not ipl 1. | Miod Vallat | |
2006-05-28 | don't hardcode the iova... it uses the same scheme as the sbus machines | Jason Wright | |
(cd0 at scsibus0 at siop0 now attaches on the blade2k) | |||
2006-05-28 | formatting | Jason Wright | |
2006-05-28 | intrducing device type DV_SENSOR turned out to be a bad idea as it | Henning Brauer | |
affects way more than just hotplug messages. remove DV_SENSOR and use DV_DULL for the moment. proper solution coming. discussed with deraadt mk jason | |||
2006-05-28 | more hotplug fallout: add DV_SENSOR to the device type switch | Jason Wright | |
2006-05-27 | unknown ioctl is ENOTTY not EINVAL | Jason Wright | |
2006-05-27 | Nuke defopt remains. Tested on cats and zaurus. | Miod Vallat | |
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne | |
2006-05-27 | Teach powernow about setperf prioritys, add a setperf_prio to amd64. | Gordon Willem Klok | |
ok uwe@, "good" tedu@ | |||
2006-05-27 | casting mallloc | Gordon Willem Klok | |
ok uwe@, dlg2 | |||
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback | |
implemented. Use int. ok mickey@ miod@ | |||
2006-05-26 | <machine/rtc.h> is really only footbridge-specific, so, after pruning it from | Miod Vallat | |
dead meat, move the remainding definition to footbridge todclockvar where it belongs, and get rid of the installed header file. No change on Zaurus (besides the include removal), no functional change on cats. | |||
2006-05-26 | Remove unused defines. | Miod Vallat | |
2006-05-26 | Add RCS id. | Miod Vallat | |
2006-05-26 | No md math.h in OpenBSD | Miod Vallat | |
2006-05-26 | No need to have a struct uvm_object in each pmap when all you want is a | Miod Vallat | |
lock and a reference count. No functional change. | |||
2006-05-26 | Get rid of katelib.h, it was almost unused and is marked as deprecated anyway. | Miod Vallat | |
2006-05-25 | Remove unused struct cfdriver field from genericconf struct, as on cats. | Miod Vallat | |
2006-05-25 | When looping over va ranges, do not compute the same sdt pointer more than | Miod Vallat | |
once. | |||
2006-05-25 | gas will error out with a number of "Error: unassigned file number 1" | Brad Smith | |
messages when compiling with gcc3, so to appease gas I have added ".file 1 __FILE__" at the top of locore. now a kernel will compile using gcc3. thanks to jason@ for pointing out the fix via this URL.. http://sourceware.org/ml/binutils/2001-05/msg00043.html ok deraadt@ | |||
2006-05-24 | Cleanup and simplify the EST detection: | Dimitry Andric | |
- Fix yet another rounding problem, in the ID16 macro this time. Luckily the resulting table was not affected by this. - Remove unnecessary fqlist::id32 field. This saves error-prone duplication of (MHz, mV) pairs in the source, and makes the table smaller. - Put fqlist members in bit fields, this also saves lots of space. These fields are not accessed in performance-critical code anyway. Tested by a bunch of people, ok brad@ | |||
2006-05-22 | move VM_NFREELIST out of ifdef kernel for now | Theo de Raadt | |
2006-05-21 | Fix AV_IEN() computation for cpu #2 and #3. | Miod Vallat | |
2006-05-21 | kvtopte() is not used anymore. | Miod Vallat | |
2006-05-21 | some diskless pointers; ok deraadt | Jason McIntyre | |
2006-05-21 | Move common definitions shared by the various 88100-based designs to their | Miod Vallat | |
own header file, and slowly make most of the code board-independent. No functional change. | |||
2006-05-21 | Check for stale flags in the DMA map. | Brad Smith | |
From thorpej NetBSD | |||
2006-05-21 | - _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_direct | Brad Smith | |
- fix _bus_dmamap_load_(uio/mbuf)_direct panic messages. - s/vm_page_alloc_memory/uvm_pglistalloc/ in panic message. From NetBSD | |||
2006-05-21 | Fix a couple of comments. | Brad Smith | |
From NetBSD | |||
2006-05-21 | Pay attention to BUS_DMA_READ; don't need to allocate a spill | Brad Smith | |
page if it is set. From NetBSD | |||
2006-05-21 | Implement dmamap_load_uio for SGMAPs. | Brad Smith | |
From NetBSD | |||
2006-05-20 | Let the bootloader pass esym to the kernel, and let the kernel make good use | Miod Vallat | |
of this if it finds out it has not been directly loaded by the PROM; not tested yet. | |||
2006-05-20 | Detect BOOTARG_BOOTMAC coming from PXE; search for interface and attempt | Theo de Raadt | |
to boot from it. At the same time add -a support for network interface selection; tested by reyk, mk, deraadt on i386, cloned code applied to amd64 and tested a little bit less | |||
2006-05-20 | handle BOOTARG_BOOTMAC from boot block; tested by reyk | Theo de Raadt | |