summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-11-28tapwave zodiac is a uvisor interfaceTheo de Raadt
2005-11-28Fixed Motherbobrd typoJordan Hargrave
2005-11-28Added sysids for PowerVault/PowerApp ESM2 systemsJordan Hargrave
2005-11-28back out the last 2 commits to bge(4) for now.Brad Smith
2005-11-28use atop(), remove last traces of Mach macros from hppa and hppa64Martin Reindl
2005-11-28probe before match; ok jordan marcoTheo de Raadt
2005-11-28attempt to cope with the other versions of the chipsTheo de Raadt
2005-11-28back out last change, caused me panics on jumbo packets, ok deraadt@Peter Stromberg
2005-11-28another dangling semicolon from Matthias BauerMichael Shalayeff
2005-11-28- consistently use x86_round_pdr() allowing us to remove the superfluousMartin Reindl
2005-11-28fix month-old breakage found by genududes (after henning's breakage)Michael Shalayeff
2005-11-28more breakageMarkus Friedl
2005-11-28unbreak route deletion (from revision 1.55; obviously too much eyebleeding)Markus Friedl
2005-11-28Correctly report channel. PR 4728.Jonathan Gray
2005-11-28ansi/deregister.Jonathan Gray
2005-11-27Hide a few things from _LOCORE.Miod Vallat
2005-11-27repair builds. ramdisk kernels forgotten about again.Theo de Raadt
2005-11-27don't let anything outside route.c access the routing table heads directly,Henning Brauer
2005-11-27Move bpf_mtap() after trunk_*_input() so that we hopefull see only oneRyan Thomas McBride
2005-11-27Attempt to accept a packet only once when operating in failover mode.Ryan Thomas McBride
2005-11-27Get rid of the `len' locator for VME devices, since mappings have a pageMiod Vallat
2005-11-27Nuke autoconf.h commons.Miod Vallat
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-27Don't set MNT_UPDATE and MNT_RELOAD before acquiring the mount pointPedro Martelletto
2005-11-27regenBrad Smith
2005-11-27- add Creative PCI ids for AWE64D, SoundBlaster Audigy 1/2/4, and another PCIBrad Smith
2005-11-27In the core of the idle loop, be sure to invoke spl0 more than once toMiod Vallat
2005-11-27Completly remove transition path INIT -> MASTER.Marco Pfatschbacher
2005-11-27Sort the IP addresses in ascending order when doing the carp hmac; makesRyan Thomas McBride
2005-11-27Fix dereference of uninitialised pointer in trunk_input() error path.Ryan Thomas McBride
2005-11-27Make the trunk interface link state depend on the link states of theRyan Thomas McBride
2005-11-27Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() onKenneth R Westerback
2005-11-27Prevent scsi pass-through busses from attaching when a board is markedMarco Peereboom
2005-11-27Since reception of Jumbo frames is enabled by default; ensure properBrad Smith
2005-11-27Fix ami_freemem() by initializing segp before using it.Kenneth R Westerback
2005-11-27Use pci_get_capability() to check if were on a PCI Express card or not.Brad Smith
2005-11-27add initial support for ASF.Brad Smith
2005-11-26Frequency scaling for IBM 970FX.Mark Kettenis
2005-11-26fix interrupt moderation timer frequencies for Yukon and Yukon-II basedBrad Smith
2005-11-26set Ethernet flow control parameters in em_hardware_init()Brad Smith
2005-11-26Add some missing 'break;'s in auich and auixp that lint spotted. WhileKenneth R Westerback
2005-11-26some cleanup from gordonTed Unangst
2005-11-26Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@Marco Peereboom
2005-11-26typo from Daniel Matic <maticd at gmail dot com>Marco Peereboom
2005-11-25Get rid of BROKEN_MMU_MASK, unnecessary now that bus_dmamap_sync() behavesMiod Vallat
2005-11-25Replace utterly wrong bus_dmamap_sync() with a much better version.Miod Vallat
2005-11-25Let the cache synchronization and invalidation functions report whetherMiod Vallat
2005-11-25Prefer vaddr_t and paddr_t types, instead of void * and heavy casts.Miod Vallat
2005-11-25Need an explicit cast for atop() now.Miod Vallat
2005-11-25We don't have a va mapping in match() so don't bother trying to use badvaddr()Miod Vallat