Age | Commit message (Expand) | Author |
2006-05-16 | Nuke some { } | Marco Peereboom |
2006-05-16 | Move !xs->data case into mfi_start_xs. | Marco Peereboom |
2006-05-16 | Crank bootblocks version for today's changes. | Miod Vallat |
2006-05-16 | Nuke whitespace at EOL | Miod Vallat |
2006-05-16 | Make standalone binaries compile with -Wall -Werror | Miod Vallat |
2006-05-16 | Cleanup of mvme88k standalone code, with rewritten startup code with | Miod Vallat |
2006-05-16 | Fix some more htole32 screw-ups. | Marco Peereboom |
2006-05-16 | Network bootloader for AV400 series, will load a native kernel. Still some | Miod Vallat |
2006-05-16 | Labeling was the wrong way around. Make 5e 5i and vice versa. | Marco Peereboom |
2006-05-16 | the ifp->if_linkstatehooks may be NULL, add an extra check to avoid | Reyk Floeter |
2006-05-16 | Fix some htole32 I missed. | Marco Peereboom |
2006-05-16 | - pcbflags is not modified in pcb_(dis)connect, so there's no | Markus Friedl |
2006-05-16 | tpyo | Michael Shalayeff |
2006-05-16 | Add struct fpreg. | Mark Kettenis |
2006-05-16 | Fix tsleep wait channel name; ok damien@ | Miod Vallat |
2006-05-16 | fix comments | Michael Shalayeff |
2006-05-16 | attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4) | Brad Smith |
2006-05-16 | consider re(4) as a possible 8139 chipset. | Brad Smith |
2006-05-16 | only allow setting Jumbo MTU frame sizes with the 8169 chipset. | Brad Smith |
2006-05-16 | Add READ CAPACITY. | Marco Peereboom |
2006-05-16 | Oops PREREAD not PREWRITE. | Marco Peereboom |
2006-05-16 | Add TUR and make it send it directly to firmware. | Marco Peereboom |
2006-05-15 | Clear all relevant ccb fields when mfi_put_ccb frees a ccb. | Marco Peereboom |
2006-05-15 | Oops don't send command twice to firmware when polling. | Marco Peereboom |
2006-05-15 | Add INQUIRY command. | Marco Peereboom |
2006-05-15 | Fix SIGFPE handling. The code doing an ADVANCE after calling trapsignal(), | Mark Kettenis |
2006-05-15 | Sprinkle bus_space_barrier()s after LANCE register writes, as already done | Miod Vallat |
2006-05-15 | Clean secondary processors initialization code, similar to mvme88k; | Miod Vallat |
2006-05-15 | Merge creator attachment code again, it turns out the upa/mainbus attachment | Miod Vallat |
2006-05-15 | Implement PT_{GET|SET}FPREGS. | Mark Kettenis |
2006-05-15 | better wording for the "memory" section; | Jason McIntyre |
2006-05-15 | Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variant | Dimitry Andric |
2006-05-15 | Wrong routine for reserved vector 0x0f. | Miod Vallat |
2006-05-15 | Add device name when printing out errors. Pointed out by deraadt@ | Marco Peereboom |
2006-05-15 | Kill evil spacing. | Marco Peereboom |
2006-05-15 | Make _bmc_io_wait 1 second instead of 500ms. | Marco Peereboom |
2006-05-15 | add a shutdown hook. | Brad Smith |
2006-05-14 | up the TX descriptors to the max. | Brad Smith |
2006-05-14 | only call init if not running. | Brad Smith |
2006-05-14 | clsc works; tleslie@gmail.com | Theo de Raadt |
2006-05-14 | amd64 can handle this too; tleslie@gmail.com | Theo de Raadt |
2006-05-14 | Make the array of fpu exception types/codes big enough. | Mark Kettenis |
2006-05-14 | set the multicast filter in xge_init(). | Brad Smith |
2006-05-14 | set the maximum MRU by default. | Brad Smith |
2006-05-14 | account for interrupts in the interrupt handler. | Brad Smith |
2006-05-14 | use __mips64__ | Robert Nagy |
2006-05-14 | xge works as well here (ie. as well as i386, which is not yet perfect, | Theo de Raadt |
2006-05-14 | - /usr/mdec is usually not in path, invoke installboot with full path | Martin Reindl |
2006-05-14 | re-enable link up/down messages because they spray a lot right now | Theo de Raadt |
2006-05-14 | comment out link up/down printf's. | Brad Smith |