summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_bcereg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some of the "magic" constants in the driver, based on thebrad2006-11-081-12/+14
| | | | | | | documentation for the Broadcom 43xx wireless chips that share the same basic hardware. From Jon Simola <jsimola at gmail dot com>
* clear the powerdown mode that Windows will put bce chips intobrad2006-02-241-2/+5
| | | | | | | | when soft rebooting a system, also set proper LED modes. From FreeBSD's bfe driver. Tested by Alexey E. Suslikov <suslikov at texnika dot com dot ua>
* bce (Broadcom 4401 10/100 ethernet driver) from NetBSDandreas2004-02-131-0/+154
Most work by nate@, ok deraadt@