summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Replace previous change by a move of a #include since something elsepeter2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatpeter2000-09-031-0/+1
* Fix warnings by moving static functions before they are used.peter2000-09-031-39/+39
* update for phk's last devfs commitcg2000-09-021-10/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-0214-69/+12
* add a missing return statement, doh.cg2000-09-021-0/+1
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-021-1/+1
* Bite the bullet and provde memcmp() and memset(), this will be cheaperphk2000-09-021-16/+0
* Don't check for ohci/uhci to be loaded, check for the usb module.n_hibma2000-09-021-3/+2
* Define some more bits in CSR15 needed for previous change.wpaul2000-09-021-0/+4
* Make the blinkylights on non-MII 21143 cards work. We need to enablewpaul2000-09-011-0/+11
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-011-6/+13
* Move the 'asr' driver to cdev major 154, since 97 is already taken.msmith2000-09-011-1/+1
* Change the probing order priority of acpi so that acpi is probed afteriwasaki2000-09-011-1/+1
* change mixer api slightlycg2000-09-0125-249/+627
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-09-011-6/+6
* Add MAINTAINER tag to aid updaters in finding the responsible parties.msmith2000-09-011-0/+2
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).msmith2000-09-0115-0/+12186
* Remove duplicate static definition of pci_devclasspeter2000-08-311-1/+0
* Cleanup on power off code under ACPI.iwasaki2000-08-311-15/+21
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* Major update to the AMI MegaRAID driver.msmith2000-08-309-1132/+2503
* Add comment about why the deletion of children is necessary in detach.imp2000-08-301-0/+8
* remove stuff accidentally left in last commitcg2000-08-291-16/+0
* suspend/resume for ds1 drivercg2000-08-291-9/+51
* Refine implementation of PowerResource manipulation sub-routines.iwasaki2000-08-293-120/+266
* A lot of changes on acpi driver code.iwasaki2000-08-292-70/+80
* make the test for hwptr going backwards more picky- now it only triggers ifcg2000-08-291-1/+1
* Give ccd a cloning function.phk2000-08-291-8/+32
* add devfs support. when devfs is enabled, sysctl hw.sndunit is used to setcg2000-08-291-1/+65
* add driver for forte-media fm801cg2000-08-291-0/+743
* Many and sundry changes. Still alpha quality.phk2000-08-291-136/+360
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-2817-216/+264
* Fix disordered arguments to bus_space_barrier().dfr2000-08-281-1/+1
* Define a pcic module versionimp2000-08-281-0/+1
* Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certaincokane2000-08-282-16/+43
* remove clause 3 licencemjacob2000-08-271-7/+1
* various fixesmjacob2000-08-277-241/+409
* Call destroy_dev() when sio devices go away.phk2000-08-271-6/+12
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).yokota2000-08-271-2/+5
* Allow the DPT pci attachment to share IRQ'speter2000-08-261-1/+2
* Regen.gehenna2000-08-262-2/+18
* Add vendor IBM product USB CD-ROM Drivegehenna2000-08-261-0/+4
* Minor tweaks to have the card be properly enabled via the CCR.imp2000-08-261-6/+9
* Move acpi_softc into acpi.h to be shared from additional files.iwasaki2000-08-253-12/+433
* Fix newbus resource allocationsroger2000-08-242-10/+16
* Add orthogonal part of ACPI support code.takawata2000-08-2421-0/+7195
* Add spltty()/splx() in the watchdog timer routine.yokota2000-08-241-0/+3
* Sync to pccarddevs 1.5imp2000-08-242-107/+286
* o Fix unterminated commentimp2000-08-241-28/+53
OpenPOWER on IntegriCloud