Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-13 | Add some missing $OpenBSD$ tags. | Kenneth R Westerback | |
ok drahn@ gwk@ | |||
2008-06-13 | Detect if Intel's Safer Mode Extensions (SMX) are present, | Jonathan Gray | |
See http://download.intel.com/technology/security/downloads/31516804.pdf for more information. ok deraadt@ 'looks ok to me' djm@ | |||
2008-06-12 | Add ral(4) at cardbus(4). | Mark Kettenis | |
2008-06-12 | Add ep(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | Add xl(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | Add re(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | Add malo(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | enable uvideo(4) video(4) | Robert Nagy | |
2008-06-12 | Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow | Marcus Glocker | |
shortly. OK todd@ | |||
2008-06-12 | theo says: enable, enable, enable uvideo(4) | Robert Nagy | |
Some of the cams are fairly working now and we want to see more of them in dmesgs. | |||
2008-06-12 | wdc(4) at pcmcia(4) | Mark Kettenis | |
2008-06-12 | Enable com(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | Add dc(4) at cardbus(4). | Mark Kettenis | |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt | |
ok thib beck art | |||
2008-06-11 | When reading a GPIO pin, first determine if it is programmed for input | Marc Balmer | |
or output and then read the value from either the GPIO[x]_READ_BACK or GPIO[x]_OUT_VAL register. This allows to read back LED (output) states as well as input states (buttons). Problem noticed by Rolf Sommerhalder, fix by me. | |||
2008-06-11 | Fix GART enabling by using segment end address instead of total | Tobias Weingartner | |
physmem. This should be more correct than earlier code. Thank you to Markus Hennecke <markus-hennecke -at- markus-hennecke.de> for reminding me. | |||
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt | |
file copies to nfsv2 causes the system to eventually peg the console. On the console ^T indicates that the load is increasing rapidly, ddb indicates many calls to getbuf, there is some very slow nfs traffic making none (or extremely slow) progress. Eventually some machines seize up entirely. | |||
2008-06-11 | actually unbreak RAMDISK. double plus minus cookie for me | Peter Hessler | |
2008-06-11 | unbreak RAMDISK | Peter Hessler | |
no cookie for me | |||
2008-06-11 | Synchronize the MTRR API with i386, and enable | Peter Hessler | |
"just commit it" deraadt@ | |||
2008-06-11 | Match the Altera EBus found on the Tadpole SPARCLE. | Mark Kettenis | |
2008-06-11 | Use the prom address to map clock(4) at ebus(4) if available. | Mark Kettenis | |
2008-06-10 | Rename pmap_remove_all() to pmap_remove_page(). | Miod Vallat | |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck | |
biowait() reads that do *not* come from the buffer cache - we use the B_RAW flag to identify these at art's suggestion - since it makes sense and the flag was not being used. this just flags all these buffers with B_RAW - biodone already ignores returned buffers marked B_RAW. ok art@ | |||
2008-06-10 | use the defines, not magic constants. ok kettenis@ | Dale Rahn | |
2008-06-10 | Make get_npcus() walk the device tree to figure out the number of CPUs | Mark Kettenis | |
instead of treating "cmp" nodes specially. | |||
2008-06-10 | Add /dev/video* for amd64. | Marcus Glocker | |
Help and OK todd@, OK robert@ | |||
2008-06-10 | All your memory belong to us. This has been in snaps for a while, | Tobias Weingartner | |
and seems to work. If it breaks, people had plenty of chances to complain. ok deraadt@ | |||
2008-06-10 | Add cmp(4), a dummy driver to make attaching CMT cpus easier. | Mark Kettenis | |
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat | |
2008-06-09 | Sparc64 MMUs have an address hole, too, and the pmap implementation we | Miod Vallat | |
are using has an even larger one, so implement pmap_remove_hole() to prevent mmap() from ever reaching the hole. feedback and ok kettenis@ | |||
2008-06-09 | Create a real holp by using uvm_map() with UVM_FLAG_HOLE in pmap_remove_holes(). | Miod Vallat | |
No functional change. | |||
2008-06-09 | Don't use u_int to store a 64-bit address. Found with help from miod@. | Mark Kettenis | |
Makes a Sun Fire V490 boot without spending ages in bus_dmamem_alloc(9). | |||
2008-06-09 | Place manuals in the MD directories; from pierre.riteau@gmail | Theo de Raadt | |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller | |
ok deraadt@ | |||
2008-06-08 | Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls. | Miod Vallat | |
2008-06-08 | Change boot() logic, to match what other platforms do and avoid duplicating | Miod Vallat | |
code in the cold case. | |||
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt | |
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis | |
tested by jbg@, "it is right" deraadt@ | |||
2008-06-08 | put the PCF_FREQ codes into the clock | Theo de Raadt | |
2008-06-08 | Make UltraSPARC-IV work. | Mark Kettenis | |
2008-06-07 | add a disabled com4 device for a Fujitsu Stylistic Touchscreen | Robert Nagy | |
ideas from deraadt@ and millert@ | |||
2008-06-07 | Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4). | Brad Smith | |
ok deraadt@ | |||
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom | |
comments jmc ok toby | |||
2008-06-06 | Remove long dead meat. | Miod Vallat | |
2008-06-05 | Allow pchb(4) to find additional non-coherent HyperTransport links | Brad Smith | |
with 10h and 11h families of AMD CPU's. ok kettenis@ | |||
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt | |
2008-06-04 | adderss -> address | Miod Vallat | |
2008-06-02 | No need to enable the interrupt in psycho_set_intr(); intr_establish() already | Mark Kettenis | |
does that for us. | |||
2008-06-02 | Move interrupt setup to before ddb setup not after. | Jonathan Gray | |
Makes early ddb (boot -d/ddb from ukc) work on amd64. Similiar to the change made in NetBSD by Andrew Doran. ok kettenis@ fgsch@ |