summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mn.c
Commit message (Expand)AuthorAgeFilesLines
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Use __FBSDID().obrien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-9/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-9/+9
* Use %z to print size_t values.jhb2002-11-081-3/+3
* Rename struct softc to struct mn_softc.phk2002-10-161-27/+31
* Repond properly to NGM_TEXT_CONFIG messages.phk2002-08-041-0/+1
* Fix warnings:peter2001-06-151-3/+6
* Update these netgraph drivers in current so that these changes can bephk2001-01-211-38/+127
* Use pci_get_revid() rather than groping around the PCI register spacepeter2001-01-171-3/+3
* Part 2 of the netgraph rewrite.julian2001-01-081-10/+10
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-20/+17
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-5/+5
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-8/+18
* Make sure to check if MGET(HDR) returned NULL, even when called with M_WAIT.bmilekic2000-12-151-2/+26
* I really hate it when part of a patch gets left out.julian2000-12-131-1/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-3/+5
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Register resources in a more opportune order for the hardware.phk2000-09-051-17/+17
* Newbusify this driver at an expense of 40 extra lines of code.phk2000-07-101-67/+112
* Account for packets we clean out when we disconnect.phk2000-07-031-1/+3
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Allow reuse of hooks.phk2000-03-271-4/+3
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Updates for new FALC chips and other nits.phk2000-03-131-19/+5
* Fix a initialization bug.phk2000-03-011-22/+20
* 'driver support' -> 'driver supports'billf2000-02-291-1/+1
* Implement queue-limiting based on bandwidth.phk2000-02-261-6/+31
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Removed unnecessary const poisoning (redundant casting) which was addedbde1999-12-241-2/+2
* Add #ifdef notyet around uncalled code that is later going to become DDBeivind1999-12-211-1/+7
* Add NULL for new entrypoint.julian1999-12-011-1/+2
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-3/+3
* Do timeouts in terms of hzphk1999-11-171-1/+1
* Remove compat cruft.phk1999-11-031-4/+0
* New driver: Nx64kbit/s E1/T1 cards based on Munich32x&Falc54.phk1999-11-021-0/+1287
OpenPOWER on IntegriCloud