Age | Commit message (Expand) | Author |
2009-04-19 | Add heuristics to tell IP27 and IP35 apart, as they will need to be handled | Miod Vallat |
2009-04-19 | A much more reliable logic to find out the second interrupt of the ioc boards. | Miod Vallat |
2009-04-19 | Fix typo pointed out by a couple of people. | Mark Kettenis |
2009-04-18 | Attach to IP35 Xbridge too. | Miod Vallat |
2009-04-18 | Attach pci busses with pba_bus being zero, and not our bridge unit number, | Miod Vallat |
2009-04-18 | Fewer hardcoded values and simpler code in ip30 interrupt handling. | Miod Vallat |
2009-04-18 | Simplify ethernet interrupt dispatching, since it is not shared with anything | Miod Vallat |
2009-04-18 | Make "route(8) change" aware of MPLS. | Michele Marchetto |
2009-04-18 | Fix tyop. | Michael Knudsen |
2009-04-17 | schsio_probe() reads the chip id to find out if we should attach or not. | Michael Knudsen |
2009-04-17 | Catch up with uvm_pglistalloc() interface change. | Mark Kettenis |
2009-04-17 | Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring. | Mark Kettenis |
2009-04-17 | move the lastr = r assignment behind the anchor rule check so we don't | Henning Brauer |
2009-04-17 | Remove unused function proc_isunder() | Bret Lambert |
2009-04-17 | Add device ranking support for future sleep/wake developments. | Paul Irofti |
2009-04-17 | Correctly handle packets that are leaving the MPLS cloud and | Michele Marchetto |
2009-04-17 | Another case of locking just to read uvmexp.free. Kill the locking, not | Owain Ainsworth |
2009-04-16 | Change some parameter types from int to u_int8_t since the | Michael Knudsen |
2009-04-16 | make TKIP TSC start at 1 (instead of 0) to match the standard. | Damien Bergamini |
2009-04-16 | Really turn fragment reassembly on by default. pfctl must handle this | David Krause |
2009-04-15 | The current iommu code only touches the hardware if the bios did not | Owain Ainsworth |
2009-04-15 | Remove some unused symbolic constants. | Michael Knudsen |
2009-04-15 | Disable DEBUG now, it floods too much information. | Miod Vallat |
2009-04-15 | A firsh shot at IP27 interrupts; currently the code assumes it runs on | Miod Vallat |
2009-04-15 | Change the way the widget interrupt register is computed and have it become | Miod Vallat |
2009-04-15 | Oops, referenced an include file which I don't plan to commit yet. | Miod Vallat |
2009-04-15 | Only enable the passthrough interrupt for serial ports, and let com(4) manage. | Miod Vallat |
2009-04-15 | little dose of scrubbing after the monster changes: | Henning Brauer |
2009-04-15 | We don't need to grab the fpageqlock to do nothing but look at the value | Owain Ainsworth |
2009-04-15 | Misplaced comment. | Artur Grabowski |
2009-04-15 | Remove en(4) (no manpage present, no none removed), and the midway.c glue code | Owain Ainsworth |
2009-04-15 | move OK ICMP to NOISY level, makes it easier to run at MISC level; ok henning@ | David Krause |
2009-04-15 | move pfsync stale update messages to NOISY level; ok dlg@ henning@ | David Krause |
2009-04-15 | fix properly; size gets decremented while we check the segments, so save it so | Owain Ainsworth |
2009-04-15 | clean up the sub-driver callback mess a little. | Owain Ainsworth |
2009-04-15 | Add a bit of sanity-checking paranoia | Owain Ainsworth |
2009-04-15 | make load_raw do the same as the others and set mapsize and nsegs to | Owain Ainsworth |
2009-04-15 | bus_dmamap_load_raw didn't set map->dm_mapsize on successful load. | Owain Ainsworth |
2009-04-14 | Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc... | Janne Johansson |
2009-04-14 | Oops, this comment change should not have been commited. What it | Owain Ainsworth |
2009-04-14 | The use of uvm.pagedaemon_lock is incredibly inconsistent. only a | Owain Ainsworth |
2009-04-14 | Correctly handle the case when state might be NULL in pf_test like | Alexander Yurchenko |
2009-04-14 | Convert sis(4) to MCLGETI() and make soekris suck much less. With this the | Claudio Jeker |
2009-04-14 | do not cache the computed TTAK unless MIC has been verified. | Damien Bergamini |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-14 | enable ix(4). | Jonathan Gray |
2009-04-14 | Some tweaks to the cpu affinity code. | Artur Grabowski |
2009-04-14 | Don't free an mbuf that's still on the TX queue. While there sanitize the | Mark Kettenis |
2009-04-13 | Convert the page queue lock to a mutex instead of a simplelock. | Owain Ainsworth |
2009-04-13 | Ignore zero-sized regions from the BIOS memory map when reserving root PCI | Mark Kettenis |