summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Enable wake up GPE before shutdown, not only for sleeping.takawata2003-07-261-0/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-3/+3
* Fix some recently introduced warnings. 'Declaration does not declarepeter2003-07-261-2/+2
* Remove alpha vtophys() hack from if_bgereg.h and clean up unneededwpaul2003-07-252-7/+0
* Convert bge(4) to use busdma. I have not tested this on anythingwpaul2003-07-252-127/+856
* Add an informational debugging printf of the maximum time spent innjl2003-07-251-0/+10
* Undo single-intance inlining which is way above the comfort limit for GCC.phk2003-07-231-3/+2
* De-inline some functions. It doesn't gain us anything and bloatsmux2003-07-221-13/+13
* Move inlined function ie_ack() up to before first use.phk2003-07-221-8/+8
* Don't inline ridiculously very large functions.phk2003-07-221-4/+4
* When padding an mbuf chain to have a length that is a multipleharti2003-07-221-0/+1
* Fix a 64 bit bug lost in the inline warning noise. sizeof is not alwayspeter2003-07-221-1/+1
* o Add monitor mode support. This tested fine with prism cards but may requiresam2003-07-211-2/+29
* SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)sam2003-07-213-0/+2876
* This is a pseudo physical interface for the HARP ATM stack. When loadedharti2003-07-211-0/+652
* Use the clear function provided by the video adapter driver.nyan2003-07-214-34/+7
* override the tag. usb_block_allocmem allocates a new tag, which when wejmg2003-07-211-1/+5
* track changes to 802.11 code:sam2003-07-204-44/+47
* Do not call acpi_MatchHid() for all probe cases since it accesses thenjl2003-07-201-8/+7
* Close a race condition by passing status retrieved via a non-SCI callnjl2003-07-201-43/+32
* Clarify the ACPI shutdown messages.njl2003-07-201-2/+2
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-203-72/+172
* Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858imp2003-07-192-0/+5
* Add Addtron AWA-100 wireless PCI cardimp2003-07-191-0/+1
* Add Linksys WCF12: from Scott Lambertimp2003-07-191-0/+1
* Sync to 1.60imp2003-07-191-1/+4
* Add Linksys compact flash wireless cardimp2003-07-191-0/+1
* Add support for BUFFALO LPC3-CLX 10/100Base-T PC-Cardimp2003-07-191-0/+1
* sync to 1.59imp2003-07-191-1/+4
* Add Buffalo LPC3_CLX.imp2003-07-191-0/+1
* Clean up include files.simokawa2003-07-186-23/+6
* Add some debug messages.simokawa2003-07-181-4/+6
* Style(9) cleanup. There was no consistent style in this driver, andmarkm2003-07-177-912/+830
* Fix a bogon in the previous commit. When suppressing multiple isabjhb2003-07-171-1/+1
* Correct comments to indicate that the EM_RADV and EM_TADV parametersjdp2003-07-171-2/+2
* The card resets the S/Uni chip when it is resetted. Thereforharti2003-07-171-0/+5
* seems like i386 && DIAGNOSTIC needs sys/proc.hjmg2003-07-161-0/+1
* add missing machine/bus.h headers that are now necessary because of thejmg2003-07-166-0/+6
* Add support for the BCM5705 and its ilk. Changes:wpaul2003-07-164-111/+325
* make allocation of the necessary data structures most efficent by usingjmg2003-07-152-5/+5
* fix support for umass and related devices on ohci. This is a partialjmg2003-07-153-79/+151
* make usb bus_dma aware.jmg2003-07-158-100/+360
* sync w/ NetBSDjmg2003-07-152-4/+4
* minor white space fix upjmg2003-07-151-2/+4
* Change the msleep part of EcWaitEvent to be a separate loop, fixing anjl2003-07-151-31/+42
* Remove old defines since they are no longer used.njl2003-07-151-12/+0
* Be careful to call bus_dmamap_load with BUS_DMA_NOWAIT so that theharti2003-07-151-7/+7
* This is a driver for IDT77252 based ATM interfaces. It has been testedharti2003-07-1511-0/+14914
* OpenBSD calls this AIRVAST, so use that insteadimp2003-07-152-5/+6
* sync to 1.58imp2003-07-151-7/+7
OpenPOWER on IntegriCloud