aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Forgot an added file in the last commit.Doug Ambrisko2003-08-011-0/+49
* Clean up fwdev.Hidetoshi Shimokawa2003-08-014-211/+234
* Add printer support to puc(4) driver.Doug Ambrisko2003-08-013-44/+133
* - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.Hidetoshi Shimokawa2003-08-011-2/+2
* - Detect full of DMA channel correctly.Hidetoshi Shimokawa2003-08-011-2/+1
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newJohn Baldwin2003-07-311-29/+4
* Record the missing module dependency ("amd" on "cam").Ruslan Ermilov2003-07-311-0/+1
* Implement a traffic shaping option for the PCA200 for CBR channels.Hartmut Brandt2003-07-315-1/+247
* Make the driver to work with firmware version 4.1.12 (other 4.X.Y shouldHartmut Brandt2003-07-315-4/+68
* Make this compile on alpha.Andrew Gallatin2003-07-311-1/+1
* Make this at least compile on 64 bit platforms. Its been breakingAndrew Gallatin2003-07-301-1/+2
* Add and document the hw.acpi.ec.poll_timeout tunable.Nate Lawson2003-07-301-2/+5
* Rearrange the vcc structure so that the generic getvcc functionHartmut Brandt2003-07-302-264/+250
* Rearrange the fields in the vcc table entry to fit to the requirementsHartmut Brandt2003-07-302-68/+13
* Generate events when the carrier goes up or down.Hartmut Brandt2003-07-301-0/+10
* Generate events for carrier state, PVC state changes and flow controlHartmut Brandt2003-07-293-16/+13
* Remove the rather bogus statistics sysctl and merge it into theHartmut Brandt2003-07-292-17/+8
* Generate events when the interface state or a PVC state changes.Hartmut Brandt2003-07-291-18/+10
* Use a size_t where a buffer length is meant.Hartmut Brandt2003-07-292-4/+8
* Send events for VCC state changes, ACR rate changes and interface stateHartmut Brandt2003-07-293-9/+12
* fix another bus_dma leak due to not having a size param for our bus_dmaJohn-Mark Gurney2003-07-291-0/+2
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes toNate Lawson2003-07-283-3/+3
* The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.Warner Losh2003-07-281-1/+1
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.Poul-Henning Kamp2003-07-272-3/+3
* Use the BUS_DMA_ZERO flag.Maxime Henrion2003-07-272-6/+3
* Fix a couple of bugs in the resume handler. Don't call the if_initJohn Polstra2003-07-261-2/+3
* Add Socket Communications Low Power 10/100 CF Ethernet card.Warner Losh2003-07-261-0/+1
* Sync to 1.61 of pccarddevsWarner Losh2003-07-261-2/+11
* MFNetBSD:Warner Losh2003-07-261-1/+6
* Inline a function that gcc refused to inline. This function was usedHartmut Brandt2003-07-261-7/+2
* Fixed wrong function names in the error message that was translated toBruce Evans2003-07-261-3/+3
* Enable wake up GPE before shutdown, not only for sleeping.Takanori Watanabe2003-07-261-0/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-3/+3
* Fix some recently introduced warnings. 'Declaration does not declarePeter Wemm2003-07-261-2/+2
* Remove alpha vtophys() hack from if_bgereg.h and clean up unneededBill Paul2003-07-252-7/+0
* Convert bge(4) to use busdma. I have not tested this on anythingBill Paul2003-07-252-127/+856
* Add an informational debugging printf of the maximum time spent inNate Lawson2003-07-251-0/+10
* Undo single-intance inlining which is way above the comfort limit for GCC.Poul-Henning Kamp2003-07-231-3/+2
* De-inline some functions. It doesn't gain us anything and bloatsMaxime Henrion2003-07-221-13/+13
* Move inlined function ie_ack() up to before first use.Poul-Henning Kamp2003-07-221-8/+8
* Don't inline ridiculously very large functions.Poul-Henning Kamp2003-07-221-4/+4
* When padding an mbuf chain to have a length that is a multipleHartmut Brandt2003-07-221-0/+1
* Fix a 64 bit bug lost in the inline warning noise. sizeof is not alwaysPeter Wemm2003-07-221-1/+1
* o Add monitor mode support. This tested fine with prism cards but may requireSam Leffler2003-07-211-2/+29
* SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)Sam Leffler2003-07-213-0/+2876
* This is a pseudo physical interface for the HARP ATM stack. When loadedHartmut Brandt2003-07-211-0/+652
* Use the clear function provided by the video adapter driver.Yoshihiro Takahashi2003-07-214-34/+7
* override the tag. usb_block_allocmem allocates a new tag, which when weJohn-Mark Gurney2003-07-211-1/+5
* track changes to 802.11 code:Sam Leffler2003-07-204-44/+47
* Do not call acpi_MatchHid() for all probe cases since it accesses theNate Lawson2003-07-201-8/+7