summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't provide a mutex in the S/G list dma tag since it will never be defered.scottl2003-08-091-7/+9
* Add code to cope more with strange conditions after careful study ofimp2003-08-091-14/+42
* CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, makeimp2003-08-092-31/+44
* When allocating memory, align it to the minimum alignment required forimp2003-08-092-0/+5
* Add comments about some alignment that looks a little strange.imp2003-08-091-2/+9
* Minor fixes to a couple of comments.imp2003-08-091-2/+2
* Call bus_dmamap_create() to create the per-SRB buffer maps. Note that nonescottl2003-08-091-0/+12
* Add the PCI Id of the Intersil prism3 (mini-PCI) WLAN chip. The Vaiomarcel2003-08-081-0/+1
* Initialize bp->bio_driver1 in idad_strategy().mdodd2003-08-081-0/+1
* Default to 5 seconds before sleeping to give some machines time to stabilize.njl2003-08-081-1/+6
* Add MELCO LPC3_CTX. This is the same as Buffalo card of the same nameimp2003-08-071-0/+1
* Sync to 1.62 of pccarddevsimp2003-08-071-5/+9
* MELCO has a similar product to Buffalo LPC3-CLX: named the same andimp2003-08-071-2/+4
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-0714-99/+99
* Make open channels persist across ifconfig down and up. All channelsharti2003-08-073-21/+40
* 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
OpenPOWER on IntegriCloud