summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-06-26add support for hardware rng using default scalar (can generate up to aJason Wright
3Mbit/s stream, but we're not using that... yet).
2001-06-26avoid useless m_copybackJun-ichiro itojun Hagino
2001-06-26fix big oops in bus access macros and buffer for rngJason Wright
2001-06-26use m_copydata for 1st ip header too.Jun-ichiro itojun Hagino
2001-06-26avoid 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-26More KNFAngelos D. Keromytis
2001-06-26pass ip header offset to child functions. a preparation forJun-ichiro itojun Hagino
m_pulldown -> m_copydata transition.
2001-06-26KNFAngelos D. Keromytis
2001-06-26Replicated TCP sequence tracking code in PF from Guido's IPF paper.Mike Frantzen
2001-06-26sighNiels Provos
2001-06-26pflog_packet fails on NULL mbufNiels Provos
2001-06-26this is not a bus masterJason Wright
2001-06-26KNFAngelos D. Keromytis
2001-06-26move bus access to var where it belongsJason Wright
2001-06-26bus access methodsJason Wright
2001-06-26finish register defsJason Wright
2001-06-26bye byeBrad Smith
-- Ok'd by deraadt@ & ericj@
2001-06-26vendor extensions not yetMichael Shalayeff
2001-06-26ipf be goneNiels Provos
2001-06-26Start at raw SCSI support over i2o, from NetBSD, hacked by me, not readyNiklas Hallqvist
2001-06-26i2o and pckbcMichael Shalayeff
2001-06-26i2o or iop at pci failsMichael Shalayeff
2001-06-26accomodate for i2o additionMichael Shalayeff
2001-06-26mea culpaDaniel Hartmeier
2001-06-25regenMichael Shalayeff
2001-06-25i960 ppb on dpt i2o cardsMichael Shalayeff
2001-06-25some reg defsJason Wright
2001-06-25closer to building with -Wno-uninitializedDale Rahn
2001-06-25damn greeks desperate for commits...Bob Beck
2001-06-25Revert 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-25Forgot the PCI bus attachment, from NetBSD, hacked by mickeyNiklas Hallqvist
2001-06-25add MACOBIOVERBOSE as per discussion w/ daleMichael Shalayeff
2001-06-25KNFAngelos D. Keromytis
2001-06-25Comment out the iopsp desc.Niklas Hallqvist
2001-06-25Include I2O filesNiklas Hallqvist
2001-06-25New dma engine skeletonJason Wright
2001-06-25prototype OF_interpret(), more cleanup.Dale Rahn
2001-06-25Initial 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-25fix some constraints and spillageMichael Shalayeff
2001-06-25Be more careful in pciide_compat_intr_disestablish.Artur Grabowski
While I'm here, clean up spaces.
2001-06-25we need only one pflog nowNiels Provos
2001-06-25extend the logging via a new link header type. export interface, direction,Niels Provos
action and rule nr.
2001-06-25Enable interrupts during PCIIDE detectConstantine Sapuntzakis
2001-06-25remaining lists converted to TAILQsDaniel Hartmeier
2001-06-25Don't return from a void function.Artur Grabowski
2001-06-25Undo premature commitConstantine Sapuntzakis
2001-06-25Cleanup/rewrite. Some further work. No crypto yet.Hakan Olsson
2001-06-25Whoops, there's nothing at sc_link[1] any moreConstantine Sapuntzakis
2001-06-25use TAILQ instead of homegrown list, other lists will followDaniel Hartmeier
2001-06-25bits are -wrong- in documentation... this is a recurring theme, do chipJason Wright
makers -read- their docs?