summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make the driver preserve open connections accross ifconfig downharti2003-08-074-26/+57
* When configuring the interface down and up again try to re-open allharti2003-08-072-33/+77
* We donot need `\n' for panic().non2003-08-071-1/+1
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-061-1/+1
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-061-1/+1
* Remove the 6-10 byte translation from UFI and ATAPI command sets. It isnjl2003-08-061-61/+0
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-065-168/+22
* Make the driver honor the ATMIO_FLAG_ASYNC that requestsharti2003-08-064-9/+6
* Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.harti2003-08-064-10/+11
* Honor the new ATMIO_FLAG_ASYNC for asynchronuous open/close operationsharti2003-08-061-4/+6
* Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/closeharti2003-08-061-1/+1
* When sending check that the channel is really open. Get the informationharti2003-08-061-7/+9
* Print an array index that is computed as ptrdiff_t with %tu.harti2003-08-061-2/+2
* Change the format type to unbreak LINT on 64-bit platforms.obrien2003-08-061-2/+2
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-051-2/+2
* Properly support the 3ware generic API.ps2003-08-057-96/+190
* Implement per-VC statistics.harti2003-08-051-1/+8
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theharti2003-08-053-37/+86
* Use the generic getvccs function from net/if_atmsubr.c and removeharti2003-08-051-54/+4
* Arrghhh. Remove debugging printf's that slipped in in the pre-previousharti2003-08-051-11/+1
* Use __FBSDID() as per style(9).harti2003-08-051-2/+2
* Make the en(4) driver more like the other ATM drivers. This is theharti2003-08-053-247/+348
* Move the clearing of the IFF_RUNNING flag into the reset routine.harti2003-08-051-1/+2
* Change gcc-specific aggregate initialization member specifiersdds2003-08-052-12/+12
* Remove extraneous semicolons. They are already provided bydds2003-08-051-4/+4
* Change the implementation of swap backing to use the VM system in normalphk2003-08-051-23/+59
* 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
OpenPOWER on IntegriCloud