summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Major bugfix and minor update. This should resolve the current issuesmsmith2000-12-278-338/+412
* change irq handler slightly, get rid of superflous messagescg2000-12-271-6/+4
* Use M_ZERO flag on malloc when approbiate.sos2000-12-267-25/+16
* Update the burncd interface a bit, dont block the ATA channel onsos2000-12-263-48/+70
* Use diskerr for printing disk hard/soft errors.sos2000-12-261-5/+7
* Add OZO8008 - Zoom (33.6k Modem).tanimura2000-12-261-0/+1
* Minor newbus/style(9) cleanups.imp2000-12-266-87/+93
* move parametric defines and structure definitions from .h to .ccg2000-12-252-12/+13
* indent debugging printfs, change a couple of messages slightlycg2000-12-251-19/+19
* update to return correct blocksize- these chips have a fixed irq rate, socg2000-12-251-0/+8
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().iwasaki2000-12-244-4/+130
* fairly substantial rewrite- seperate out play/record code, implementcg2000-12-241-183/+244
* compensate for broken codecs that return 0xffff on unimplemented registerscg2000-12-241-9/+10
* implement setblocksize properlycg2000-12-231-33/+25
* fix a panic if the requested blocksize was greater than the data rate,cg2000-12-231-0/+2
* kill a warningcg2000-12-231-1/+1
* fix a typocg2000-12-231-1/+1
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-2324-400/+638
* Probe generic i960 devices for the old AMI signature as well as the currentmsmith2000-12-222-5/+8
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-224-3/+480
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.takawata2000-12-211-2/+0
* Disable my previous committed code for a moment.iwasaki2000-12-201-0/+2
* Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().iwasaki2000-12-201-0/+3
* Fix my previous commit. Remove ed_get_Linksys() function prototypes.toshi2000-12-201-2/+0
* Change priority of procedure queueing.takawata2000-12-201-2/+2
* Add PCIR_CAP_PTR as a define for the location of the capabilitygibbs2000-12-201-0/+1
* Re-commit revision 1.32, which grog incorrectly backed out in revision 1.33.des2000-12-201-4/+6
* Initialise rcmdlen.n_hibma2000-12-201-0/+1
* fix a debugging leftover (min speed=48khz)cg2000-12-201-1/+1
* revive_block: Don't go beyond the end of the stripe when revivinggrog2000-12-201-24/+8
* build_rq_buffer: Note which buffer headers we lock.grog2000-12-201-0/+9
* Rearrange #includes to make more sense. This is still not the reformgrog2000-12-201-8/+10
* Rename detached plexes and subdisks correctly (off by one error)grog2000-12-201-6/+16
* open_drive: Add support for more than 32 devices of a particular kind.grog2000-12-201-6/+11
* give_plex_to_volume: Recalculate volume size after attaching.grog2000-12-202-5/+14
* Add flag XFR_BUFLOCKED to identify buffers which have been locked.grog2000-12-201-1/+2
* ahc_eisa.c:gibbs2000-12-2013-222/+710
* Fix the PR. Getting a dma channel equal to 0 remains a problem though.nsouch2000-12-191-1/+1
* Fix testing reboot howto flags in acpi_shutdown_final().iwasaki2000-12-191-1/+1
* Proberly back down DMA modes on the Acer Aladdin.sos2000-12-192-5/+13
* un-staticize M_AGP so that it can be used in agp*.cassar2000-12-191-1/+1
* Convert the sio driver to use a spin mutex instead of a s_lock. This isjhb2000-12-181-123/+58
* Attempt to read and verify the card's status in wi_stop() before sending itjhb2000-12-181-2/+9
* Add power state manipulation to the fxp driver. Some people havewpaul2000-12-181-0/+20
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in thewpaul2000-12-181-24/+16
* Divorce the kernel binary ABI version number from the messagejulian2000-12-187-166/+164
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-183-39/+44
* kobjify.cg2000-12-1835-2826/+2787
* Call ed_probe_Novel in the AX88190 case as well.imp2000-12-171-1/+1
OpenPOWER on IntegriCloud