Age | Commit message (Expand) | Author |
2009-07-16 | Backout rev1.79 of if_vlan.c and rev1.66 of if_trunk.c; | Thordur I. Bjornsson |
2009-07-16 | Program PPB_REG_PREFLIM_HI32, not PPB_REG_PREFBASE_HI32 a second time. Oops. | Miod Vallat |
2009-07-16 | KNF | Michael Knudsen |
2009-07-16 | Clean up after X. | Mark Kettenis |
2009-07-16 | Make the PCI-PCI bridge initialization code bus-independent, relying on a | Miod Vallat |
2009-07-16 | Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4) | Miod Vallat |
2009-07-16 | - Add missing tick handler calling mii_tick(). | Stuart Henderson |
2009-07-15 | missing va_end in aml_seterror; ok marco@ | Martynas Venckus |
2009-07-15 | In sdmmc_intr_establish(), don't duplicate the `name' parameter. | Michael Knudsen |
2009-07-15 | missing va_end in bios_printf & dioopen. ok miod@ | Martynas Venckus |
2009-07-15 | Removes the magic bit from re_init() and moves the common | Christian Weisgerber |
2009-07-15 | Check db_recover for NULL before longjmp(db_recover) in db_error(), as it can | Miod Vallat |
2009-07-15 | Sync PCI scsi controllers; from Brad. | Miod Vallat |
2009-07-15 | print interrupt string like com at puc does | Theo de Raadt |
2009-07-15 | regen | Mark Kettenis |
2009-07-15 | Add VMware virtual PCIE bridge (and adjust the virtual PCI bridge define for | Mark Kettenis |
2009-07-14 | Silence ``invalid NVRAM header'' message if the NVRAM header is three zero | Miod Vallat |
2009-07-14 | Kill structs and ioctls that were never implemented. | Mark Kettenis |
2009-07-14 | don't give people any ideas. nfssvc(2) should not be used | Thordur I. Bjornsson |
2009-07-14 | Display driver for GTA01, (not freerunner). | Dale Rahn |
2009-07-14 | Unbreak moko, SOFTSERIAL->SOFTTTY, a pmap change, and a missing file. | Dale Rahn |
2009-07-13 | Extend xbridge to support shared interrupt handlers, and perform PCI-PCI | Miod Vallat |
2009-07-13 | Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) in | Mark Kettenis |
2009-07-13 | Add a somewhat minimal bus_dma(9) implementation. Only fully implemented for | Mark Kettenis |
2009-07-13 | Get rid of the token bucket filter. | Michele Marchetto |
2009-07-13 | Do the same rdomain checking in sppp as we do in the Ethernet case. | Claudio Jeker |
2009-07-13 | Make the callers of nfs_request() responsible for freeing the reply mbuf, | Thordur I. Bjornsson |
2009-07-13 | dont initialise ifp->if_snd.ifq_maxlen, and then follow it by | David Gwynne |
2009-07-13 | make the send queue one slot long. this forces packets off the virtual | David Gwynne |
2009-07-12 | Assert copyright. | Joel Sing |
2009-07-12 | Fix rebuild percentage so that it ranges from 0-99% rather than 1-100%. | Joel Sing |
2009-07-12 | Don't attach when the PROM didn't give us an interrupt. Fix printed messages | Mark Kettenis |
2009-07-12 | Add protection against multiple inclusion. | Mark Kettenis |
2009-07-12 | Enable gem@sbus. | Mark Kettenis |
2009-07-12 | In a error case in malo_init (e.g. can't load the firmware), | Marcus Glocker |
2009-07-12 | Clean up debug droppings in sr_raid1_set_vol_state(). | Joel Sing |
2009-07-12 | Enable hotspare rebuilds for softraid RAID1. | Joel Sing |
2009-07-12 | Add support for global hotspares to softraid. | Joel Sing |
2009-07-12 | Add some missing GEM_SBUS_CONFIG bits. | Mark Kettenis |
2009-07-12 | If devices have roamed, complain once then update the metadata, just like | Joel Sing |
2009-07-11 | When rebooting, pass a request to the PROM for it to skip diagnostics and | Miod Vallat |
2009-07-11 | Nuke an '__inline' that upset clang. Multi-line function should not | Kenneth R Westerback |
2009-07-11 | - Add some new feature flags | Stuart Henderson |
2009-07-11 | Ensure that we hold the appropriate lock before calling | Joel Sing |
2009-07-11 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-10 | sync | Stuart Henderson |
2009-07-10 | add a couple of NVIDIA MCP77 PCI-ISA bridges, from Brad. | Stuart Henderson |
2009-07-10 | RL_HWREV_8168DP can be either RTL8168DP or RTL8111DP, so print both, | Stuart Henderson |
2009-07-10 | Swap the hardware revision IDs for 8169S and 8110S. Agrees with the | Stuart Henderson |
2009-07-10 | check 4 (instead of merely 2) addr bits for probing sdtemp(4) chips; ok deraadt | Constantine A. Murenin |