aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pdq
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+2
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.Matthew N. Dodd2002-03-297-516/+1696
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Fix warning (passing wrong arg to arp_ifinit())Peter Wemm2002-02-271-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* make PCI DEFPA fiddi adapters work on alpha:Andrew Gallatin2001-01-081-2/+5
* Newbusify the PCI PDQ (fddi) attachment. This isn't as clean asPeter Wemm2001-01-021-355/+73
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-7/+1
* Remove unneeded <stddef.h> #includes.Poul-Henning Kamp2000-10-291-1/+0
* Use appropriate resource management accessors instead of directlyMatthew N. Dodd2000-10-181-1/+1
* Uh, ya, sure this almost compiled for __bsdi__. NOT!Tim Vanderhoek2000-05-211-0/+1
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* Set ifq_maxlen. (to default IFQ_MAXLEN)Matthew N. Dodd2000-01-131-0/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-5/+6
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-3/+3
* Don't use at_shutdown() now that we have new_bus which lets usMatthew N. Dodd1999-07-311-8/+11
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenPeter Wemm1999-07-101-400/+170
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3
* These two drivers have not been converted for newbus eisa yet.Peter Wemm1999-05-021-1/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-3/+6
* Fix '|' that was supposed to be '||'Matthew Dillon1999-01-271-2/+2
* Silence warnings.Eivind Eklund1999-01-121-2/+2
* The previous commit was bogus. malloc(..., M_WAITOK) should not beBruce Evans1999-01-011-2/+6
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-2/+2
* malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains whyEivind Eklund1998-12-091-6/+2
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-4/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Removed unused #includes.Bruce Evans1998-02-203-19/+3
* Staticize.Eivind Eklund1998-02-091-2/+2
* Make INET a proper option.Eivind Eklund1998-01-083-5/+14
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-211-2/+7
* Bruce wants the warning.Peter Wemm1997-09-141-2/+2
* Fix a warning.Peter Wemm1997-09-131-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-27/+1
* Removed unused #includes.Bruce Evans1997-07-201-28/+1
* Removed unused #includes.Bruce Evans1997-06-141-16/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-242-4/+2
* Catch up with the moving target: merge the change from rev 1.19 of theJoerg Wunsch1997-01-181-26/+22
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upJoerg Wunsch1997-01-174-42/+34
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mJoerg Wunsch1997-01-176-0/+4413