summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-11-28Correctly report channel. PR 4728.Jonathan Gray
ok fgsch@
2005-11-28ansi/deregister.Jonathan Gray
'go for it' deraadt@
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
but go through a provided wrapper. also provide rt_lookup() instead of doing the lookup manually in many places. ryan ok
2005-11-27Move bpf_mtap() after trunk_*_input() so that we hopefull see only oneRyan Thomas McBride
copy of the packet with bpf. ok reyk@
2005-11-27Attempt to accept a packet only once when operating in failover mode.Ryan Thomas McBride
Makes trunk usable with hubs or switches which don't have actual trunk support. ok reyk@
2005-11-27Get rid of the `len' locator for VME devices, since mappings have a pageMiod Vallat
granularity anyway; devices who would want more than one page mapped in order to probe for the hardware can take appropriate action in their cfmatch routine anyway.
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
lock. Fixes a race as seen on PR kern/4915. Okay miod@ and joris@, tested by krw@ and hshoexer@, thanks.
2005-11-27regenBrad Smith
2005-11-27- add Creative PCI ids for AWE64D, SoundBlaster Audigy 1/2/4, and another PCIBrad Smith
joystick port. - mention the name Yukon for the Belkin Yukon entry.
2005-11-27In the core of the idle loop, be sure to invoke spl0 more than once toMiod Vallat
process soft interrupts; fixes luna88k hanging after the rootdev line. Tested aoyama@ martin@ and I
2005-11-27Completly remove transition path INIT -> MASTER.Marco Pfatschbacher
A bug introduced in -r 1.4 led lower priotorized hosts switching to MASTER state for a short time at bootup, if preemption was enabled. OK mcbride@
2005-11-27Sort the IP addresses in ascending order when doing the carp hmac; makesRyan Thomas McBride
alias address order on the interface irrelevant. prodding by henning@, ok mpf@
2005-11-27Fix dereference of uninitialised pointer in trunk_input() error path.Ryan Thomas McBride
ok reyk@
2005-11-27Make the trunk interface link state depend on the link states of theRyan Thomas McBride
trunkports (link is UP as long as at least one of the trunkports is up) ok reyk@
2005-11-27Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() onKenneth R Westerback
dmamap. bus_dmamap_unload() invalidates dm_nsegs. Instead, use a saved value of dm_nsegs when calling bus_dmamem_free(). ok marco@
2005-11-27Prevent scsi pass-through busses from attaching when a board is markedMarco Peereboom
broken. ok dlg@
2005-11-27Since reception of Jumbo frames is enabled by default; ensure properBrad Smith
alignment with m_adj() in em_get_buf() whether the MTU is bumped higher or not.
2005-11-27Fix ami_freemem() by initializing segp before using it.Kenneth R Westerback
ok marco@
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
this should allow IPMI BMC pass-through to work once the OS is running. From Doug Ambrisko on the FreeBSD net list. Based on the Linux tg3 driver.
2005-11-26Frequency scaling for IBM 970FX.Mark Kettenis
ok drahn@
2005-11-26fix interrupt moderation timer frequencies for Yukon and Yukon-II basedBrad Smith
chips. From Jeff Rizzo on NetBSD's tech-net list, based on the Marvell sk98lin Linux driver, and also matches what the Marvell FreeBSD does.
2005-11-26set Ethernet flow control parameters in em_hardware_init()Brad Smith
after the PBA size has been set.
2005-11-26Add some missing 'break;'s in auich and auixp that lint spotted. WhileKenneth R Westerback
here, use FALLTHRU or FALLTHROUGH to make lint even happier. ok marco@ miod@
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
krw@ removed all seg references and cleaned up htole32 a bit.
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
correctly.
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
they caused the entire cache to be processed.
2005-11-25Prefer vaddr_t and paddr_t types, instead of void * and heavy casts.Miod Vallat
Improves readability, no functional change.
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
at all.
2005-11-25FALLTHROUH -> FALLTHROUGH for lint.Kenneth R Westerback
2005-11-25do not use any casting in the atop/ptoa; tested on all archs by martin@ ↵Michael Shalayeff
miod@ mickey@
2005-11-25explicitly cast caddr_t to vaddr_tMichael Shalayeff
2005-11-25move the code to delete routes having a specific interface as outputHenning Brauer
when the interface is deleted to a function in route.c, and replace the copies of that code by calls to that function from basel almost-hackathon
2005-11-25built files should be checked in after the source fileTed Unangst
2005-11-25KNFHenning Brauer
2005-11-25reduce eyebleeding, since we only borrow the code from our childrenHenning Brauer
2005-11-25How can we dance when our humppa is feedingHenning Brauer
How do we code while our eyes are bleeding
2005-11-25Introduce debugging aid for queue macros. Disabled by default; butOtto Moerbeek
developers are encouraged to run with this enabled. ok krw@ fgsch@ deraadt@
2005-11-25Remove $ on access to cpuid_level: we want to get the value of theTom Cosgrove
variable, not its address. ok weingart@
2005-11-25fix BCM5714 PCI id name and add 5714S, 5715 and 5715S.Brad Smith
2005-11-25regenBrad Smith
2005-11-25- add BCM5714S, BCM5715 and BCM5715SBrad Smith
- change BCM5714C to BCM5714 From Broadcom's Linux driver