aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-2914-14/+0
* fix warning compile error about unused variableDarren Reed2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().Poul-Henning Kamp2000-10-291-2/+2
* Change flags of ncv and nsp driver. Both were conflicted with the flagsNoriaki Mitsunaga2000-10-292-2/+2
* Remove unnecessary printf().Noriaki Mitsunaga2000-10-292-2/+0
* Unconditionally turning on the I/O and memory enable bits in the PCIMike Smith2000-10-281-1/+14
* add commented-out dependancies on the new sb8 and sb16 driversCameron Grant2000-10-281-0/+2
* split up sb16 and sb/sbpro driversCameron Grant2000-10-282-907/+669
* Removed extra calculation for X position (PC-98 only).Yoshihiro Takahashi2000-10-281-1/+0
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-283-3/+3
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/Peter Wemm2000-10-281-1/+1
* Add PCI IDs for some additional cardbus cards. Yes, there really isBill Paul2000-10-282-2/+17
* Allow PCI busses to be connected to host bridges detected by ACPI as well.Mike Smith2000-10-281-0/+1
* Initial FreeBSD OSPM (operating system power management) modules forMike Smith2000-10-2815-0/+4893
* FreeBSD-specific OSD (operating system dependant) modules for the IntelMike Smith2000-10-289-0/+972
* Fix typo in the 4.x case.Mike Smith2000-10-271-1/+1
* implement SNDCTL_DSP_POSTCameron Grant2000-10-271-3/+2
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-2722-86/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-279-31/+7
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-271-0/+5
* Add PCI device ID for an upcoming revision of the product.Mike Smith2000-10-272-1/+3
* Add a missing newline to a diagnostic.Mike Smith2000-10-271-1/+1
* Yet another bug fix/optimization for the Davicom DM9100/9102: increaseBill Paul2000-10-271-0/+5
* add reinit functions to mixersCameron Grant2000-10-2613-21/+100
* do not attach to soundblaster 1.x - they are unsupportedCameron Grant2000-10-261-3/+7
* Add new ioctls for userland access to the MSP deviceRoger Hardiman2000-10-261-0/+10
* Fix typoRoger Hardiman2000-10-261-1/+1
* handle AFMT_QUERY rightCameron Grant2000-10-261-6/+15
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the DavicomBill Paul2000-10-251-2/+2
* Add a missing SK_UNLOCK() to sk_attach_xmac().Bill Paul2000-10-251-0/+1
* This driver doesn't have a software interrupt handler, so don't attempt toJohn Baldwin2000-10-251-8/+0
* Catch up to the new software interrupt code.John Baldwin2000-10-251-3/+4
* - Catch up to new software interrupt code.John Baldwin2000-10-252-6/+6
* The USB scanner driver. To be used together with SANE.Nick Hibma2000-10-251-0/+663
* Regen.Nick Hibma2000-10-252-16/+134
* Sync with NetBSDNick Hibma2000-10-251-7/+29
* Major update to the 'twe' driver.Mike Smith2000-10-258-1407/+2702
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-254-46/+55
* Get rid of ridiculous ISP_PVS macro. Instead, just set anMatt Jacob2000-10-251-6/+7
* Whoops! Forgot to commit this when I committed the other (turnin on locks)Matt Jacob2000-10-251-13/+26
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-247-176/+232
* Fix the problem with DMA mode not working on Aladdin chips.Søren Schmidt2000-10-241-2/+1
* Added the CAM-ified wds driver for the ancient WD7000 SCSI card.Sergey Babkin2000-10-241-0/+1443
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98Noriaki Mitsunaga2000-10-2315-0/+6255
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELPoul-Henning Kamp2000-10-231-2/+0
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.Poul-Henning Kamp2000-10-221-0/+3
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() toYoshihiro Takahashi2000-10-221-0/+2
* Make LINT compile again.Poul-Henning Kamp2000-10-222-2/+2
* Clean up the raid code a bit, also allow disks on HPT controllers toSøren Schmidt2000-10-222-65/+97
* Fix warning in the ISA only case.Søren Schmidt2000-10-221-0/+1