summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't create new-bus resources for ACPI extended IRQ resources that arejhb2005-01-181-1/+5
* For the sake of consistency, look up link devices relative to the rootjhb2005-01-181-2/+1
* - Add support for link devices where _CRS just outright fails to execute.jhb2005-01-181-28/+147
* adjust tx buffer allocation based on empirical testing:sam2005-01-181-3/+3
* add missing statisticsam2005-01-181-2/+4
* disable interrupts when transitioning to INIT state so we don't rx framessam2005-01-181-1/+4
* replace hand-rolled code to compact an mbuf chain with m_defrag; this issam2005-01-181-17/+4
* setup the beacon xmit queue to not interrupt; we don't use them andsam2005-01-181-1/+18
* better led blinkingsam2005-01-182-48/+170
* add paren's so we can supply a|b as a debug masksam2005-01-181-2/+2
* o disable pci retry timeout to avoid problems when operating in C3 statesam2005-01-181-29/+32
* Go ahead and match on CIS3 and CIS4 strings as well. These are NULLimp2005-01-171-1/+14
* Lock the AMR driver:scottl2005-01-165-106/+120
* Fix kernel builds with INVARIANTS.obrien2005-01-161-1/+1
* Use bus_dmamap_load_mbuf_sg() for loading rx buffers.scottl2005-01-151-19/+7
* Convert if_em to the new bus_dmamap_load_sg() interface. The old callbackscottl2005-01-152-39/+22
* Use the standard FreeBSD licenseimp2005-01-135-37/+25
* Use the standard FreeBSD license for these files.imp2005-01-134-28/+22
* MFp4:imp2005-01-113-1/+6
* Revert part of last commit that was unintentionalimp2005-01-111-1/+1
* Add a few cards from NetBSD. They don't work yet, since the code toimp2005-01-111-8/+10
* Use the standard FreeBSD licenseimp2005-01-1111-95/+81
* nitsimp2005-01-111-2/+3
* The card activation failured message is lame, and not done for otherimp2005-01-111-3/+1
* /* -> /*- for a second clauseimp2005-01-112-2/+2
* Use the FreeBSD standard license, since there's no reason to use theimp2005-01-112-20/+17
* Final attempt to make aha 1542A working. If not, oh well, I don'timp2005-01-112-7/+16
* puc handles this card, so remove it from here.imp2005-01-111-1/+0
* Properly calculate the offset in mapping the memory of pccards. Thisimp2005-01-111-5/+6
* Make life for owners of Synaptics Touchpads more pleasant :-)philip2005-01-101-11/+207
* don't pollute global namespace with valid_Ether_p, instead, prependimp2005-01-105-24/+24
* NE200 -> NE200Timp2005-01-101-1/+1
* Tweaks to the name of this card, based on input from Sean Shapira.imp2005-01-101-1/+1
* Remove matcd. It isn't in the build, has issues and can be retired.imp2005-01-106-4133/+0
* Add support for:imp2005-01-101-0/+1
* Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a feimp2005-01-101-0/+1
* Free the shared devq last since CAM expects it to be there ifdwhite2005-01-102-5/+11
* fix a "little-endian-big-endian confusion that luckily:julian2005-01-091-2/+2
* correct direction for bus_dma sync of rx buffersam2005-01-091-1/+1
* Use uint32_t instead of u_long when appropriate.cognet2005-01-091-64/+64
* Remove support for FreeBSD < 4.recent from this driver.imp2005-01-087-35/+1
* Remove vnode.h and adjust includes to compensate for pollution.imp2005-01-085-6/+13
* In total violation of at least 4 sections in the ACPI spec, some systemsnjl2005-01-081-19/+26
* Fix typo from previous commit.scottl2005-01-071-0/+1
* Add a default driver to attach to the "hidden" scsi channels of the Dellscottl2005-01-071-0/+62
* /* -> /*- for license, minor formatting changesimp2005-01-0713-15/+15
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-062-2/+2
* Unbreak the tinderbox, make this compile.maxim2005-01-061-1/+1
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.simokawa2005-01-061-1/+2
* Make this compile from the last commitscottl2005-01-061-1/+1
OpenPOWER on IntegriCloud