summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Generate events for carrier state, PVC state changes and flow controlharti2003-07-293-16/+13
* Remove the rather bogus statistics sysctl and merge it into theharti2003-07-292-17/+8
* Generate events when the interface state or a PVC state changes.harti2003-07-291-18/+10
* Use a size_t where a buffer length is meant.harti2003-07-292-4/+8
* Send events for VCC state changes, ACR rate changes and interface stateharti2003-07-293-9/+12
* fix another bus_dma leak due to not having a size param for our bus_dmajmg2003-07-291-0/+2
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-283-3/+3
* The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.imp2003-07-281-1/+1
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-272-3/+3
* Use the BUS_DMA_ZERO flag.mux2003-07-272-6/+3
* Fix a couple of bugs in the resume handler. Don't call the if_initjdp2003-07-261-2/+3
* Add Socket Communications Low Power 10/100 CF Ethernet card.imp2003-07-261-0/+1
* Sync to 1.61 of pccarddevsimp2003-07-261-2/+11
* MFNetBSD:imp2003-07-261-1/+6
* Inline a function that gcc refused to inline. This function was usedharti2003-07-261-7/+2
* Fixed wrong function names in the error message that was translated tobde2003-07-261-3/+3
* 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
OpenPOWER on IntegriCloud