summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change device name notation.simokawa2003-08-054-54/+141
* Enable IFCAP_VLAN_MTU and increase MTU for it.simokawa2003-08-051-2/+3
* Set the BGE_RX_MTU register correctly so that we can receive slightlywpaul2003-08-041-1/+1
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.simokawa2003-08-042-7/+14
* Use the revision ID from PCI configuration space to identify Inteljdp2003-08-041-23/+41
* Support the Titan VScom PCI-200HV2 2 port serial card.bde2003-08-021-0/+10
* o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the halsam2003-08-021-14/+17
* Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.imp2003-08-012-10/+2
* Add facilities for tuning the "em" driver's interrupt delays withoutjdp2003-08-013-44/+148
* Workaround for gcc on alpha/ia64.simokawa2003-08-011-6/+4
* Forgot an added file in the last commit.ambrisko2003-08-011-0/+49
* Clean up fwdev.simokawa2003-08-014-211/+234
* Add printer support to puc(4) driver.ambrisko2003-08-013-44/+133
* - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.simokawa2003-08-011-2/+2
* - Detect full of DMA channel correctly.simokawa2003-08-011-2/+1
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newjhb2003-07-311-29/+4
* Record the missing module dependency ("amd" on "cam").ru2003-07-311-0/+1
* Implement a traffic shaping option for the PCA200 for CBR channels.harti2003-07-315-1/+247
* Make the driver to work with firmware version 4.1.12 (other 4.X.Y shouldharti2003-07-315-4/+68
* Make this compile on alpha.gallatin2003-07-311-1/+1
* Make this at least compile on 64 bit platforms. Its been breakinggallatin2003-07-301-1/+2
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-301-2/+5
* Rearrange the vcc structure so that the generic getvcc functionharti2003-07-302-265/+251
* Rearrange the fields in the vcc table entry to fit to the requirementsharti2003-07-302-68/+13
* Generate events when the carrier goes up or down.harti2003-07-301-0/+10
* 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
OpenPOWER on IntegriCloud