aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Get rid of irritating (bogus) message:Guido van Rooij2001-12-101-2/+5
* Regen from usbdevs rev 1.70: added some AGFA scannersSheldon Hearn2001-12-102-2/+51
* Add some AGFA scanners:Sheldon Hearn2001-12-101-0/+7
* I missed a string concatenation.David E. O'Brien2001-12-101-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-1024-96/+96
* Disable sleep requests for 5 sec after wakeup. This is needed forMitsuru IWASAKI2001-12-092-0/+17
* The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requiresMike Smith2001-12-091-1/+11
* Replace %i formatting characters with %d since printf(9) doesn't support %i.Alfred Perlstein2001-12-081-1/+1
* - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; itAndrew R. Reiter2001-12-071-5/+5
* This patch will fix the lockups associated with AMD 751,761,762 based AGPColeman Kane2001-12-072-7/+52
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.Peter Wemm2001-12-071-2/+2
* Fixed two problems:Prafulla Deuskar2001-12-062-9/+5
* Fix resume for HP Omnibook 500's.Guido van Rooij2001-12-051-0/+7
* Split joystick driver into ISA and PC Card front ends.Warner Losh2001-12-054-145/+319
* Implement prism2 detection from NetBSD. This mostly obsoletes theWarner Losh2001-12-052-27/+107
* Allow setting the CD type on cue sheetsSøren Schmidt2001-12-041-2/+4
* implement MFC links properly (and I think long links too). This makeWarner Losh2001-12-041-42/+7
* MFS: Use correct terminology for RAID 0/1 and 0/5.Scott Long2001-12-041-3/+3
* Remove error messages on mbuf allocation failures, nowLuigi Rizzo2001-12-041-10/+2
* BAH! Missed another change to this file.Scott Long2001-12-041-0/+4
* Bah, I missed this file on the last commitScott Long2001-12-041-2/+2
* Use d_thread_t to reduce diffs between current and stable.Scott Long2001-12-032-13/+17
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis2001-12-035-5/+5
* ARG! committed the wrong patch!! I need more sleep :(Søren Schmidt2001-12-021-1/+1
* Oops, lost a line in the previous commit.Søren Schmidt2001-12-021-1/+2
* Initial support for the newer SiS chipsets, based on docs we finallySøren Schmidt2001-12-022-17/+109
* This is the first commit of the Intel gigabit driver forPrafulla Deuskar2001-12-027-0/+7573
* Catch up with the proc -> d_thread_t change.Mike Smith2001-12-022-5/+13
* Add functionality and fix bugs so the driver will work with soon-to-beScott Long2001-12-027-41/+217
* Add a couple of minor changes.Mitsuru IWASAKI2001-11-301-2/+5
* Per jlemon request, reintroduce some printf() when anLuigi Rizzo2001-11-291-3/+8
* For i386 architecture, remove an expensive m_devget() (and theLuigi Rizzo2001-11-291-31/+40
* Regen after addition of the Mustek 1200 CU Plus scanner.Maxim Sobolev2001-11-282-0/+7
* Add Mustek 1200 CU Plus scanner.Maxim Sobolev2001-11-282-0/+2
* Yet another synch with minor changes in the ACPI CA 20011120 snapshot.Mitsuru IWASAKI2001-11-281-0/+14
* Add Buffalo AirStation 11Mbps CF WLAN card.Warner Losh2001-11-281-0/+1
* Sync to 1.24Warner Losh2001-11-281-2/+8
* Merge from NetBSD:Warner Losh2001-11-281-1/+3
* Synch with minor changes in the ACPI CA 20011120 snapshot.Mike Smith2001-11-285-13/+13
* Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofMike Smith2001-11-274-0/+4616
* Don't automatically unbind/deallocate memory when releasing.Ruslan Ermilov2001-11-271-10/+6
* Split the sio driver for pc98 into bus front end and back end.Yoshihiro Takahashi2001-11-262-0/+34
* bde suggests that sio really wants to manage its own softc. ThisWarner Losh2001-11-265-126/+152
* Make the start memory address that we use configurable via a bootWarner Losh2001-11-261-5/+16
* Only call pccard_function_disable when we have a configured configWarner Losh2001-11-261-3/+6
* Experimental patch to try to properly clip the range of the memoryWarner Losh2001-11-261-0/+4
* style(9) fixes:Warner Losh2001-11-261-161/+147
* o Add #include <sys/systm.h> to fix a warning about printf() beingRobert Watson2001-11-261-0/+1
* peter pointed out that I missed a hard coded location for the memory.Warner Losh2001-11-261-4/+5
* First part of patches to make sio grok 16-bit serial cards underWarner Losh2001-11-261-2/+30