aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Properly support the 3ware generic API.Paul Saab2003-08-057-96/+190
* Implement per-VC statistics.Hartmut Brandt2003-08-051-1/+8
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theHartmut Brandt2003-08-053-37/+86
* Use the generic getvccs function from net/if_atmsubr.c and removeHartmut Brandt2003-08-051-54/+4
* Arrghhh. Remove debugging printf's that slipped in in the pre-previousHartmut Brandt2003-08-051-11/+1
* Use __FBSDID() as per style(9).Hartmut Brandt2003-08-051-2/+2
* Make the en(4) driver more like the other ATM drivers. This is theHartmut Brandt2003-08-053-246/+347
* Move the clearing of the IFF_RUNNING flag into the reset routine.Hartmut Brandt2003-08-051-1/+2
* Change gcc-specific aggregate initialization member specifiersDiomidis Spinellis2003-08-052-12/+12
* Remove extraneous semicolons. They are already provided byDiomidis Spinellis2003-08-051-4/+4
* Change the implementation of swap backing to use the VM system in normalPoul-Henning Kamp2003-08-051-22/+58
* Change device name notation.Hidetoshi Shimokawa2003-08-054-54/+141
* Enable IFCAP_VLAN_MTU and increase MTU for it.Hidetoshi Shimokawa2003-08-051-2/+3
* Set the BGE_RX_MTU register correctly so that we can receive slightlyBill Paul2003-08-041-1/+1
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.Hidetoshi Shimokawa2003-08-042-7/+14
* Use the revision ID from PCI configuration space to identify IntelJohn Polstra2003-08-041-23/+41
* Support the Titan VScom PCI-200HV2 2 port serial card.Bruce Evans2003-08-021-0/+10
* o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the halSam Leffler2003-08-021-14/+17
* Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.Warner Losh2003-08-012-10/+2
* Add facilities for tuning the "em" driver's interrupt delays withoutJohn Polstra2003-08-013-39/+143
* Workaround for gcc on alpha/ia64.Hidetoshi Shimokawa2003-08-011-6/+4
* 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