summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add pnpinfo and location information to uhub. We also keep track ofimp2004-06-303-14/+151
* Remove saved_* from dc_softc. They are now no longer needed.imp2004-06-291-5/+0
* Update the special handling code for ATA devices to allow usage ofsos2004-06-291-54/+42
* Update for acpi_id_probe()njl2004-06-292-26/+19
* Staticize acpi_MatchHid() and include acpi_if.hnjl2004-06-291-1/+1
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-298-66/+73
* Add implementation of the ACPI methods which hands them off to ACPI-CA.njl2004-06-291-5/+58
* Add acpi methods for HID/CID probing, evaluating objects, and walking thenjl2004-06-291-0/+77
* Use a default of the FADT for matching CreatorId quirks. Use XSDT to meannjl2004-06-291-6/+6
* Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.njl2004-06-291-13/+2
* While booting, use DELAY() for waiting for the EC to respond instead ofnjl2004-06-281-6/+13
* Remove the setting of the pci config variables on power state changes.imp2004-06-285-113/+2
* Remove code to slam the config space on transition to d0.imp2004-06-281-56/+0
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-284-135/+3
* another format nitimp2004-06-281-1/+2
* casting for printf happinessimp2004-06-281-4/+4
* - 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
OpenPOWER on IntegriCloud