summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dumpcis
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge head from 7/28sjg2014-08-191-2/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Merge from headsjg2013-09-051-1/+1
| |\
| * | Updated dependenciessjg2013-03-111-0/+1
| | |
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-2/+1
| |/ |/| | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | Fxi a bunch of typos.eadler2013-05-101-1/+1
|/ | | | | PR: misc/174625 Submitted by: Jeremy Chadwick <jdc@koitsu.org>
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
|
* Move sys/pccard/*.h here.imp2009-02-154-5/+487
|
* Remove unnecessary pccard/cardinfo.h include.imp2009-02-151-1/+0
|
* damn. Always do make depend. Forgot to recompile main because of it,imp2008-11-201-5/+5
| | | | | so the changes for the struct cis -> struct tuple_list didn't get made. They have been now.
* Fix check for link target so we don't print cardbus CIS information twice.imp2008-11-201-38/+39
| | | | Also, eliminate some magic constants and replace them with values from cis.h.
* Restore now-useless ioctl as a roadmap. The original dumpcis codeimp2008-11-201-0/+1
| | | | | | | | | | | | | | | | assumed it had to toggle between attribute and common memory in the cards. The kernel is supposed to cope with that automatically and give us a tuple list. However, there's a number of details of how that happens that's currently, ummm, magical and/or not implemented for 16-bit PC Cards that have CIS_LONGLINK_C tuples in them (eg, mix both attribute memory and common memory). Also, CIS_LOGNLINK_A entries might not be handled completely correctly either, since there can be gaps in the attribute vs common stuff. All this will need to be corrected in the kernel. Once it is corrected, dumpcis can be made even simpler in some ways, a little more complicated in others once an API for presentation of CIS to userland in these weird cases is settled upon.
* More dead code removal.imp2008-11-201-6/+0
|
* The original programs that this code was lifted from (pccardd andimp2008-11-203-413/+19
| | | | | | | | | | pccardc) parsed data to make decisions about stuff related to card configuration. The purely CIS dumping aspect of this program obviates the need for such parsing. Save some space and don't parse the data anymore for configuration purposes. Just parse it to print an interpreatation of it.
* dump() really is unused, so retire it.imp2008-11-203-23/+0
|
* Simplify: move dumpcis.c and dumpcisfile.c into main.imp2008-11-205-134/+43
|
* make this warns=5 cleanimp2008-11-176-191/+46
|
* Move dumpcis to its own directory, start to decouple from theimp2008-11-178-0/+2320
pccardc/pccardd history.
OpenPOWER on IntegriCloud