aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sync to 1.154 of usbdevsMIHIRA Sanpei Yoshiro2004-01-052-6/+6
* fix CANOSCAN -> CanoScanMIHIRA Sanpei Yoshiro2004-01-051-2/+2
* MFp4:Warner Losh2004-01-042-5/+5
* Modify if_ndis.c so that the MiniportISR function runs in ndis_intr()Bill Paul2004-01-042-4/+31
* In ndis_attach(), report the NDIS API level that the Windows miniportBill Paul2004-01-041-0/+5
* Sync to 1.153 of usbdevsMIHIRA Sanpei Yoshiro2004-01-032-2/+25
* Add some ids(not yet support)MIHIRA Sanpei Yoshiro2004-01-031-0/+5
* Add support Sony CLIE PEG-S500C(Palm OS 3.5)MIHIRA Sanpei Yoshiro2004-01-031-1/+79
* Sync to 1.152 of usbdevsMIHIRA Sanpei Yoshiro2004-01-032-2/+9
* Add support SUN TYPE 6 USB KEYBOARDMIHIRA Sanpei Yoshiro2004-01-032-5/+13
* Fix Scanlogic SL11R usb-ide protocol and quirksMIHIRA Sanpei Yoshiro2004-01-031-2/+2
* Add the MMC commands to umass_atapi_transform. It seems to workMIHIRA Sanpei Yoshiro2004-01-031-0/+16
* In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag whileBill Paul2004-01-031-1/+3
* Sync to 1.151 of usbdevsMIHIRA Sanpei Yoshiro2004-01-032-2/+16
* Add supportMIHIRA Sanpei Yoshiro2004-01-032-0/+4
* Delete the region we are passed if that is the requested operation.Nate Lawson2004-01-031-2/+6
* Don't confuse NULL with 0.David E. O'Brien2004-01-021-3/+3
* It appears that we don't need sys/vnode.h, which is a layering violation...Warner Losh2004-01-024-4/+0
* Clean up ndiscvt a bit (leaving out the -i flag didn't work) and addBill Paul2004-01-021-41/+49
* The reset_type should not be 0x80, it should be set to zero.Martin Blapp2004-01-011-1/+1
* Use the appropriate values for the notifies. No change in behaviorNate Lawson2003-12-311-2/+2
* Add support for an non-branded SUN1889-based 2 port PCI serial card.John Baldwin2003-12-311-0/+10
* Added TDK LAK-CD031 (simple NE2000 device).KATO Takenori2003-12-311-0/+1
* Sync to 1.80.KATO Takenori2003-12-311-1/+4
* Added ID for TDK LAK-CD031 Ethernet card.KATO Takenori2003-12-311-0/+1
* - subr_ntoskrnl.c: improve the _fastcall hack based on suggestions fromBill Paul2003-12-311-16/+19
* Add few new USB vendor/product IDs for Bluetooth USB devices.Maksim Yevmenkin2003-12-303-0/+76
* - Add new 802.11 OID information obtained from NDIS 5.1 update toBill Paul2003-12-301-9/+62
* - Bump up the general and status RID sizesDoug Ambrisko2003-12-306-67/+46
* Rework resource allocation. Replace the "feel around like a blind man"Bill Paul2003-12-291-60/+74
* Don't attach throttling if the P_BLK is 0, even if the P_BLK_LEN is 6.Nate Lawson2003-12-281-1/+1
* update radiotap support to reflect recent changes:Sam Leffler2003-12-282-11/+22
* update radiotap support to reflect recent changes:Sam Leffler2003-12-282-13/+14
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-284-99/+27
* Add detach methods so we can unload the sio module.Warner Losh2003-12-273-0/+3
* Fix slight disordering of supported cards.Warner Losh2003-12-271-3/+3
* Fix acpi_MatchHid() to check the compatibility ID's if the hardware IDJohn Baldwin2003-12-261-3/+3
* Attempt to handle the status field in the ndis_packet oob area correctly.Bill Paul2003-12-261-2/+27
* Properly initialize all members of the sentinel entry.David E. O'Brien2003-12-261-1/+1
* The record's stuck. The record's stuck. The record's stuck.Warner Losh2003-12-261-3/+0
* Back out the last batch of changes until I have a chance to properlyBill Paul2003-12-261-3/+6
* Try to simplify the SiS probe. If SiS stays with the current schema forSøren Schmidt2003-12-251-22/+9
* Fixed another 0 (actually '\0') vs / NULL mixup. This completesBruce Evans2003-12-251-1/+1
* - In ndis_intr(), don't do any interrupt processing if the IFF_UPBill Paul2003-12-251-9/+6
* Avoid using any of the ndis_packet/ndis_packet_private fields forBill Paul2003-12-251-9/+5
* NULL falloutSam Leffler2003-12-251-4/+4
* - Add stubs for Ndis*File() functionsBill Paul2003-12-251-5/+1
* - Fix some compiler warnings in subr_pe.cBill Paul2003-12-241-10/+7
* fix warnings. NULL -> 0Alfred Perlstein2003-12-241-4/+4
* NULL -> 0Alfred Perlstein2003-12-242-5/+5