Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-31 | Use symbolic constants for TLB demapping operations. | Mark Kettenis | |
This fixes a few cases where the hardcoded constant indicated a reserved operation instead of the intended secundary context flush. ok jason@ | |||
2006-05-31 | dont display the first manufacturing page | David Gwynne | |
2006-05-31 | c++ style comments shouldnt be in the tree | David Gwynne | |
2006-05-31 | fix Jumbo frames on strict alignment architectures by allocating a new mbuf and | Brad Smith | |
copying the Ethernet header to the new mbuf. The new mbuf is then prepended into the existing mbuf chain. From FreeBSD ok reyk@ pascoe@ jason@ | |||
2006-05-31 | add comment indictation that rtable_add must be called at splsoftnet | Henning Brauer | |
2006-05-31 | order cdevs alphabetically by vendor | Felix Kronlage | |
ok brad@ | |||
2006-05-31 | Enable wdt(4) by default. ok deraadt | Michael Knudsen | |
2006-05-31 | Use the watchdog(4) framework for watchdog services instead of rolling | Michael Knudsen | |
more or less the same code. This means that all our watchdog drivers use the framework, and that they all can be configured using sysctl kern.watchdog.{period,auto}, and they can all use watchdogd. At least for now we still support the /dev/wdt0 char device and userland poking using ioctl. Testing by < jg ! rilk , com >, many thanks! ok deraadt | |||
2006-05-31 | move us to multiple routing table heads. | Henning Brauer | |
-instead of staticaly declaring the heads, allocate memory for them -add second dimension to the routing table head array, table ID -space saver: do not use the AF as array index directly, but have an AF->index translation array and only account for AFs actually attaching a routing table note that whil ethat allows for multiple routing table heads, nothing uses taht yet. tested by many, ok claudio reyk norby mcbride | |||
2006-05-31 | match SUNW,qlc->isp (one step away from root on isp/fibre channel on US3) | Jason Wright | |
2006-05-31 | int32 i >> 32 is undefined, so cast to unsigned long long first, ok dlg | Theo de Raadt | |
2006-05-31 | implement chained scatter gather lists. | David Gwynne | |
2006-05-30 | how about we -correctly- match the schizo. When I get home, I'm going | Jason Wright | |
to make this code cleaner, but I'm bloody tired of typing the root device name | |||
2006-05-30 | Give up trying to communicate after 10 consecutive errors - the device | Christopher Pascoe | |
is most likely not coming back. | |||
2006-05-30 | Export the route labels via sysctl interface not only via RTM_GET. | Claudio Jeker | |
OK henning@ norby@ | |||
2006-05-30 | Do not reset the board, for it will not keep the interrupt configuration the | Miod Vallat | |
BIOS configured it in; from NetBSD via Andrew Daugherity. | |||
2006-05-30 | add Oxford CB950 to the list of devices having more than one BAR, so | Felix Kronlage | |
that it can be attached properly | |||
2006-05-30 | removes the isavar.h include and the ifdef bsdi cruft | Felix Kronlage | |
ok miod | |||
2006-05-30 | remove dev/isa/isavar.h include, not needed anymore | Felix Kronlage | |
ok miod | |||
2006-05-30 | Define meaningful values for IPL_ levels, which directly map to the spl | Miod Vallat | |
operation. Will allow a vax implementation of splassert(). | |||
2006-05-30 | Map buffers with pmap_kenter_pa() instead of pmap_enter(). | Miod Vallat | |
2006-05-30 | sync with reality. | Christopher Pascoe | |
2006-05-30 | The aperture that is needed in legacy vga space is even larger for | Matthieu Herrb | |
the mac mini's ATI graphics card. The full 0xa0000-0xfffff range is used here. | |||
2006-05-30 | Sync region detection algorithm with macppc, helps some recent cards, such | Miod Vallat | |
as 3DLabs Permedia and Intergraph Expert3D. Also, if no mmio region is found, attach anyway, this only prevents accelerated X11 from starting. | |||
2006-05-30 | Not necessary here either. | Miod Vallat | |
2006-05-30 | rework the schizo attach to match the upaid and paddr regs | Jason Wright | |
(/pci@8,600000/, 8 == upaid, 600000 == paddr of registers) Also, match the mpi (LSILogic,sas) | |||
2006-05-30 | Put ASF/IPMI port 623 into the bad dynamic udp table, because otherwise | Theo de Raadt | |
we will randomly choose that stupid port, which NIC's are sometimes programmed to eat invisibly; sthen@bootes.spacehopper.org, pr5139 | |||
2006-05-30 | If a zero-length bulk or interrupt transfer is requested then assume | Christopher Pascoe | |
USBD_FORCE_SHORT_XFER to ensure that we actually build and execute a transfer. Based on changes in FreeBSD rev1.47 | |||
2006-05-30 | Remove dead toes. | Miod Vallat | |
2006-05-30 | with Naddy prodding, claudio's peril sensitive glasses turning black, and | Todd T. Fries | |
msf@'s assistance with hexdumping, this bug was found. do NOT access the wrong union member (sockaddr_in) when using v6 addresses this fixes output errors when displaying v6 encap routes for ipsecctl, route, and recently netstat ok hshoexer@ markus@ claudio@ naddy@ | |||
2006-05-30 | Several pieces were copied over from previous ports that are unnecessary, | Dale Rahn | |
pointed out by miod@ | |||
2006-05-30 | do not deref a ptr before NULL check; pedro@ ok | Michael Shalayeff | |
2006-05-30 | mpi works on sparc64 (running a U3 booted/rooted from one to commit this). | Jason Wright | |
dlg can fix the distrib/www stuff to doc it. | |||
2006-05-30 | raise the timeout on the init commands (especially port enable) to give | David Gwynne | |
the sas controller currently being used in jasons blade 2000 a chance to respond. | |||
2006-05-30 | hush; ok dlg | Jason Wright | |
2006-05-29 | clean userland namespace a bit more; ok miod | Theo de Raadt | |
2006-05-29 | increase the timeout on the enabling commands during attach so that sas | David Gwynne | |
controllers have a chance to respond. | |||
2006-05-29 | Check for possible NULL dereference in aml_showvalue | Can Erkin Acar | |
tested & ok gwk@ dim@ | |||
2006-05-29 | add the sas1064 as a supported device | David Gwynne | |
2006-05-29 | Sync P_BITS with rthread p_flags. | Miod Vallat | |
2006-05-29 | Make savecontrol functions more generic and use them now for raw IP too. | Claudio Jeker | |
Additionally add the IP_RECVIF option which returns the interface a packet was received on. OK markus@ norby@ | |||
2006-05-29 | Remove unused NetBSD new-style %b strings. | Miod Vallat | |
2006-05-29 | Convert NetBSD new-style %b strings to old-style. | Miod Vallat | |
2006-05-29 | extend %b support so that it will allow for arguments with more than 32 bits. | Jason Wright | |
2006-05-29 | Do not cast a bus_addr_t back in to a pointer as these types may not be | Miod Vallat | |
compatible; plus this makes a computation clearer. ok damien@ | |||
2006-05-29 | Regen (although this does not change anything for these keyboards). | Miod Vallat | |
2006-05-29 | Add support for the audio volume keys found on many laptops' builtin | Miod Vallat | |
keyboard. These specific keys are posted to a kernel thread which will issue mixer commands if an audio device exists. Written by Alexey Vatchenko <avv , mail zp ua> with tweaks by deraadt@ and I. | |||
2006-05-29 | Remove dead extern declarations. | Miod Vallat | |
2006-05-29 | limit the number of scatter gather entries sent with the scsi_io commands | David Gwynne | |
so it fits in the maximum request frame size. this will do until i can write sgl chaining in a nice way. | |||
2006-05-29 | add more mpi goo for scsi task management and port config | David Gwynne | |