aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-142-6/+4
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-133-7/+34
* Add missing move of relative offset for CTIO2 updates.Matt Jacob2002-01-111-0/+1
* Fix reversed definitions for the bits that select half vs. full duplex.Archie Cobbs2002-01-101-4/+4
* Implement 2 small helper functions:Matthew N. Dodd2002-01-102-0/+37
* Staticise the random_state array.Mike Smith2002-01-102-5/+3
* Move the make_dev call from the cn_probe to a sysinit that runs atJake Burkholder2002-01-091-1/+9
* Staticise the aac devclass.Mike Smith2002-01-095-6/+5
* Regenerate from 1.26 pccarddevsWarner Losh2002-01-081-2/+23
* Catch up to NetBSD:Warner Losh2002-01-081-1/+8
* - generic Arcnet frameworkMax Khon2002-01-084-0/+1400
* Staticise a couple of debugging variables.Mike Smith2002-01-082-4/+4
* Rename a variable that might accidentally be duplicated elsewhere.Mike Smith2002-01-083-5/+5
* find_devclass -> devclass_find.Mike Smith2002-01-081-1/+1
* Revert change that breaks the joy module. joydevclass must not be static.Warner Losh2002-01-081-1/+1
* Staticise a couple of things that shouldn't be leaked into theJosef Karthauser2002-01-082-2/+2
* Staticise the flash buffer, since it isn't needed anywhere else.Mike Smith2002-01-081-1/+1
* Staticise the con_bios and digi_devclass variables, since they aren't neededMike Smith2002-01-082-3/+2
* Staticise the device node pointers.Mike Smith2002-01-081-1/+1
* Staticise the joy devclass.Mike Smith2002-01-081-1/+1
* Fix a couple of bogus enums.Mike Smith2002-01-081-4/+4
* Staticise the amr devclass.Mike Smith2002-01-083-5/+3
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-0814-17/+15
* Explicitly reload the multicast filters when the hardware is reinitializedJonathan Lemon2002-01-071-25/+57
* In the word selection mode don't append newline if the word ends at theMaxim Sobolev2002-01-051-0/+4
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-055-29/+29
* Add the system default timer engine.Seigo Tanimura2002-01-042-0/+644
* - Provide toggles to show debug messages. Set new sysctl variablesSeigo Tanimura2002-01-0412-373/+880
* unbreak -current (at least on my cvsups all today)Julian Elischer2002-01-031-2/+0
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows theMatt Jacob2002-01-036-35/+185
* Regenerate.Josef Karthauser2002-01-032-2/+9
* Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.Josef Karthauser2002-01-032-0/+2
* Add some missing prototypes.Josef Karthauser2002-01-031-9/+3
* Sync with NetBSD:Josef Karthauser2002-01-031-81/+143
* Merge from NetBSD:Josef Karthauser2002-01-032-9/+12
* Merge from NetBSD:Josef Karthauser2002-01-032-2/+3
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port toJosef Karthauser2002-01-024-5/+7
* Sync with NetBSD. Non-functional changes that bring this fileJosef Karthauser2002-01-021-55/+25
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichJosef Karthauser2002-01-025-73/+155
* Revert part of the last commit. UIPROTO_MASS_BBB was renamed toJosef Karthauser2002-01-022-4/+4
* Sync with NetBSD:Josef Karthauser2002-01-0211-84/+106
* Remove the special casing for NetBSD and OpenBSD now that theyJosef Karthauser2002-01-021-4/+0
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-029-67/+78
* If the CLK_VAL register is 0 bits wide, the system does not supportMike Smith2002-01-021-10/+12
* 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.Jake Burkholder2002-01-011-2/+2
* Update of the VIA 82c686b southbridge data corruption fix, alsoSøren Schmidt2002-01-011-14/+18
* - Do not uiomove with a mutex locked.Seigo Tanimura2002-01-0115-425/+387
* Save stack space by converting areq in sc->areq.Doug Ambrisko2001-12-311-88/+84
* Fix bugs in the structure for rx_frame by making gap length one byte andDoug Ambrisko2001-12-313-42/+722