summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/oltr
Commit message (Expand)AuthorAgeFilesLines
* - Split out PCI support.mdodd2005-02-034-306/+744
* Since if_oltr doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+1
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* Eliminate support for FreeBSD 3.x and earlier now that we're in theimp2004-03-291-203/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-0/+5
* Broke the warning that this driver uses pessimal (u_short) types forbde2003-08-061-2/+2
* Catch up with recent infrastructure changes.mdodd2003-03-161-5/+0
* Register module dependencies.mdodd2003-03-151-0/+2
* G/C unused varilable.mdodd2003-03-151-1/+1
* Catch up with recent changes.mdodd2003-03-151-36/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* network interface and link layer changes:sam2002-11-151-4/+9
* Do only call oltr_stop() if we are not already in OL_STOPPED state.joerg2001-06-141-3/+14
* Move configuration of work_memory to oltr_init() rather thanmdodd2001-03-081-43/+24
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* o Change TX_BUFFER_LEN from 512 to 2048.lile2000-10-101-6/+11
* Fix a reference to an old FreeBSD 2.2 register name.peter2000-05-281-3/+3
* o Get basic if_media support working.lile2000-03-261-295/+272
* o Fix typo in the RapidFire 3540 adapter namelile2000-03-191-3/+3
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-185-7136/+9210
* Remove a somewhat odd #if that is always true (NOLTR will be alwayspeter2000-01-291-4/+0
* Garbage collect oltr_pci_shutdowneivind1999-12-211-11/+0
* Fix a stray (ifdef'ed) reference to a non-existing file.peter1999-11-291-4/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Clean $Log$ debris.peter1999-09-061-2/+1
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Update to latest version of PowerMACH Works from Olicom.lile1999-07-055-5135/+5170
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* As I understand it, these register_intr()'s shouldn't be here. The isapeter1999-04-211-3/+1
* Need to include /contrib/dev/oltr/... not dev/oltr/...julian1999-03-101-2/+2
* Submitted by: Larry Lilejulian1999-03-107-0/+10211
OpenPOWER on IntegriCloud