Age | Commit message (Expand) | Author |
2005-06-28 | add xl@pci | Brad Smith |
2005-06-25 | the local macro _id was removed before this code was even imported from NetBSD | Brad Smith |
2005-06-23 | Dead code. | Artur Grabowski |
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt |
2005-06-17 | - remove old debugging code | Marco Peereboom |
2005-06-08 | revert enabling iommu on amd64 as it breaks at least one MP host. | Marco S Hyman |
2005-06-07 | make it prettier; jason ok | Theo de Raadt |
2005-06-06 | enable iommu on all systems where we support it. We'll support it on more | Jason Wright |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert |
2005-06-02 | - wish there was a better way to do this... put splhigh() around the | Jason Wright |
2005-06-01 | as Jason requested, be gone vtophys(). | Brad Smith |
2005-06-01 | disable sf* too, until it is vtophys clean | Theo de Raadt |
2005-05-31 | spelling corrections in comments; | Jason McIntyre |
2005-05-31 | Lock the apic with a mutex, not a SIMPLE_LOCK. | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-28 | *slightly drunk* | Tobias Weingartner |
2005-05-28 | If irq-sharing happens over different ioapics, we must not overwrite setup in... | Niklas Hallqvist |
2005-05-27 | oops, need to get the boundary from the map when allocating gart addresses | Jason Wright |
2005-05-27 | - Use the direct map for mapping the PTEs. | Artur Grabowski |
2005-05-27 | Stop pretending that amd64 is i386. We're insulting the cpu by not even | Artur Grabowski |
2005-05-27 | use a fixed address for the base dva, also don't forget to setup the | Jason Wright |
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn |
2005-05-27 | hook in iommu, but it's still disabled by default for now | Jason Wright |
2005-05-27 | fix printf | Jason Wright |
2005-05-27 | remove support for sf and ste. vtophys is NOT a working solution. | Jason Wright |
2005-05-27 | build iommu by default (it's still not hooked in, but this is harmless) | Jason Wright |
2005-05-27 | handle multi-cpu GART allocation: | Jason Wright |
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn |
2005-05-26 | make all mappings valid/coherent. For pages not currently mapped, fill | Jason Wright |
2005-05-26 | iommu meets amd64. This currently only works on machines where the GART | Jason Wright |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-25 | comment typo | Jason Wright |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst |
2005-05-24 | add stge(4) | Brad Smith |
2005-05-24 | do not print cpu startup messages (because they are obvious) | Theo de Raadt |
2005-05-24 | add aapic driver which currently is used to workaround errata on | Brad Smith |
2005-05-23 | add USER_PCICONF | Jason Wright |
2005-05-22 | these do not fit; brad did not test | Theo de Raadt |
2005-05-17 | - add epic(4) | Brad Smith |
2005-05-15 | enable ep(4) | Martin Reindl |
2005-05-14 | remove redundant definition of PCI_ID_CODE. I added this to the | Brad Smith |
2005-05-13 | enable spkr by default; ckuethe 4201 | Theo de Raadt |
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith |
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto |
2005-05-06 | Fix links target. | Marco Peereboom |
2005-05-06 | Add tags to amd64. | Marco Peereboom |
2005-05-03 | The return value from getEBDAaddr() (info) is not used in bios_E820(), | Tom Cosgrove |
2005-05-03 | Convert the size of a memory chunk from bytes to megabytes before | Tom Cosgrove |
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith |