aboutsummaryrefslogtreecommitdiff
path: root/sys/tools/pccarddevs2h.awk
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+2
| | | | Notes: svn path=/head/; revision=139825
* MFp4:Warner Losh2003-03-281-53/+5
| | | | | | | | Don't generate the data file. Use 0xffffffff rather than -1 for sign safety as these fields are uint32_t. Notes: svn path=/head/; revision=112735
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_Warner Losh2001-11-111-10/+10
| | | | | | | symbols so that driver lists are easier to share and keep in sync. Notes: svn path=/head/; revision=86271
* Moderately hacked pccard code from newconfig. It is somewhat inWarner Losh1999-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 Notes: svn path=/head/; revision=52506