summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Locking cleanups to remove the need for a recursive mutexmtm2004-10-232-60/+49
* Properly handle failure to allocate isadma bounce bufferphk2004-10-221-2/+6
* Respect _BOOT flag.simokawa2004-10-222-6/+12
* Check _BOOT flag.simokawa2004-10-221-3/+3
* Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec forscottl2004-10-211-0/+2
* Fix a typo so that this compiles again.jhb2004-10-201-1/+1
* Do not retry on requests that has lost thier device during reinit.sos2004-10-201-8/+5
* Rumor has it that ACCTON EN2216 is also an ne2000 compatible. Make it so.imp2004-10-201-0/+1
* Add missing bus_dmamap_sync() calls. If you are using an architecturemux2004-10-191-2/+12
* aic7xxx.h:gibbs2004-10-192-14/+91
* Idle the channel earlier in reinit().sos2004-10-191-10/+10
* Cosmeticssos2004-10-191-6/+2
* Really really fix typo this time.bms2004-10-191-1/+0
* Fix typo sc -> dev.bms2004-10-191-1/+1
* Detach the Rhine completely on shutdown, rather than merely stopping itbms2004-10-191-3/+1
* Return the unit number of a channel instead of a hardcoded '1' fromle2004-10-191-1/+1
* Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumboscottl2004-10-191-2/+2
* Use an alignment of 1 instead of PAGE_SIZE for the rx and tx buffer tags.scottl2004-10-191-12/+2
* fix (for me) the problems where if_de gets really slow after timejmg2004-10-181-21/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-187-76/+27
* Drop the NDIS lock before returning from ndis_start().le2004-10-181-1/+3
* Annotate that get_cyclecount() can be expensive on some platforms,rwatson2004-10-181-0/+4
* Use cluster if data >= MINCLSIZE.glebius2004-10-171-1/+1
* Add support for the Vodafone Mobile Connect 3G datacard.le2004-10-162-0/+6
* Skip probe attempts for ISA PnP devices.gibbs2004-10-151-1/+5
* Re-add an acpi attachment for the legacy probe that was inadvertentlynjl2004-10-151-0/+1
* Remove unused variable. Pointy hat candidate.njl2004-10-151-1/+0
* add missing ';' that didn't show up with INVARIANTS enabledsam2004-10-151-1/+1
* Plug possible memory leak in sound DMA buffer handling. It alsoyongari2004-10-151-9/+24
* Use a taskqueue rather than an swi to handle deferred notifications.kan2004-10-151-25/+9
* Move session state from on-card memory to host memory so we no longer aresam2004-10-152-43/+46
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-144-10/+0
* Remove unused ttys field.phk2004-10-141-1/+0
* Fix echo in console mode.phk2004-10-142-21/+31
* Fix a spelling error in a panic string.green2004-10-141-1/+1
* Fix warnings on non-i386 arch.simokawa2004-10-141-0/+2
* Refine locking so it covers the "running" variable as well.sos2004-10-132-108/+108
* Add device IDs for Intel ICH6.le2004-10-131-0/+20
* Use generic tty code instead of local copy.phk2004-10-131-277/+80
* Use generic tty code instead of local stuff.phk2004-10-131-521/+79
* Print before the footer, not after.njl2004-10-131-1/+1
* If flags are present, print them like ISA does.njl2004-10-131-0/+2
* First half of tty code rework: unifdef -D__FreeBSD_Version=600000phk2004-10-132-404/+5
* Limit DMA address space to 1GB since the trident audio cards can'tyongari2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-1318-23/+29
* - Split dcons core code and OS dependent code.simokawa2004-10-135-650/+883
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failuregreen2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asgreen2004-10-131-151/+31
* Use generic tty code instead of local copies.phk2004-10-121-118/+48
* Attach the device description for ISA devices on the ACPI bus.njl2004-10-121-0/+3
OpenPOWER on IntegriCloud