summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use the correct flag for mbuf allocations (M_DONTWAIT, not M_NOWAIT).iedowse2004-04-061-2/+2
* Enable the memory arbiter before turning off the PXE restart. Thisps2004-04-061-4/+4
* - Rewritten TX to use only two pointers to track producer/consumer.ru2004-04-052-127/+161
* - The MiniportReset() function can return NDIS_STATUS_PENDING, in whichwpaul2004-04-051-36/+37
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-053-92/+164
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-052-12/+12
* use correct malloc type to allocate struct ieee80211_node'ssam2004-04-051-1/+1
* Add register definitions for the status and command registers for AGP.imp2004-04-051-0/+22
* Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4)marcel2004-04-051-1/+1
* Put a bunch of output that us really only useful in a debugmarkm2004-04-041-1/+13
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-041-2/+2
* Added BSD license, as requested by author.wes2004-04-041-0/+22
* To quote submitter:marcel2004-04-041-8/+24
* In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 familymarcel2004-04-031-2/+4
* Add the ability to disable agp devices at the loader prompt. Usage isnjl2004-04-037-0/+14
* 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
OpenPOWER on IntegriCloud