summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2006-05-14set the maximum MRU by default.Brad Smith
2006-05-14account for interrupts in the interrupt handler.Brad Smith
2006-05-14use __mips64__Robert Nagy
2006-05-14xge 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 pathMartin Reindl
2006-05-14re-enable link up/down messages because they spray a lot right nowTheo de Raadt
2006-05-14comment out link up/down printf's.Brad Smith
2006-05-14xge might as well be enabledTheo de Raadt
2006-05-14add wpi(4) so i can get feedback.Damien Bergamini
2006-05-14Bring over workaround for broken BIOSes that use ACPI global interrupt numbersMark Kettenis
2006-05-14Initial import of wpi(4), a blob-free driver for Intel PRO/Wireless 3945ABGDamien Bergamini
2006-05-14Deal with arbitrary load addresses. Necessary for upcoming netboot code.Miod Vallat
2006-05-14When assigning a unit number, treat running off the end of theKenneth R Westerback
2006-05-14Add abstraction for resistor factors; makes it easier to compare them toMark Kettenis
2006-05-14Add a quirk to force the Wi-spy spectrum analyser to attach as ugen.Matthieu Herrb
2006-05-14Missing semicolon, found by deraadtMiod Vallat
2006-05-13enable twe on amd64, tested with a 7006-2Martin Reindl
2006-05-13regenMatthieu Herrb
2006-05-13Add Metageek Wi-Spy. ok deraadt@Matthieu Herrb
2006-05-13add IFQ_SET_MAXLENBrad Smith
2006-05-13add IFQ_SET_READY in wanpipe_generic_register() to notify the stack that thisBrad Smith
2006-05-13And the fallout from Manuel Pata's USB reader rumbles on ...Kenneth R Westerback
2006-05-13When SCSIDEBUG'ing, display the return value of scsi_interpret_sense()Kenneth R Westerback
2006-05-13Oops, intr_findvec() proto is still necessary.Miod Vallat
2006-05-13sensible english; ok jmc; from graham.gower@gmail.comTheo de Raadt
2006-05-13Avoid potential hash collisions and increase efficiency by doing an exactRyan Thomas McBride
2006-05-13use the PCI id from pcireg.hBrad Smith
2006-05-13add the PCI id and minimal changes necessary for the Xframe-II, accordingBrad Smith
2006-05-13mention the Xframe-II as well.Brad Smith
2006-05-12Fix a misreporting bug after bioctl -H is used to create a hotspare. This wasMarco Peereboom
2006-05-12Keep track of which DMA window was actually used to map theBrad Smith
2006-05-12add the PCI hdaudio subclass.Brad Smith