summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert C++ style comments to proper C ones.obrien2001-12-1316-72/+87
* Use C comments instead of C++ comments.jhb2001-12-133-24/+24
* Tone down and remove some obnoxious warnings that are slightly overkill.jlemon2001-12-131-10/+1
* Use ANSI C string contatenation instead of a multi-line string literal.jhb2001-12-131-4/+4
* Comment tokens after #undef <macroname> and #endif.jhb2001-12-132-5/+5
* Roll firmware to latest offerings... Fixes a number of f/w relatedmjacob2001-12-132-9047/+12601
* Sync to pccarddevs 1.25imp2001-12-121-2/+8
* Move LINKSYS2 to its correct numerical location.imp2001-12-121-1/+5
* Add DIVA USB mp3 player.sobomax2001-12-123-0/+8
* Explicitly decode GetAllNext SNS Response back *as*mjacob2001-12-112-4/+59
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.luigi2001-12-112-2/+7
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-119-579/+1500
* Get rid of irritating (bogus) message:guido2001-12-101-2/+5
* Regen from usbdevs rev 1.70: added some AGFA scannerssheldonh2001-12-102-2/+51
* Add some AGFA scanners:sheldonh2001-12-101-0/+7
* I missed a string concatenation.obrien2001-12-101-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-1024-96/+96
* Disable sleep requests for 5 sec after wakeup. This is needed foriwasaki2001-12-092-0/+17
* The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requiresmsmith2001-12-091-1/+11
* Replace %i formatting characters with %d since printf(9) doesn't support %i.alfred2001-12-081-1/+1
* - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; itarr2001-12-071-5/+5
* This patch will fix the lockups associated with AMD 751,761,762 based AGPcokane2001-12-072-7/+52
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.peter2001-12-071-2/+2
* Fixed two problems:pdeuskar2001-12-062-9/+5
* Fix resume for HP Omnibook 500's.guido2001-12-051-0/+7
* Split joystick driver into ISA and PC Card front ends.imp2001-12-054-148/+322
* Implement prism2 detection from NetBSD. This mostly obsoletes theimp2001-12-052-27/+107
* Allow setting the CD type on cue sheetssos2001-12-041-2/+4
* implement MFC links properly (and I think long links too). This makeimp2001-12-041-42/+7
* MFS: Use correct terminology for RAID 0/1 and 0/5.scottl2001-12-041-3/+3
* Remove error messages on mbuf allocation failures, nowluigi2001-12-041-10/+2
* BAH! Missed another change to this file.scottl2001-12-041-0/+4
* Bah, I missed this file on the last commitscottl2001-12-041-2/+2
* Use d_thread_t to reduce diffs between current and stable.scottl2001-12-032-13/+17
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-035-5/+5
* ARG! committed the wrong patch!! I need more sleep :(sos2001-12-021-1/+1
* Oops, lost a line in the previous commit.sos2001-12-021-1/+2
* Initial support for the newer SiS chipsets, based on docs we finallysos2001-12-022-17/+109
* This is the first commit of the Intel gigabit driver forpdeuskar2001-12-027-0/+7573
* Catch up with the proc -> d_thread_t change.msmith2001-12-022-5/+13
* Add functionality and fix bugs so the driver will work with soon-to-bescottl2001-12-027-41/+217
* Add a couple of minor changes.iwasaki2001-11-301-2/+5
* Per jlemon request, reintroduce some printf() when anluigi2001-11-291-3/+8
* For i386 architecture, remove an expensive m_devget() (and theluigi2001-11-291-31/+40
* Regen after addition of the Mustek 1200 CU Plus scanner.sobomax2001-11-282-0/+7
* Add Mustek 1200 CU Plus scanner.sobomax2001-11-282-0/+2
* Yet another synch with minor changes in the ACPI CA 20011120 snapshot.iwasaki2001-11-281-0/+14
* Add Buffalo AirStation 11Mbps CF WLAN card.imp2001-11-281-0/+1
* Sync to 1.24imp2001-11-281-2/+8
* Merge from NetBSD:imp2001-11-281-1/+3
OpenPOWER on IntegriCloud