summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_san_obsd.c
AgeCommit message (Collapse)Author
2012-04-11fix all the suser calls which pass an incorrect p_acflag argument;Mike Belopuhov
figured out by and ok guenther
2006-05-13add IFQ_SET_READY in wanpipe_generic_register() to notify the stack that thisBrad Smith
driver is ALTQ ready. ok canacar@ Thanks to Peter Hessler for noticing the issue and testing.
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@
2005-12-13if_san_common.cCan Erkin Acar
2005-04-01Improve san(4) driver:Can Erkin Acar
* Some KNF, fix return values (from -Exxx to Exxx) * Some string handling paranoia. * Use ifconfig media options to switch between ppp and cHDLC modes, based on patch from claudio@ * tcpdump works, patch from claudio@ * ppp mode now works. Lots of testing & feedback by Greg Mortensen, Additional testing Sean Knox ok alex@, go go go deraadt@
2005-03-02Only allow superuser to set timeslots and ppp modes.Claudio Jeker
Diff from mcbride@
2005-03-01- make large packets work without hanging the interfaceRyan Thomas McBride
- make tcpdump attach correctly by Alex Feldman prodded via Greg Mortensen <thevision@pobox.com> ok deraadt@
2004-12-07Cleanup. Rename some defines, add wp_lite_set_te1_cfg()Ryan Thomas McBride
(used to change LBO and T1/E1 clock configurations) ok deraadt@
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@
2004-07-16Aft source update.Alex Feldman
mcbride ok.
2004-06-26KNFRyan Thomas McBride
2004-06-26$OpenBSD$Ryan Thomas McBride
2004-06-26Sangoma Network Device driver for AFT series card (initiali version).Alex Feldman
ok mcbride@