summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-05-17missing rtlabel support in pf_addr_wrap_neq()Henning Brauer
2006-05-17Don't cast malloc()Pedro Martelletto
2006-05-17Delay board type retrieval.Miod Vallat
2006-05-17Detach children devices in reverse order. This gives better display, andKenneth R Westerback
2006-05-17change ktr_len to size_t. put ktr_type after comm for better alignmentTed Unangst
2006-05-16Recognize braindead 6:1 CMMU to CPU ratio configurations (which we do notMiod Vallat
2006-05-16Print a final line before asking the PROM to halt or reboot, for theMiod Vallat
2006-05-16Nuke some { }Marco Peereboom
2006-05-16Move !xs->data case into mfi_start_xs.Marco Peereboom
2006-05-16Crank bootblocks version for today's changes.Miod Vallat
2006-05-16Nuke whitespace at EOLMiod Vallat
2006-05-16Make standalone binaries compile with -Wall -WerrorMiod Vallat
2006-05-16Cleanup of mvme88k standalone code, with rewritten startup code withMiod Vallat
2006-05-16Fix some more htole32 screw-ups.Marco Peereboom
2006-05-16Network bootloader for AV400 series, will load a native kernel. Still someMiod Vallat
2006-05-16Labeling was the wrong way around. Make 5e 5i and vice versa.Marco Peereboom
2006-05-16the ifp->if_linkstatehooks may be NULL, add an extra check to avoidReyk Floeter
2006-05-16Fix some htole32 I missed.Marco Peereboom
2006-05-16- pcbflags is not modified in pcb_(dis)connect, so there's noMarkus Friedl
2006-05-16tpyoMichael Shalayeff
2006-05-16Add struct fpreg.Mark Kettenis
2006-05-16Fix tsleep wait channel name; ok damien@Miod Vallat
2006-05-16fix commentsMichael Shalayeff
2006-05-16attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4)Brad Smith
2006-05-16consider re(4) as a possible 8139 chipset.Brad Smith
2006-05-16only allow setting Jumbo MTU frame sizes with the 8169 chipset.Brad Smith
2006-05-16Add READ CAPACITY.Marco Peereboom
2006-05-16Oops PREREAD not PREWRITE.Marco Peereboom
2006-05-16Add TUR and make it send it directly to firmware.Marco Peereboom
2006-05-15Clear all relevant ccb fields when mfi_put_ccb frees a ccb.Marco Peereboom
2006-05-15Oops don't send command twice to firmware when polling.Marco Peereboom
2006-05-15Add INQUIRY command.Marco Peereboom
2006-05-15Fix SIGFPE handling. The code doing an ADVANCE after calling trapsignal(),Mark Kettenis
2006-05-15Sprinkle bus_space_barrier()s after LANCE register writes, as already doneMiod Vallat
2006-05-15Clean secondary processors initialization code, similar to mvme88k;Miod Vallat
2006-05-15Merge creator attachment code again, it turns out the upa/mainbus attachmentMiod Vallat
2006-05-15Implement PT_{GET|SET}FPREGS.Mark Kettenis
2006-05-15better wording for the "memory" section;Jason McIntyre
2006-05-15Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variantDimitry Andric
2006-05-15Wrong routine for reserved vector 0x0f.Miod Vallat
2006-05-15Add device name when printing out errors. Pointed out by deraadt@Marco Peereboom
2006-05-15Kill evil spacing.Marco Peereboom
2006-05-15Make _bmc_io_wait 1 second instead of 500ms.Marco Peereboom
2006-05-15add a shutdown hook.Brad Smith
2006-05-14up the TX descriptors to the max.Brad Smith
2006-05-14only call init if not running.Brad Smith
2006-05-14clsc works; tleslie@gmail.comTheo de Raadt
2006-05-14amd64 can handle this too; tleslie@gmail.comTheo de Raadt
2006-05-14Make the array of fpu exception types/codes big enough.Mark Kettenis
2006-05-14set the multicast filter in xge_init().Brad Smith