aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/oltr
Commit message (Expand)AuthorAgeFilesLines
* Catch up with recent infrastructure changes.Matthew N. Dodd2003-03-161-5/+0
* Register module dependencies.Matthew N. Dodd2003-03-151-0/+2
* G/C unused varilable.Matthew N. Dodd2003-03-151-1/+1
* Catch up with recent changes.Matthew N. Dodd2003-03-151-36/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* network interface and link layer changes:Sam Leffler2002-11-151-4/+9
* Do only call oltr_stop() if we are not already in OL_STOPPED state.Joerg Wunsch2001-06-141-3/+14
* Move configuration of work_memory to oltr_init() rather thanMatthew N. Dodd2001-03-081-43/+24
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* o Change TX_BUFFER_LEN from 512 to 2048.Larry Lile2000-10-101-6/+11
* Fix a reference to an old FreeBSD 2.2 register name.Peter Wemm2000-05-281-3/+3
* o Get basic if_media support working.Larry Lile2000-03-261-295/+272
* o Fix typo in the RapidFire 3540 adapter nameLarry Lile2000-03-191-3/+3
* o Replace the old "oltr" driver with the completely re-writtenLarry Lile2000-03-185-7062/+9136
* Remove a somewhat odd #if that is always true (NOLTR will be alwaysPeter Wemm2000-01-291-4/+0
* Garbage collect oltr_pci_shutdownEivind Eklund1999-12-211-11/+0
* Fix a stray (ifdef'ed) reference to a non-existing file.Peter Wemm1999-11-291-4/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* Clean $Log$ debris.Peter Wemm1999-09-061-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Update to latest version of PowerMACH Works from Olicom.Larry Lile1999-07-055-5134/+5169
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* As I understand it, these register_intr()'s shouldn't be here. The isaPeter Wemm1999-04-211-3/+1
* Need to include /contrib/dev/oltr/... not dev/oltr/...Julian Elischer1999-03-101-2/+2
* Submitted by: Larry LileJulian Elischer1999-03-107-0/+10211