summaryrefslogtreecommitdiffstats
path: root/sys/tools/pccarddevs2h.awk
Commit message (Collapse)AuthorAgeFilesLines
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-241-7/+0
| | | | | | | | | | | The NetBSD Foundation states "Third parties are encouraged to change the license on any files which have a 4-clause license contributed to the NetBSD Foundation to a 2-clause license." This change removes clauses 3 and 4 from copyright / license blocks that list The NetBSD Foundation as the only copyright holder. Sponsored by: The FreeBSD Foundation
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+2
|
* MFp4:imp2003-03-281-53/+5
| | | | | Don't generate the data file. Use 0xffffffff rather than -1 for sign safety as these fields are uint32_t.
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_imp2001-11-111-10/+10
| | | | symbols so that driver lists are easier to share and keep in sync.
* Moderately hacked pccard code from newconfig. It is somewhat inimp1999-10-261-0/+226
incomplete and likely has problem. The code was originally pcmcia, but I renamed it to pccard and made it compile on FreeBSD -current. I converted SIMPLEQ to STAILQ as well as a few sc->dev.xname -> device_printf changes. This is a green port of fairly mature code. I derived this work from the FreeBSD newconfig project (http://www.jp.freebsd.org/newconfig). Any problems with it are likely introduced by me. Obtained from: newconfig project
OpenPOWER on IntegriCloud