summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Move the make_dev call from the cn_probe to a sysinit that runs atjake2002-01-091-1/+9
* Staticise the aac devclass.msmith2002-01-095-6/+5
* Regenerate from 1.26 pccarddevsimp2002-01-081-2/+23
* Catch up to NetBSD:imp2002-01-081-1/+8
* - generic Arcnet frameworkfjoe2002-01-084-0/+1400
* Staticise a couple of debugging variables.msmith2002-01-082-4/+4
* Rename a variable that might accidentally be duplicated elsewhere.msmith2002-01-083-5/+5
* find_devclass -> devclass_find.msmith2002-01-081-1/+1
* Revert change that breaks the joy module. joydevclass must not be static.imp2002-01-081-1/+1
* Staticise a couple of things that shouldn't be leaked into thejoe2002-01-082-2/+2
* Staticise the flash buffer, since it isn't needed anywhere else.msmith2002-01-081-1/+1
* Staticise the con_bios and digi_devclass variables, since they aren't neededmsmith2002-01-082-3/+2
* Staticise the device node pointers.msmith2002-01-081-1/+1
* Staticise the joy devclass.msmith2002-01-081-1/+1
* Fix a couple of bogus enums.msmith2002-01-081-4/+4
* Staticise the amr devclass.msmith2002-01-083-5/+3
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-0814-17/+15
* Explicitly reload the multicast filters when the hardware is reinitializedjlemon2002-01-071-25/+57
* In the word selection mode don't append newline if the word ends at thesobomax2002-01-051-0/+4
* Change the preemption code for software interrupt thread schedules andjhb2002-01-055-29/+29
* Add the system default timer engine.tanimura2002-01-042-0/+644
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-0412-374/+881
* unbreak -current (at least on my cvsups all today)julian2002-01-031-2/+0
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-036-35/+185
* Regenerate.joe2002-01-032-2/+9
* Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.joe2002-01-032-0/+2
* Add some missing prototypes.joe2002-01-031-9/+3
* Sync with NetBSD:joe2002-01-031-81/+143
* Merge from NetBSD:joe2002-01-032-9/+12
* Merge from NetBSD:joe2002-01-032-2/+3
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-024-5/+7
* Sync with NetBSD. Non-functional changes that bring this filejoe2002-01-021-55/+25
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-025-73/+155
* Revert part of the last commit. UIPROTO_MASS_BBB was renamed tojoe2002-01-022-4/+4
* Sync with NetBSD:joe2002-01-0211-84/+106
* Remove the special casing for NetBSD and OpenBSD now that theyjoe2002-01-021-4/+0
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-029-67/+78
* If the CLK_VAL register is 0 bits wide, the system does not supportmsmith2002-01-021-10/+12
* 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.jake2002-01-011-2/+2
* Update of the VIA 82c686b southbridge data corruption fix, alsosos2002-01-011-15/+19
* - Do not uiomove with a mutex locked.tanimura2002-01-0115-425/+387
* Save stack space by converting areq in sc->areq.ambrisko2001-12-311-88/+84
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-313-42/+722
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* Synchronise with NetBSD.joe2001-12-311-34/+79
* Partial sync with NetBSD:joe2001-12-302-189/+206
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).phk2001-12-301-2/+7
* Add PNP Id for Create Labs Phoneblaster.sheldonh2001-12-301-0/+1
* Sync with NetBSD (1.16 - 1.17)joe2001-12-291-32/+13
* Update with missing filenames, merged from NetBSD.joe2001-12-291-1/+10
OpenPOWER on IntegriCloud