summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Shorten the names for the TTY related swi interrupt handlers as thejhb2004-06-283-5/+5
* rman_reserve_resource doesn't set the bushandle, so we have to do it here.imp2004-06-281-1/+1
* - Fix style bug in Dell Bluetooth adapter (don't repeat Vendor inalex2004-06-271-1/+2
* Now that all the in-tree referrences to these old files are gone, goimp2004-06-274-6941/+0
* MFp4:imp2004-06-271-1/+13
* MFp4:imp2004-06-274-257/+351
* MFp4:imp2004-06-271-14/+0
* MFp4: Set the bus handle to the bus handle of the resource, not theimp2004-06-271-3/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-2727-29/+29
* Guard against us having no tty pointer.phk2004-06-271-1/+2
* Fix a tuner problem.schweikh2004-06-271-1/+3
* Catch up with usbd_get_string_desc() change.le2004-06-261-2/+3
* Our softc has no sc_hdev, but a sc_dev. This in turn has no directle2004-06-261-18/+0
* MFNetBSD.le2004-06-265-22/+52
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-269-42/+31
* MFNetBSD.le2004-06-261-2/+5
* MFNetBSD ehci.c and ehcireg.hle2004-06-262-47/+52
* Add support for LSI type software RAID's.sos2004-06-252-29/+335
* Use generic routines for BREAK and modem control ioctls.phk2004-06-251-54/+25
* Use generic modem control and BREAK ioctl handling. This eliminatedphk2004-06-251-91/+34
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-256-33/+43
* Fix uninitialized variable, that breaks the build.josef2004-06-251-2/+2
* - set resid correctly so that a failed seek (e.g. end of file) returnsgrehan2004-06-251-1/+3
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-251-0/+1
* Use generic support for BREAK and modem control ioctlsphk2004-06-251-87/+48
* Use generic support for BREAK and modem control ioctls.phk2004-06-252-128/+94
* Use generic support for modemcontrol and BREAK ioctls.phk2004-06-251-79/+64
* Fix a typo that made the busdma tag have a 0 highaddr. This driver heavilyscottl2004-06-241-1/+1
* Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.ambrisko2004-06-241-0/+7
* Change the possibility to configure pcm(4) via boot/loader.confjosef2004-06-241-8/+7
* Use the new serial port definitions for modemsignals.phk2004-06-246-105/+92
* Update some comments and remove non-standard notation.njl2004-06-241-4/+7
* Add a quirks array based on matching ACPI tables. The entries in this filenjl2004-06-241-0/+482
* Sync to usbdevs 1.183jb2004-06-242-2/+25
* Add Delorme Publishing Earthmate GPSjb2004-06-241-0/+5
* Better OFW console support on Sun Ultra2 machines.obrien2004-06-241-9/+17
* Attach the correct handle, not the one that was just deleted. Also,njl2004-06-241-3/+2
* Run the power off code directly instead of using indirection throughnjl2004-06-241-28/+11
* Use uintmax_t for CPU statistics and add a cast to prevent truncation ofnjl2004-06-241-2/+2
* Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.rik2004-06-233-109/+371
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-234-34/+143
* Now that we associate a device_t with ACPI device handles, lookup thejhb2004-06-231-7/+41
* Improve the kludge assignment of sub-bus numbers a little by fixing animp2004-06-231-1/+1
* Make code more clean: backout support for 3.x branch.rik2004-06-233-1349/+93
* MFNetBSD 1.60, author: augustssle2004-06-231-55/+182
* save a few redundant lines by moving the retry loop further backwards.phk2004-06-231-7/+1
* Reset the update flag when scanning for new devices.ps2004-06-221-0/+1
* Remove the TIOCDCDTIMESTAMP option.phk2004-06-223-27/+0
* Use the maximum physical bus when rescanning those targets. Thisps2004-06-221-1/+1
* Use the right ordering of args on mtx_init(). No functional changessos2004-06-226-6/+6
OpenPOWER on IntegriCloud