summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Close a race condition that doesn't really exist in -current. Whengibbs2000-10-092-2/+2
* Reduce buffer size from 64K to 4K.sobomax2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-095-7/+5
* A couple of negative options was not commented out in NOTES/LINT. Thisphk2000-10-091-0/+2
* o Record the pccard_function in the ivar.imp2000-10-092-8/+12
* Clean up error recovery code:gibbs2000-10-096-68/+117
* Validate the PCI bus number that we fetch from our parent, since there's nomsmith2000-10-091-2/+5
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-0814-15/+20
* Add HP PhotoSmart C500 id.n_hibma2000-10-081-2/+6
* Made this file compile again after move of stuff from <machine.ipl.h>bde2000-10-081-1/+2
* Use schedsofttty() again (SMPng casualty with intentionally wrong fixbde2000-10-082-10/+2
* Use schedsofttty() again so that siopoll() gets scheduled as designedbde2000-10-081-5/+0
* Correct corruption of the qinfifo in ahc_search_qinififo() for allgibbs2000-10-084-97/+106
* Regen.n_hibma2000-10-072-61/+332
* Sync with NetBSD. More ids, more!n_hibma2000-10-071-14/+63
* Regen.n_hibma2000-10-072-2/+18
* Zyxel keyboard Idn_hibma2000-10-071-0/+4
* o Implement get_ivars so matching routines will work (this causesimp2000-10-071-3/+38
* Fix arguments to kthread_create (submitted by takawata@freebsd.org).imp2000-10-072-3/+4
* Fix single character typo in legacy transfer settings functiongibbs2000-10-062-2/+2
* Bring in a slew of fixes that were supposed to be in the last commit.gibbs2000-10-063-70/+90
* During a verbose boot, call the null device 'null' rather than 'null0' tojhb2000-10-061-1/+1
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-065-0/+1069
* Regen.n_hibma2000-10-052-2/+25
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-052-3/+3
* Additional Idsn_hibma2000-10-051-0/+5
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-054-75/+371
* Cleanup the chipset specific interrupt code a bit.sos2000-10-051-6/+2
* Correct pedantic errors in arrays generated by the assembler (trailinggibbs2000-10-051-5/+12
* Convert the driver to use a single DMA for fetching new commands insteadgibbs2000-10-0510-213/+474
* Fix the MASTERDEV breakage the caused the PIIX controllers to getsos2000-10-041-1/+2
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Add support for ServerWorks ROSB4 ATA33 chipset.sos2000-10-033-50/+159
* Don't use bus_get_resource() and bus_get_resource_start() functions ifnyan2000-10-031-12/+3
* Fix up some more comments that were reversed.msmith2000-10-031-2/+2
* Fix reversed comments re: OISR/OIMRmsmith2000-10-031-2/+2
* Move sys/dev/nulldev to sys/dev/null to be more consistent with namingjhb2000-10-022-139/+2
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-0210-0/+3618
* Fix StallOp implementaion. I've noticed that StallOp corresponds toiwasaki2000-10-024-6/+5
* Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.archie2000-10-021-2/+1
* ahc_set_transaction_status() takes an SCB. This makes it difficult togibbs2000-10-012-2/+2
* Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Nowiwasaki2000-10-013-0/+8
* - Add acpi_disable_events() and set it with EVENTHANDLER_REGISTER in order toiwasaki2000-09-306-5/+83
* More updates to the ACPI code:msmith2000-09-309-940/+1434
* Fix compiling with AAC_DEBUG.scottl2000-09-301-1/+1
* Make the alpha hacks dependant on __alpha__ instead of !__i386__.dfr2000-09-291-12/+12
* Add support for pccard attachments of the ex driver. It supports theimp2000-09-293-3/+166
* Add suspend/resume hooks.nsayer2000-09-281-0/+2
* Implement sn_pccard_match. The match routines are the compromiseimp2000-09-281-11/+24
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-2/+6
OpenPOWER on IntegriCloud