| Commit message (Expand) | Author | Age | Files | Lines |
* | Recognize the Serverworks CIOB30 host to pci bridge. | peter | 2002-11-13 | 1 | -0/+5 |
* | Remove a commented out #include "opt_pci.h", it doesn't | mux | 2002-11-13 | 1 | -1/+0 |
* | Loader tunable 'machdep.disable_mtrrs'. | mdodd | 2002-11-13 | 1 | -1/+7 |
* | Move pmap_collect() out of the machine-dependent code, rename it | alc | 2002-11-13 | 1 | -31/+1 |
* | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | alc | 2002-11-11 | 1 | -3/+5 |
* | Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS | iwasaki | 2002-11-09 | 1 | -46/+78 |
* | Print real / avail memory in megabytes rather than kilobytes. | des | 2002-11-09 | 1 | -4/+4 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | Make 3dfx i386-only. The memrange API it uses may be defined in an MI | jhb | 2002-11-08 | 1 | -0/+12 |
* | Move rc(4) over to MI notes and enable it as a MI module. | jhb | 2002-11-08 | 1 | -5/+0 |
* | Make xrpu(4) i386-only. Consumers of i386_btop() are not MI. | jhb | 2002-11-08 | 1 | -1/+2 |
* | adjust critical section to only wrap around vm86_bioscall(). | davidxu | 2002-11-08 | 1 | -2/+2 |
* | use critical_enter/exit to add a critical section around BIOS call, | davidxu | 2002-11-08 | 1 | -5/+9 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 1 | -37/+0 |
* | Properly parenthesize the DBREG_DRX macro's variables to allow for | alfred | 2002-11-07 | 1 | -1/+1 |
* | Move sr(4) over to i386-only as it is yet another user of kvtop(). | jhb | 2002-11-07 | 1 | -0/+6 |
* | Simplify and optimize pmap_object_init_pt(). More specifically, | alc | 2002-11-07 | 1 | -65/+32 |
* | Move firewire back to being MI. | jhb | 2002-11-07 | 1 | -7/+0 |
* | 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, | davidxu | 2002-11-07 | 7 | -21/+18 |
* | lnc(4) uses kvtop() and is thus i386-only for now. | jhb | 2002-11-06 | 1 | -0/+7 |
* | Make firewire i386-only for now. It doesn't quite handle machines with | jhb | 2002-11-06 | 1 | -0/+7 |
* | ed(4) uses kvtop() and is thus i386-only. It has several other warnings | jhb | 2002-11-06 | 1 | -0/+9 |
* | Move the drm code to the i386 MD NOTES file. It can be added to other MD | jhb | 2002-11-06 | 1 | -0/+20 |
* | Move digi to the i386 MD NOTES until it stops using inb() and outb(). | jhb | 2002-11-06 | 1 | -0/+13 |
* | - Move comments regarding flags for dgb(4) over to the MD NOTES file where | jhb | 2002-11-06 | 1 | -6/+11 |
* | Make the ar(4) driver i386-only for now. It has lots of sizeof(int) == | jhb | 2002-11-06 | 1 | -0/+7 |
* | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | jmallett | 2002-11-06 | 1 | -4/+0 |
* | - Convert to newbus, bus_space etc. | mdodd | 2002-11-05 | 3 | -1705/+0 |
* | Fix typo. ioport_rid should be irq_rid. | davidxu | 2002-11-05 | 1 | -1/+1 |
* | MFp4: | imp | 2002-11-02 | 2 | -20/+68 |
* | Use 0xffffffff instead of -1 for id to compare against. | imp | 2002-11-02 | 2 | -20/+22 |
* | bzero() the sigframe before we fill it. This was not done at all in | marcel | 2002-11-02 | 1 | -3/+4 |
* | Merge PC98 changes. | mdodd | 2002-11-02 | 2 | -32/+62 |
* | Handle hints for the atspeaker device. | mdodd | 2002-10-28 | 2 | -1/+27 |
* | Note that the sched_lock protects md_ldt of struct mdproc. | jhb | 2002-10-25 | 1 | -1/+1 |
* | Finish fixing the 5.x FPU code for dealing with signal handlers. | peter | 2002-10-25 | 1 | -0/+1 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 7 | -30/+339 |
* | Change method to determine base memory size. | iwasaki | 2002-10-25 | 1 | -43/+55 |
* | Use the correct values for LDBL_*. Libc doesn't completely support | imp | 2002-10-25 | 1 | -9/+10 |
* | Extract out KSE specific code from machine specific code | julian | 2002-10-24 | 1 | -38/+2 |
* | Rename 'device acpica' to 'device acpi'. | jhb | 2002-10-24 | 1 | -1/+1 |
* | device rc no longer requires a count since jhb newbussified the rc | rwatson | 2002-10-24 | 1 | -1/+1 |
* | - New-bussify the rc(4) device driver. | jhb | 2002-10-23 | 3 | -1738/+0 |
* | npx(4) doesn't honor port hints so don't provide an example one. | jhb | 2002-10-23 | 1 | -1/+0 |
* | Very minor whitespace/style nit. | markm | 2002-10-23 | 1 | -2/+1 |
* | - No need for pmtimer hint anymore. | jhb | 2002-10-22 | 1 | -2/+0 |
* | No need for pmtimer hint anymore. | jhb | 2002-10-22 | 1 | -1/+0 |
* | Add an identify method that creates a pmtimer0 device if it doesn't alreedy | jhb | 2002-10-22 | 1 | -2/+19 |
* | Use if_printf() instead of printf() to print diagnositic messages in the | brooks | 2002-10-21 | 1 | -9/+6 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -22/+15 |