summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Correct a potential panic condition that could be caused when getting ornectar2004-04-031-2/+4
* Before MFC'ing the previous commit, I noticed I'd left out a case.peadar2004-04-031-0/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-031-1/+1
* do proper subclassing of node free+copy; the previous hack falls apart whensam2004-04-031-0/+5
* do proper subclassing of node free+copy; the previous hack falls apart whensam2004-04-031-2/+8
* transmit beacon frames directly instead of defering them to a swi; theresam2004-04-032-4/+8
* update copyright notice for 2004sam2004-04-024-4/+4
* add new statisticssam2004-04-021-0/+3
* check more quickly (and directly) if an interrupt is pending; this reducessam2004-04-021-0/+2
* cleanup descriptor allocation if attach failssam2004-04-021-2/+4
* remove use IEEE80211_C_RCVMGTsam2004-04-021-1/+1
* style(9): return foo -> return (foo)des2004-04-021-95/+95
* Clean up whitespace, fix continuation indents, wrap some long lines.des2004-04-021-27/+27
* Unbreak LINT on 64-bit platforms. Note that this code is not style(9)-des2004-04-023-5/+6
* Rearrangements needed for syscons(4) to be used as a console devicekensmith2004-04-021-20/+41
* In ns8250_putc() insert a barrier between writing the character andmarcel2004-04-021-0/+1
* Allow the selection of a debug port with hw.uart.dbgport. Unlikemarcel2004-04-021-46/+84
* Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the functionmarcel2004-04-021-0/+2
* Do the looping retry trick in the first operation to try to talkjulian2004-04-011-11/+14
* Move the ivar accessing routines back to inlines (reverting acpivar.hnjl2004-04-012-85/+71
* radiotap updates:sam2004-04-014-12/+26
* correct xmit-side radiotap collection by tap'ing the frame beforesam2004-04-011-4/+4
* Fix a bug with preloaded image -- for some reason [that i don'tluigi2004-03-311-14/+3
* Staticize pnp methods, style fixes. Remove unused variable to unbreaknjl2004-03-312-23/+17
* Add ACPI path in location string for ACPI namespace aware PCI device.takawata2004-03-311-1/+20
* Add an interface to pass an argument to the resource parsing functions.njl2004-03-313-7/+9
* Style fix.takawata2004-03-311-39/+49
* Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assumemckay2004-03-312-1/+28
* By default, ich4 has NAMBAR and NABMBAR i/o spaces asmatk2004-03-311-1/+12
* The VLAN TCI field should be operated in network byte order.ru2004-03-301-2/+2
* Disable serialize_methods and enable _OSI support by default. The formernjl2004-03-301-5/+14
* Initial check-in of the device driver for 3ware's 9000 seriesvkashyap2004-03-3010-0/+29268
* Add missing cprd_flags member to partial resource structure inwpaul2004-03-291-0/+2
* Add ACPI PnP string. This affects devinfo(8) output with -v option.takawata2004-03-271-0/+46
* Fix typo in the device id for the new cards.scottl2004-03-271-1/+1
* MFp4: FireWiresimokawa2004-03-2613-243/+449
* MFNetBSD Version 1.146julian2004-03-261-5/+11
* Add support for a new variant of the prism3 that has appaered in theimp2004-03-251-0/+1
* Sync to pccarddevs 1.82imp2004-03-251-2/+5
* Add a new Intersil card that DLINK is selling as the DWL-650.imp2004-03-251-1/+2
* 1. Better handle a return value of EINPROGRESS from bus_dmamap_load.vkashyap2004-03-253-22/+38
* The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() iswpaul2004-03-241-5/+11
* Fix a bug introduced in rev 1.33(mega API change).simokawa2004-03-241-1/+1
* Correct the boundary parameter to the bus_dma_tag_create() calls (it wastmm2004-03-231-2/+2
* Recently I realized that the ADMtek 8211 driver wasn't working correctlywpaul2004-03-231-3/+4
* Use the correct length for appending an extended irq resource. This maynjl2004-03-221-1/+1
* Shorten some printfs to fit better. No other functional changes.njl2004-03-221-6/+6
* Whitespace and comment changes. No MD5 change to the object file.njl2004-03-221-53/+62
* Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againwpaul2004-03-212-12/+12
* Fix $FreeBSD$.obrien2004-03-211-4/+4
OpenPOWER on IntegriCloud