summaryrefslogtreecommitdiffstats
path: root/sys/dev/pdq
Commit message (Collapse)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Removed unused #includes.bde1998-02-203-19/+3
|
* Staticize.eivind1998-02-091-2/+2
|
* Make INET a proper option.eivind1998-01-083-5/+14
| | | | | | | | | | | | This will not make any of object files that LINT create change; there might be differences with INET disabled, but hardly anything compiled before without INET anyway. Now the 'obvious' things will give a proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The only thing that _should_ work (but can't be made to compile reasonably easily) is sppp :-( This commit move struct arpcom from <netinet/if_ether.h> to <net/if_arp.h>.
* Add shared EISA interrupt support.gibbs1997-09-211-2/+7
| | | | Clean up the match routines so that they return const char *
* Bruce wants the warning.peter1997-09-141-2/+2
|
* Fix a warning.peter1997-09-131-2/+2
|
* Removed unused #includes.bde1997-08-021-27/+1
|
* Removed unused #includes.bde1997-07-201-28/+1
|
* Removed unused #includes.bde1997-06-141-16/+1
|
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
| | | | <sys/sockio.h> instead of <sys/ioctl.h> in network files.
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-242-4/+2
| | | | | it when it is not used. In most cases, the reasons for including it went away when the special ioctl headers became self-sufficient.
* Catch up with the moving target: merge the change from rev 1.19 of thejoerg1997-01-181-26/+22
| | | | | | | | | | now dead sys/pci/if_pdq.c which has been committed about by the same time i made my tests with Matt's code. LINT should compile now again. Well, that's a clear case where ``CVS writer locks'' would certainly (not) have helped. :-]
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upjoerg1997-01-174-42/+34
| | | | | | | | | | | | | to -current. Thanks goes to Ulrike Nitzsche <ulrike@ifw-dresden.de> for giving me a chance to test this. Only the PCI driver is tested though. One final patch will follow in a separate commit. This is so that everything up to here can be dragged into 2.2, if we decide so. Reviewed by: joerg Submitted by: Matt Thomas <matt@3am-software.com>
* This commit was generated by cvs2svn to compensate for changes in r21826,joerg1997-01-174-0/+3404
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mjoerg1997-01-174-0/+3404
| | | | | | | | | | importing it onto a vendor branch first, in the hope that this will make future maintenance easier. The conflicts are (hopefully) unimportant. More commits that actually bring this into the source tree will follow. Submitted by: Matt Thomas (thomas@lkg.dec.com)
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mjoerg1997-01-172-0/+1009
importing it onto a vendor branch first, in the hope that this will make future maintenance easier. The conflicts are (hopefully) unimportant. More commits that actually bring this into the source tree will follow. Submitted by: Matt Thomas (thomas@lkg.dec.com)
OpenPOWER on IntegriCloud