summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Notify the user when the battery is critically low. In the future, wenjl2004-10-111-0/+4
* If bus mastering control is not available (PM2_BLK), don't just disablenjl2004-10-111-16/+27
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-15/+0
* Fix conflicts I didn't fix before I committed my busspace changes.imp2004-10-111-4/+2
* Fix off-by-one error in fd_native_types that results in a panic on bootpeadar2004-10-101-0/+1
* Dont sleep with lock held.sos2004-10-101-1/+1
* Convert to newbus. (chances are we could now move this to dev/pbioimp2004-10-101-46/+61
* Modify entropy harvesting locking strategy:rwatson2004-10-091-50/+41
* Add support for the ICH6 in legacy mode.sos2004-10-092-0/+6
* style(9)obrien2004-10-091-57/+51
* Don't use matchlvl attach arg. It seems to be not initializedtakawata2004-10-091-0/+3
* Port NetBSD auxio driver. The driver was modified to use led(4) and canyongari2004-10-092-0/+408
* Don't count RNBC (internal buffer full) towards the RX error count since it'sscottl2004-10-091-1/+1
* Update a quirk for the ASUS P5A to disable the timer. It appears to work finenjl2004-10-083-9/+9
* Fix sis, bfe and ndis in the same way dc was fixed:mlaier2004-10-082-9/+17
* Use generic tty processing code instead of local copy.phk2004-10-082-757/+102
* Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.bms2004-10-071-1/+1
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.sos2004-10-073-8/+3
* Port pbio to HEAD.imp2004-10-072-0/+509
* Add SHARP to the pool of drives that doesn not need byteswapping ofsos2004-10-071-5/+7
* Use generic ttycode instead of local copy.phk2004-10-071-183/+32
* Use generic tty code instead of local copies.phk2004-10-062-571/+199
* Fix the PC98 lockups on boot.sos2004-10-069-70/+135
* For older systems with ACPI which don't have a pci <-> pci bridge,imp2004-10-061-3/+3
* When the user overrides the DSDT, replace any SSDTs with a simple no-opnjl2004-10-051-10/+40
* Use generic tty code instead of local copy.phk2004-10-051-862/+269
* Yet another case of resources:imp2004-10-051-4/+4
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIanholt2004-10-051-0/+2
* Use a taskqueue rather than an swi to handle deferred notifications.scottl2004-10-051-10/+9
* Use tty layer generic code instead of local copy.phk2004-10-042-538/+110
* The macro for the function specifier inline is spelled '__inline'.stefanf2004-10-031-3/+3
* Use the correct type for iop_attach().stefanf2004-10-032-4/+6
* Add device ID for atuwi USB wlan driver,sanpei2004-10-031-0/+5
* * Use two cdevsw's for ugen(4): one for control endpoints, and one forgreen2004-10-021-20/+91
* * When toggling short transfers on a bulk transfer endpoint, cancel andgreen2004-10-021-20/+22
* Add #ifdef _KERNEL which allows sicontrol(8) to include this filephk2004-10-021-0/+3
* Use generic device/tty adaptation code.phk2004-10-023-648/+83
* Add support for CTS modemsignal as well.phk2004-10-021-0/+9
* Read the MAC address in the EEPROM in the correct byte order. Thismux2004-10-011-4/+4
* Always set half'n'half mode on ICH* chips.sos2004-10-011-0/+1
* Fix the serverworks modesetting code, of mask offset was wrong.sos2004-10-011-14/+16
* Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.green2004-10-011-15/+21
* Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE.green2004-10-011-2/+3
* Resurrect dump that broke with the last update.sos2004-09-301-5/+4
* Remove extra */peter2004-09-301-1/+1
* Introduce a tunable to disable support for Synaptics touchpads. A number ofphilip2004-09-291-1/+11
* Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTnectar2004-09-291-2/+4
* Only fall back to probing the floppy drives via hints if there is a failurejhb2004-09-291-5/+9
* Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.mlaier2004-09-291-1/+1
* When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall()wpaul2004-09-291-3/+8
OpenPOWER on IntegriCloud