aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de/dc21040reg.h
Commit message (Collapse)AuthorAgeFilesLines
* FCP-101: Remove de(4).Brooks Davis2019-05-171-571/+0
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347910
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* Remove dangling DE425 EISA card references in the de driver. TheyWarner Losh2017-02-021-14/+0
| | | | | | | aren't used, and this doesn't change the supported hardware. Notes: svn path=/head/; revision=313082
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
| | | | | | | Most affect comments, very few have user-visible effects. Notes: svn path=/head/; revision=298955
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
| | | | | | | | Spotted and suggested by: des MFC after: 3 weeks Notes: svn path=/head/; revision=97748
* Remove some unused stuffPeter Wemm2001-03-251-27/+1
| | | | Notes: svn path=/head/; revision=74773
* s/Id/FreeBSD/Peter Wemm1999-08-091-1/+2
| | | | Notes: svn path=/head/; revision=49562
* Merge changes from vendor branch;Peter Wemm1998-06-131-5/+5
| | | | | | | | | | | - connector selection values (should fix aui/bnc), - non-shifting version of crc calculation using a table, - interrupt mask adjustments, - add some brackets where a #ifdef could break an if(), - don't reset the card unless it's up. Notes: svn path=/head/; revision=36945
* merge benfor branch changes onto mainline.Peter Wemm1998-03-081-13/+2
| | | | Notes: svn path=/head/; revision=34317
* Add an $Id$Peter Wemm1997-10-181-0/+1
| | | | Notes: svn path=/head/; revision=30557
* Import Matt's current de driver... He appears to be maintaining it inPeter Wemm1997-10-181-7/+27
| | | | | | | | the NetBSD source tree now. This is slightly newer than the updated .tar.gz on the 3am-software web site. Notes: svn path=/head/; revision=30549
* Import Matt's if_de driver 970703 release. This (apparently) supportsPeter Wemm1997-08-031-2/+3
| | | | | | | some newer Cogent (Adaptec) cards and has some other internal changes. Notes: svn path=/head/; revision=27859
* Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. ThePeter Wemm1997-06-221-0/+597
slightly later one with optional if_media will be imported shortly as well. Obtained from: Matt Thomas via http://www.3am-software.com/ Notes: svn path=/head/; revision=26790