aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* Synchronise with NetBSD.Josef Karthauser2001-12-311-34/+79
* Partial sync with NetBSD:Josef Karthauser2001-12-302-189/+206
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).Poul-Henning Kamp2001-12-301-2/+7
* Add PNP Id for Create Labs Phoneblaster.Sheldon Hearn2001-12-301-0/+1
* Sync with NetBSD (1.16 - 1.17)Josef Karthauser2001-12-291-32/+13
* Update with missing filenames, merged from NetBSD.Josef Karthauser2001-12-291-1/+10