Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-26 | add support for hardware rng using default scalar (can generate up to a | Jason Wright | |
3Mbit/s stream, but we're not using that... yet). | |||
2001-06-26 | avoid useless m_copyback | Jun-ichiro itojun Hagino | |
2001-06-26 | fix big oops in bus access macros and buffer for rng | Jason Wright | |
2001-06-26 | use m_copydata for 1st ip header too. | Jun-ichiro itojun Hagino | |
2001-06-26 | avoid m_pulldown (and mbuf alloc/free). | Jun-ichiro itojun Hagino | |
- copy the data content of mbuf to local data structure by m_copydata. - if we did any NAT operation, copy the updated content back by m_copyback. XXX PFLOG_PACKET will now log the original packet, before the NAT. is it correct? XXX does not do m_copyback on PF_DROP case. is it okay? | |||
2001-06-26 | More KNF | Angelos D. Keromytis | |
2001-06-26 | pass ip header offset to child functions. a preparation for | Jun-ichiro itojun Hagino | |
m_pulldown -> m_copydata transition. | |||
2001-06-26 | KNF | Angelos D. Keromytis | |
2001-06-26 | Replicated TCP sequence tracking code in PF from Guido's IPF paper. | Mike Frantzen | |
2001-06-26 | sigh | Niels Provos | |
2001-06-26 | pflog_packet fails on NULL mbuf | Niels Provos | |
2001-06-26 | this is not a bus master | Jason Wright | |
2001-06-26 | KNF | Angelos D. Keromytis | |
2001-06-26 | move bus access to var where it belongs | Jason Wright | |
2001-06-26 | bus access methods | Jason Wright | |
2001-06-26 | finish register defs | Jason Wright | |
2001-06-26 | bye bye | Brad Smith | |
-- Ok'd by deraadt@ & ericj@ | |||
2001-06-26 | vendor extensions not yet | Michael Shalayeff | |
2001-06-26 | ipf be gone | Niels Provos | |
2001-06-26 | Start at raw SCSI support over i2o, from NetBSD, hacked by me, not ready | Niklas Hallqvist | |
2001-06-26 | i2o and pckbc | Michael Shalayeff | |
2001-06-26 | i2o or iop at pci fails | Michael Shalayeff | |
2001-06-26 | accomodate for i2o addition | Michael Shalayeff | |
2001-06-26 | mea culpa | Daniel Hartmeier | |
2001-06-25 | regen | Michael Shalayeff | |
2001-06-25 | i960 ppb on dpt i2o cards | Michael Shalayeff | |
2001-06-25 | some reg defs | Jason Wright | |
2001-06-25 | closer to building with -Wno-uninitialized | Dale Rahn | |
2001-06-25 | damn greeks desperate for commits... | Bob Beck | |
2001-06-25 | Revert change to using sc_link in calls to siop_print_info(). | Kenneth R Westerback | |
sc_link->device_softc not necessarily available for devices like cd's that don't issue SCSI commands after INQUIRY during probe, leaving negotiation triggering to next LUN. Spotted by Nikolay Sturm. Fixing this is not worth the effort and added complexity for a cosmetic improvement. Keep code cleanups done at the same time, and add a typo fix (destiation -> destination). | |||
2001-06-25 | Forgot the PCI bus attachment, from NetBSD, hacked by mickey | Niklas Hallqvist | |
2001-06-25 | add MACOBIOVERBOSE as per discussion w/ dale | Michael Shalayeff | |
2001-06-25 | KNF | Angelos D. Keromytis | |
2001-06-25 | Comment out the iopsp desc. | Niklas Hallqvist | |
2001-06-25 | Include I2O files | Niklas Hallqvist | |
2001-06-25 | New dma engine skeleton | Jason Wright | |
2001-06-25 | prototype OF_interpret(), more cleanup. | Dale Rahn | |
2001-06-25 | Initial I2O framework from NetBSD, hacked up by mickey and me. | Niklas Hallqvist | |
Finds devices fine, but we still have no subdevice drivers. Coming though. | |||
2001-06-25 | fix some constraints and spillage | Michael Shalayeff | |
2001-06-25 | Be more careful in pciide_compat_intr_disestablish. | Artur Grabowski | |
While I'm here, clean up spaces. | |||
2001-06-25 | we need only one pflog now | Niels Provos | |
2001-06-25 | extend the logging via a new link header type. export interface, direction, | Niels Provos | |
action and rule nr. | |||
2001-06-25 | Enable interrupts during PCIIDE detect | Constantine Sapuntzakis | |
2001-06-25 | remaining lists converted to TAILQs | Daniel Hartmeier | |
2001-06-25 | Don't return from a void function. | Artur Grabowski | |
2001-06-25 | Undo premature commit | Constantine Sapuntzakis | |
2001-06-25 | Cleanup/rewrite. Some further work. No crypto yet. | Hakan Olsson | |
2001-06-25 | Whoops, there's nothing at sc_link[1] any more | Constantine Sapuntzakis | |
2001-06-25 | use TAILQ instead of homegrown list, other lists will follow | Daniel Hartmeier | |
2001-06-25 | bits are -wrong- in documentation... this is a recurring theme, do chip | Jason Wright | |
makers -read- their docs? |