aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use generic tty code.Poul-Henning Kamp2004-10-121-94/+13
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-121-269/+98
* Pass through the commands necessary to format USB floppy devices,Bruce M Simpson2004-10-121-5/+4
* Use generic tty code instead of (comparatively little) local copies.Poul-Henning Kamp2004-10-122-171/+52
* Account for failure in vm_pager_allocate() or vm_pager_get_pages() inBrian Feldman2004-10-121-1/+19
* Further modify bulk endpoint behavior to be able to tear down theBrian Feldman2004-10-121-4/+17
* * Remove the acpi attachment from the es1888. It has an identify methodNate Lawson2004-10-123-3/+2
* Update C3 support when BM control is not present.Nate Lawson2004-10-111-16/+28
* Make the lower range of the memory area 0x80000000 again. AlsoWarner Losh2004-10-111-1/+5
* Add acpi attachments for ISA sound drivers. This is needed so they'llNate Lawson2004-10-114-0/+4
* Notify the user when the battery is critically low. In the future, weNate Lawson2004-10-111-0/+4
* If bus mastering control is not available (PM2_BLK), don't just disableNate Lawson2004-10-111-16/+27
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.Nate Lawson2004-10-111-15/+0
* Fix conflicts I didn't fix before I committed my busspace changes.Warner Losh2004-10-111-4/+2
* Fix off-by-one error in fd_native_types that results in a panic on bootPeter Edwards2004-10-101-0/+1
* Dont sleep with lock held.Søren Schmidt2004-10-101-1/+1
* Convert to newbus. (chances are we could now move this to dev/pbioWarner Losh2004-10-101-46/+61
* Modify entropy harvesting locking strategy:Robert Watson2004-10-091-50/+41
* Add support for the ICH6 in legacy mode.Søren Schmidt2004-10-092-0/+6
* style(9)David E. O'Brien2004-10-091-57/+51
* Don't use matchlvl attach arg. It seems to be not initializedTakanori Watanabe2004-10-091-0/+3
* Port NetBSD auxio driver. The driver was modified to use led(4) and canPyun YongHyeon2004-10-092-0/+408
* Don't count RNBC (internal buffer full) towards the RX error count since it'sScott Long2004-10-091-1/+1
* Update a quirk for the ASUS P5A to disable the timer. It appears to work fineNate Lawson2004-10-083-9/+9
* Fix sis, bfe and ndis in the same way dc was fixed:Max Laier2004-10-082-9/+17
* Use generic tty processing code instead of local copy.Poul-Henning Kamp2004-10-082-756/+101
* Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.Bruce M Simpson2004-10-071-1/+1
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.Søren Schmidt2004-10-073-8/+3
* Port pbio to HEAD.Warner Losh2004-10-072-0/+509
* Add SHARP to the pool of drives that doesn not need byteswapping ofSøren Schmidt2004-10-071-5/+7
* Use generic ttycode instead of local copy.Poul-Henning Kamp2004-10-071-183/+32
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-062-570/+198
* Fix the PC98 lockups on boot.Søren Schmidt2004-10-069-69/+134
* For older systems with ACPI which don't have a pci <-> pci bridge,Warner Losh2004-10-061-3/+3
* When the user overrides the DSDT, replace any SSDTs with a simple no-opNate Lawson2004-10-051-10/+40
* Use generic tty code instead of local copy.Poul-Henning Kamp2004-10-051-862/+269
* Yet another case of resources:Warner Losh2004-10-051-4/+4
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIEric Anholt2004-10-051-0/+2
* Use a taskqueue rather than an swi to handle deferred notifications.Scott Long2004-10-051-10/+9
* Use tty layer generic code instead of local copy.Poul-Henning Kamp2004-10-042-534/+106
* The macro for the function specifier inline is spelled '__inline'.Stefan Farfeleder2004-10-031-3/+3
* Use the correct type for iop_attach().Stefan Farfeleder2004-10-032-4/+6
* Add device ID for atuwi USB wlan driver,MIHIRA Sanpei Yoshiro2004-10-031-0/+5
* * Use two cdevsw's for ugen(4): one for control endpoints, and one forBrian Feldman2004-10-021-20/+91
* * When toggling short transfers on a bulk transfer endpoint, cancel andBrian Feldman2004-10-021-20/+22
* Add #ifdef _KERNEL which allows sicontrol(8) to include this filePoul-Henning Kamp2004-10-021-0/+3
* Use generic device/tty adaptation code.Poul-Henning Kamp2004-10-023-648/+83
* Add support for CTS modemsignal as well.Poul-Henning Kamp2004-10-021-0/+9
* Read the MAC address in the EEPROM in the correct byte order. ThisMaxime Henrion2004-10-011-4/+4
* Always set half'n'half mode on ICH* chips.Søren Schmidt2004-10-011-0/+1