Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | 2015-11-24 | 1 | -2/+1 | |
| | |||||
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | 2015-11-24 | 1 | -2/+1 | |
| | |||||
* | unifdef INET | 2014-12-22 | 1 | -3/+1 | |
| | |||||
* | Fewer <netinet/in_systm.h> | 2014-07-22 | 1 | -3/+1 | |
| | |||||
* | Most network drivers include netinet/in_var.h, but apparently they | 2013-08-07 | 1 | -2/+1 | |
| | | | | | don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@ | ||||
* | Convert a number of old private copies of code which predates | 2012-10-18 | 1 | -8/+3 | |
| | | | | | | | | pci_set_powerstate() to using it instead. Many of these chunks of code had bugs in them, especially missing delay() calls. Some of them were doing things our PCI subsystem is now responsible for handling. If you have any of the affected devices, please keep an eye out for regressions. ok kettenis | ||||
* | use nitems(); no binary change for drivers that are compiled on amd64. | 2011-04-03 | 1 | -2/+2 | |
| | | | | ok claudio@ | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | Remove redundant enabling of bus master which pci_mapreg_map() deals | 2008-05-25 | 1 | -6/+1 | |
| | | | | | | with. ok dlg@ | ||||
* | unmap on error and correct some output in those cases. | 2007-10-29 | 1 | -10/+17 | |
| | | | | martin@ deraadt@ ok. | ||||
* | only output on situations where power state is D3. unify the message in | 2007-10-22 | 1 | -10/+5 | |
| | | | | such cases. ok brad@ kettenis@ | ||||
* | Use pci_set_powerstate(), shrinking the code and unifying the different | 2007-10-22 | 1 | -19/+8 | |
| | | | | versions. ok by many. | ||||
* | - de-static | 2006-12-06 | 1 | -93/+9 | |
| | | | | | | - use pci_matchbyid, makes attaching way simpler ok brad@ reyk@ | ||||
* | replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able | 2006-12-06 | 1 | -0/+289 | |
driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts |