summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-05-18paramter -> parameterMiod Vallat
2006-05-18Enable mfi.Marco Peereboom
2006-05-18Remove some debug cruft and pretty up some debug messages.Marco Peereboom
2006-05-18Enable detection of SpeedStep support for the VIA Esther CPU's. NoteDimitry Andric
2006-05-18Kill splbio/splx in the interrupt handler.Marco Peereboom
2006-05-18And we have lift off! Was able to create a filesystem and write to theMarco Peereboom
2006-05-18some devices can do weird things upon a warm reboot so add a shutdownJolan Luff
2006-05-18Add a duplicate check for our own advertisements. This is necessaryMarco Pfatschbacher
2006-05-18Use standard swap16() and swap32() functions instead of abusing <db.h> to getMiod Vallat
2006-05-18Move otherwise unused <machine/vid.h> to stand/Miod Vallat
2006-05-18enable azalia(4) so we can get some more feedback.Brad Smith
2006-05-18disable the Analog Devices AD1981HD codec widget init routine for now.Brad Smith
2006-05-18de-staticBrad Smith
2006-05-18Test the state of a disk *after* spinning it up and not before. ThisKenneth R Westerback
2006-05-17cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 whenKenneth R Westerback
2006-05-17Add completion routines.Marco Peereboom
2006-05-17Add mfi_get_info to obtain all kinds of fun information from the fw.Marco Peereboom
2006-05-17Fix static array overrun.Brad Smith
2006-05-17regenBrad Smith
2006-05-17sync handling of fatal firmware errors w/ wpi(4)Damien Bergamini
2006-05-17remove 10GbE from the Xframe entries.Brad Smith
2006-05-17tweak the dmesg printing a bit.Brad Smith
2006-05-17mega-commit of unrelated changes:Damien Bergamini
2006-05-17Refactor scsi path so that we can have a single sgl function for io and non-ioMarco Peereboom
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