aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use cluster if data >= MINCLSIZE.Gleb Smirnoff2004-10-171-1/+1
* Add support for the Vodafone Mobile Connect 3G datacard.Lukas Ertl2004-10-162-0/+6
* Skip probe attempts for ISA PnP devices.Justin T. Gibbs2004-10-151-1/+5
* Re-add an acpi attachment for the legacy probe that was inadvertentlyNate Lawson2004-10-151-0/+1
* Remove unused variable. Pointy hat candidate.Nate Lawson2004-10-151-1/+0
* add missing ';' that didn't show up with INVARIANTS enabledSam Leffler2004-10-151-1/+1
* Plug possible memory leak in sound DMA buffer handling. It alsoPyun YongHyeon2004-10-151-9/+24
* Use a taskqueue rather than an swi to handle deferred notifications.Alexander Kabaev2004-10-151-25/+9
* Move session state from on-card memory to host memory so we no longer areSam Leffler2004-10-152-43/+46
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-144-10/+0
* Remove unused ttys field.Poul-Henning Kamp2004-10-141-1/+0
* Fix echo in console mode.Poul-Henning Kamp2004-10-142-21/+31
* Fix a spelling error in a panic string.Brian Feldman2004-10-141-1/+1
* Fix warnings on non-i386 arch.Hidetoshi Shimokawa2004-10-141-0/+2
* Refine locking so it covers the "running" variable as well.Søren Schmidt2004-10-132-107/+107
* Add device IDs for Intel ICH6.Lukas Ertl2004-10-131-0/+20
* Use generic tty code instead of local copy.Poul-Henning Kamp2004-10-131-276/+79
* Use generic tty code instead of local stuff.Poul-Henning Kamp2004-10-131-521/+79
* Print before the footer, not after.Nate Lawson2004-10-131-1/+1
* If flags are present, print them like ISA does.Nate Lawson2004-10-131-0/+2
* First half of tty code rework: unifdef -D__FreeBSD_Version=600000Poul-Henning Kamp2004-10-132-404/+5
* Limit DMA address space to 1GB since the trident audio cards can'tPyun YongHyeon2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-1318-23/+29
* - Split dcons core code and OS dependent code.Hidetoshi Shimokawa2004-10-135-650/+883
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failureBrian Feldman2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asBrian Feldman2004-10-131-151/+31
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-121-115/+45
* Attach the device description for ISA devices on the ACPI bus.Nate Lawson2004-10-121-0/+3
* Add a couple of XXX comments and fix a couple of fine points.Poul-Henning Kamp2004-10-121-2/+14
* Remove asserts which are not correct if the port is a tty.Poul-Henning Kamp2004-10-121-7/+1
* Use ttyconsolemode() to set the console tty modes.Poul-Henning Kamp2004-10-121-8/+1
* Assert that the entropy source category provided by a caller submittingRobert Watson2004-10-121-0/+6
* 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